View Single Post
  #12  
Old 03-06-2015, 09:11 AM
Valorborn
Fire Beetle
 
Join Date: Aug 2010
Location: Texas
Posts: 21
Default

Quote:
Originally Posted by joligario View Post
Looks like you are getting confused.
-u = user (eq in your case)
-p = password (eq in your case)
The final entry is the database name (you didn't specify, but I assume peq)

So your final login (if the database name is peq) is mysql -ueq -peq peq
Right! When I run mysql -ueq -peq peq it brings me to the mysql prompt but when I try to run world.exe I still get the database connection issue.
Reply With Quote