-
MySQL Trouble
Hello,
I'm trying to setup Mysql on my pc, i already installed it and executed the command:
c:\mysql\bin>mysqld
but i get the following error message:
"Can't initialize InnoDB as 'innodb_data_file_path' is not set"
Any help would be appreciated.
Thanks.
-
Try to re-install it, then go to MS-DOS, access the "bin" folder and type mysqld, if you are using NT or Windows 2000, start it as a service...
-
I did... but still getting the same error message.
-
When installing with innoDB support, you need to specify configuration options within my.cnf,
namely, 'innodb_data_file_path' in order to run it..
The following will give you a run down on what needs to be done:
http://www.mysql.com/doc/I/n/InnoDB_start.html
-
SitePoint Member
Hey Toly,
Try running mysqld-opt instead of mysqld this is the default program during the set-up on windows.
Same Toly from DR?
-
Hey Thirdeye,
yeah i'm the same from DR, haven't been there in a while though..... there server has been down for several days i think. Take care.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks