Changes

Jump to navigation Jump to search
176 bytes added ,  02:00, 26 April 2013
Line 71: Line 71:     
NOTE: Make sure you use < and not > in the above command because you are piping the file.sql to mysql and not the other way around
 
NOTE: Make sure you use < and not > in the above command because you are piping the file.sql to mysql and not the other way around
 +
 +
If you want to play with another user or a remote mysql server you can use this command line
 +
 +
mysql --user=username --pass=password --host=dbserver database < /path/file.sql

Navigation menu