View Single Post
  #6  
Old 02-12-2015, 10:51 AM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default

Had similar issues on my first install when I used XAMPP. Try this:

mysql -ueq -p

You will be prompted for your password. Once you are at mysql prompt, type:

use eq;
Reply With Quote