View Single Post
  #4  
Old 04-19-2014, 08:14 PM
sarxosen's Avatar
sarxosen
Fire Beetle
 
Join Date: Oct 2006
Location: Nebraska, USA
Posts: 7
Default

login to mysql as you did with no root password. type the following, replacing the myrootpw with whatever password you want.

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('myrootpw');

then put the password in your config file. its not worth running without a root pw, even if you make it really simple. give it a try.
Reply With Quote