icon Learn how to get the most out of Surmunity - read our forum tips here! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Private Hosting » question error MySql

Private Hosting Questions about VPS, dedicated servers and colocation.

Reply
 
LinkBack Thread Tools Search this Thread
Old October 25th, 2004, 3:36 PM   #1 (permalink)
Registered User
Fresh Surpasser
 
Joined in Oct 2004
Lives in valpo
6 posts
Gave thanks: 0
Thanked 0 times
question error MySql

hi, I am trying to install a data base by means of SSH and it sends east error to me what can i do?

mysql -u root -e Octubre <12_Octubre.sql

ERROR 1064 at line 1
diskman_iia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 27th, 2004, 10:29 PM   #2 (permalink)
the one who was
Super #1
 
patrickb's Avatar
 
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
Not too sure about this. First thing is first, make sure you have a root password set in mysql. Otherwise you are at a severe security risk level.

Secondly, if it is a .sql file, don't use the -e Octubre part. Instead, use something along the lines of:

mysql databasename < Octubre.sql

That is all you should need. Also make sure the database itself is already created and setup.
__________________
Patrick

Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org
patrickb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On