mysqlcli how to load external sql file

Solutions on MaxInterview for mysqlcli how to load external sql file by the best coders in the world

showing results for - "mysqlcli how to load external sql file"
Laura
29 Jan 2016
1 mysql --user="username" --database="databasename" --password="yourpassword" < "filepath"
2
similar questions
queries leading to this page
mysqlcli how to load external sql file