-t
जोड़ें mysql (तालिका) के लिए विकल्प।
mysql -t -uroot mydb < myscript.sql
mysql -t -uroot mydb -e 'select * from mytable'
-t
जोड़ें mysql (तालिका) के लिए विकल्प।
mysql -t -uroot mydb < myscript.sql
mysql -t -uroot mydb -e 'select * from mytable'