Installing v2 WAMP on a fresh station to test and document all needed changes to the configuration. Also installed MySQL GUI Tools 5.0, specifically for using MySqlAdministrator. After I authenticate at the login prompt, MySQLAdministrator produces the following error msg:
"Either the server service or the configuration file could not be found. Startup variables and service section are therefore disabled."
Now, I had this exact problem with v1 WAMP, and the solution then had to do with WAMP using its own named instance of MySQL. The solution then was to add the following definition to the My.ini file:
[mysqld]
port=3306
Well, I was all set to do this for the v2 WAMP stack and immediately saw that it's already in the My.INI file. So... what's the problem this time? Is there a different named instance with v2 WAMP?
TIA,
Rick
Edited 1 time(s). Last edit at 02/14/2008 06:07PM by RDuke.
Didn't notice your forum thread hyperlink was the solution to which you were referring. It's hard to tell when you just see a [wampserver.comp] reference.