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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -