MySQL Forums
Forum List  »  MyISAM

Re: Backup file not working
Posted by: Roel Van de Paar
Date: February 25, 2009 07:09PM

Hi Thomas,

o Check your MySQL server error log file (if it was configured/setup) in your mysql data directory (the .err file) for any errors on the MySQL server side.
o You can use notepad++ (search on Google) to edit large files, it works well on Windows.
o You can import an SQL dump file using the mysql client (mysql.exe in the bin folder of your MySQL installation directory):

shell> CD \your_mysql_install_dir\bin\
shell> mysql -uroot -p < \path_to_your_dump_file\dump.sql
enter your password when prompted

o What version of MySQL are you using and what version of MYSQL Administrator?



Edited 1 time(s). Last edit at 02/25/2009 07:10PM by Roel Van de Paar.

Options: ReplyQuote


Subject
Views
Written By
Posted
3272
February 25, 2009 04:16AM
Re: Backup file not working
2682
February 25, 2009 07:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.