Return to Snippet

Revision: 40079
at January 25, 2011 23:34 by TheJasonParker


Initial Code
mysql <my_db_name> -u<user_name> -p<password> <mysql.sql

Initial URL


Initial Description
Ftp your *.sql file to the (remote) machine, login via SSH and then go to the directory where your sql file is and run this code.

Initial Title
Excuting sql files from Linux shell

Initial Tags
linux

Initial Language
MySQL