Answers for "how to get the script of a database mysql in terminal"

SQL
0

mysql terminal run sql file

$ mysql -h "server-name" -u "your_username" -p "your_password" "database-name" < "filename.sql"
Posted by: Guest on September-16-2021

Code answers related to "how to get the script of a database mysql in terminal"

Code answers related to "SQL"

Browse Popular Code Answers by Language