Answers for "mysql ubuntu how to run sql from command line"

SQL
4

execute mysql file

mysql -u yourusername -p yourpassword yourdatabase < text_file
Posted by: Guest on June-01-2020

Code answers related to "mysql ubuntu how to run sql from command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language