Lägg till -t
alternativet till mysql (tabell).
mysql -t -uroot mydb < myscript.sql
mysql -t -uroot mydb -e 'select * from mytable'
Lägg till -t
alternativet till mysql (tabell).
mysql -t -uroot mydb < myscript.sql
mysql -t -uroot mydb -e 'select * from mytable'