someone please help when i try to get my mysql instance to set up and i execute it, i get some kind of firewalll problem and i added it to the list on my firewall to pass, and added the program to pass but it still wont let me.
someone please help when i try to get my mysql instance to set up and i execute it, i get some kind of firewalll problem and i added it to the list on my firewall to pass, and added the program to pass but it still wont let me.
ok it says error Nr 1045 Access denied for user 'root'@'localhost' (using password : yes)
and then it says sometheing about my firewall and i already set it to pass and added mysql to the pass list also
That typically means you are not using correct user/password to connect to mysql.
The default password (at least for VAMP) is blank. You can change password by performing a query in mysql, but you need access to mysql itself first.
What you can also try: disable the firewall and try again. If you still get the error, it's not the firewall.
If you've lost the password to mysql or don't know what it is... well, a reinstall may be an option in such case.
But you can try root and no password, as well.