ERROR: When I click on eqadmin.exe I get an error where it says: "Access denied for user: 'mysqlname@127.0.0.1' (Using password: YES) The admin tool wasn't able to connect to database "eq" at host 127.0.0.1. Please go to the Preferences dialog and set the username, password, database, and host values.
SOLUTION: First open the admin folder and edit FQADMIN.INI to the right prompts and commands. Then, click START, RUN, type in mysql -uroot, then type in, GRANT ALL PRIVILEGES ON eq.* TO mysqlname@localhost IDENTIFIED BY 'mysqlpassword' WITH GRANT OPTION;
|