Blog

Real Life Tech Problems Solved.

MySQL add new user

Posted on by

To add a new user to MySQL perform the following In PuTTY log into your server with MySQL on it and open MySQL using the following command mysql -u root -p It will now as for your password which you should type in Now set up your users, you can limit where a user can [...]

MySql | No Comments