Answers for "run sql file from command line linux"

SQL
4

execute mysql file

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

Code answers related to "run sql file from command line linux"

Code answers related to "SQL"

Browse Popular Code Answers by Language