2015-03-31
Create MySQL Schema and User
I am currently working on a project and am using the MySQL console. The project involves moving an existing codebase and database to a new server. I have ssh and MySQL console user access on the new server. This assumes you know how to use ssh to connect to the server and have a basic knowledge of MySQL. The words in curly bracesĀ are where you enter your required credentials. Do not include the curly braces. Make sure the MySQL console commands end with a semi colon. First, ssh into the new server and type this command to run the MySQL console: mysql -uRead More →