Playing with this framework for a project at work. Here’s a couple of problems I’ve run across on my virgin Ubuntu install. Documenting for prosperity. 😀
Import file for MySQL
mysql -uusername -p mysql < /path/to/sql/file.txt(.sql)
Playing with this framework for a project at work. Here’s a couple of problems I’ve run across on my virgin Ubuntu install. Documenting for prosperity. 😀
Import file for MySQL
mysql -uusername -p mysql < /path/to/sql/file.txt(.sql)