Answers for "run sql on command line"

SQL
0

run sql script from command line

mysql -u yourUserName -p yourDatabaseName < yourFileName.sql
Posted by: Guest on July-14-2021

Code answers related to "run sql on command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language