MySQL Forums
Forum List  »  Install & Repo

Re: Could not start the MySQL service: Error 1067
Posted by: Kong Guan Seow
Date: June 22, 2005 12:20AM

I am having the same problem on Windows 2000 workstation with Mysql ver 5.

I think mysql can't find the default setting ( path to basedir and datadir ).
With refer to Lissa post, create a my.ini file in your windows directory (e.g. winnt or windows) with the following content:

[mysqld]
# set basedir to your installation path
basedir=D:/mysql
# set datadir to the location of your data directory
datadir=D:/mysql/data

That solved my problem. Hope this help

Options: ReplyQuote


Subject
Written By
Posted
May 27, 2008 04:21AM
Re: Could not start the MySQL service: Error 1067
June 22, 2005 12:20AM
January 01, 2008 11:48PM
May 17, 2008 09:16AM
January 31, 2008 04:17PM
A B
December 12, 2008 03:23AM
March 25, 2008 07:48PM
May 26, 2008 05:46AM


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.