MySQL Forums
Forum List  »  Install & Repo

Re: System error 1067
Posted by: Bob Field
Date: June 25, 2006 09:46PM

Edit the file using Notepad. One possibility would be to set the lines in the [mysqld] section as follows:

basedir="C:/Program Files/MySQL/MySQL Server 5.0/"
datadir="C:/Program Files/MySQL/MySQL Server 5.0/data/"

Note the use of forward slashes.

Then place the file in your c:\windows directory and test running the mysqld program from the command prompt:

mysqld --console

Any error messages will come right to the screen.

Options: ReplyQuote


Subject
Written By
Posted
June 25, 2006 12:56AM
June 25, 2006 08:11AM
June 25, 2006 12:18PM
June 25, 2006 01:08PM
June 25, 2006 08:43PM
Re: System error 1067
June 25, 2006 09:46PM
June 25, 2006 10:36PM
June 26, 2006 08:25AM
July 02, 2006 03:38PM
July 02, 2006 04:03PM
June 24, 2007 01:32AM


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.