Just installed MySQL trying to create my first user
Anyways to fix the issue I ran these 3 commands within the mysql prompt:
<pre>DROP USER user@localhost;
FLUSH PRIVILEGES;
CREATE USER user@localhost IDENTIFIED BY 'password';
Just installed MySQL trying to create my first user
Anyways to fix the issue I ran these 3 commands within the mysql prompt:
<pre>DROP USER user@localhost;
FLUSH PRIVILEGES;
CREATE USER user@localhost IDENTIFIED BY 'password';
Article Topic:Software Development - Linux
Date:April 26, 2014
Want me to help develop your next Ruby-on-Rails project or application?
Contact Me