Thread: mySQL
View Single Post
  #2  
Old 11-02-2002, 03:41 PM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default

I suspect they either changed it, or some of us just got unlucky.. I had the same problem, but its easily bypassed:

Drop down to a command prompt (Good ol pseudo-dos).

Change to the directory you installed mysql in, by default:
c:
cd \mysql\bin

Run mysql.exe:
mysql

Type the folliwng in mysql:
create database eq;

Then:
exit

Then continue with the install.
Reply With Quote