Command line cheat sheet
Revision as of 00:26, 22 February 2013 by old>Admin (→MySQL commands)
MySQL commands
Import data from a SQL dump:
mysql -uroot -pPW1234 tslive < import.sql
Import data from a SQL dump:
mysql -uroot -pPW1234 tslive < import.sql