c++ - Output MySql table to Console Output -
is there way display mysql table standard console name , without creating new file? have path, don't know how display table. it's referred sql_table_name in code. in advance.
mysql --host=localhost --user=fred7 --password=opensesame dbname < "/fullpath/myscript.sql"
write select statement inside myscript.sql
you can output txt file > outfile.txt
Comments
Post a Comment