| 
				 1064 error with mysql 
 OK i am trying to make my server and i am following the directions in the readme exactly
 when i get to this part i  have trouble
 
 3.4) This part might be a little tricky for some, so read word-by-word.
 
 - Go to your MySQL bin directory ( C:\mysql\bin ) and open " mysql.exe "
 
 - Now type the following in this order ( Type one line, hit enter, move on to next)
 
 create database eq;
 
 
 after i type the create detabase thing in the mysql.exe
 i get this
 
 ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'detabase eq' at line 1
 
 I would really appeciate if someone can help me with this
 |