Answers for "command to run .sql file in 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 "command to run .sql file in linux"

Code answers related to "SQL"

Browse Popular Code Answers by Language