MySQL Forums
Forum List  »  Install & Repo

Re: System error 1067
Posted by: Bob Field
Date: June 25, 2006 01:08PM

What I showed you was a very bare bones my.ini with just the minimum necessary to run MySQL with. If you take a peek inside the sample configuration files you'll see notes on the sort of system it's recommended for. I'd take of those files, copy it to c:\windows, rename it to my.ini, and edit it to set the basedir and datadir paths to the correct values. Note that paths inside the my.ini are represented using forward slashes.

There really aren't too many steps to installing a binary MySQL package.

1) Unpack the MySQL files somewhere on your disk
2) Create or tailor a config file
3) Install MySQL as a service
4) Start the service.

The setup program can do any or all of these steps for you, in rather generic fashion. One size fits all, for the most part, at first, unless you have extraordinarily limited resources or plan to have immediate extreme performance requirements.

Options: ReplyQuote


Subject
Written By
Posted
June 25, 2006 12:56AM
June 25, 2006 08:11AM
June 25, 2006 12:18PM
Re: System error 1067
June 25, 2006 01:08PM
June 25, 2006 08:43PM
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.