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

Popular posts from this blog

swift - How to change text of a button with a segmented controller? -

javascript - Fabric.js copy paste of selected group -

android - Unable to cancel Async task on button click -