Check the windows service manager. It shouldn't be disabled from there.
To check that go to Start > Run > services.msc
Main Topics
Browse All TopicsI have an existing ibdata file and log files in my d:\data directory and have recently reinstalled WAMP server in c:\wamp. MySQL won't start. I've included my my.ini file here. It seems as though there's a basic configuration error, but I can't determine what's causing it. Oddly enough, the error message is saying the .cnf file (where is it?) specifies that the logfile0 is exactly 10 times the actual size of the file.
Help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
But there is no .cnf file :-)
I searched my entire system and the only .cnf file I could find is openssl.cnf. The error script just says "in the .cnf" file and doesn't specify which file (kind of silly if you ask me)
Why would the log file report a size difference between the actual file and the value from my.cnf if my.cnf doesn't exist?
Perhaps more imprtantly, how would I repair the discrepancy to make sure the values match?
btw thanks for the speed of your replies - I'm incredibly nervous about losing the data - ibdata was working just fine on my previous installation and I did nothing to it but leave it there - this scare makes me want to go back to MyISAM just so I can feel comfortable backing up data - I thought ibdata was the only file that really mattered - now it's ibdata + the 2 log files + the form files + configuration directives, all interdependent on one another where if one file is changed, you could lose everything? blah - what a MESS!
the old server and my.ini were on c: which was reformatted for the new installation of windows - both my previous and new installations of WAMP were to c:\wamp - my data folder is where I keep all my data so I can reinstall if needed - i.e. I don't have the old my.ini
Would it makes to attempt to install mysql server by itself (no wamp) to see if I can isolate the issue?
I'm not 100% sure if the wamp I just installed is the exact same version as was on my old installation (same dir though for sure).
Also, I distinctly remember running into this issue before and somehow getting around it.
Thanks again
ok - found something that CLEARLY indicates that the data is not corrupt. WHEW! You scared me.
Installed an older version of WAMP version 2.0a - and everything is working FINE!
Here's the differences in the 2 versions:
WAMP 2.0a (working):
Apache 2.2.6
PHP 5.2.5
MySql 5.0.45
WAMP 2.0i (busted):
Apache 2.2.11
PHP 5.3.0
MySQL 5.1.36
There's a big format change in the my.ini file from the 2 versions - I'm comfortable with the 2.0a version while the newer 2.0i version just scares me (probably because I can't get it working)
So again, I'll I have done is installed a different (older) version of WAMP. I pointed my.ini to my existing data folder (datadir=d:/data) and it works without a hitch.
I'd still like to get to the bottom of why the newer version of WAMP or MySQL thinks my data is corrupt.
I've attached copies of my old (working) my.ini and the new one(broken).
actually, wamp2i contain latest php version which omits some function and cause some weird behavior, so if your wamp2a is working now, you should backup your db, check here for idea
http://blog.jlbn.net/?p=6
then use wamp2h instead wamp2i; you can download here
http://downloads.jlbn.net/
Business Accounts
Answer for Membership
by: angelIIIPosted on 2009-09-28 at 12:19:20ID: 25442370
see here where to find the my.cnf file: efman/5.0/ en/option- files.html
http://dev.mysql.com/doc/r
and the error message says that indeed, there is a mismatch between the config and the actual file size.