Jump to content

database install error


Travis Coleman

Recommended Posts

hey guys

 

i actually got the error 1064 at 

 

In the terminal window:

mysql -u <mysql_root> -p < ~/SkyFireEMU/sql/create/create_mysql.sql

 

it doesnt work, i go into the mysql console and put this into it "<mysql_root> -p < ~/SkyFireEMU/sql/create/create_mysql.sql"

console answers: you have an error in your sql sysntax; check the manual that corresponds to your mysql server version for the right syntax to use near  "<mysql_root> -p < ~/SkyFireEMU/sql/create/create_mysql.sql"  at line 1

 

 

can some one tell me whats wrong ?

 

greetings

Link to comment
Share on other sites

buddy I think you should determine DBname

I mean something like this: 

 

mysql -u <mysql_root> -p mysql < ~/SkyFireEMU/sql/create/create_mysql.sql

 

if you have error use this:

 

mysql -u root -p mysql < ~/SkyFireEMU/sql/create/create_mysql.sql

 

hope to be usefull.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.