MySQL Forums
Forum List  »  Newbie

How would I use this on MySQL 5.1.61
Posted by: Best McPlayers
Date: January 04, 2015 01:19PM

Hi, I'm building a site from Github, but I've came across a problem! The installation guide says it's for MySQL 5.5, but I'm using 5.1.61. Can I change this to work with 5.1.61? Is that possible?

I'm trying to do this; below.

mysql -u root -p
mysql> CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
mysql> GRANT CREATE, INSERT, SELECT, UPDATE, DELETE, DROP, ALTER ON database.* TO 'user'@'localhost';
mysql> FLUSH PRIVILEGES;

Thank you.

Options: ReplyQuote


Subject
Written By
Posted
How would I use this on MySQL 5.1.61
January 04, 2015 01:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.