Ok so my server and website worked perfectly until i restarted my computer.... Now i get the error described above.
I havent changed my password, this is so gay lol.
Ok so my server and website worked perfectly until i restarted my computer.... Now i get the error described above.
I havent changed my password, this is so gay lol.
Is MySQL/Wamp (or what you use) on autostart?
Check if your router IP is changing on restart of the computer.
I had both server and Wamp up yesterday and it worked perfectly...
Nah man my router dont change IP when i restart, anyways i'm using Hamachi lol...
I would help you, But i cant if ur using hamachi. Never touched the program and never will. Its damaging the emulation community xE
Btw. The reason im not helping u is becouse idk anything about hamachi. Not just becouse i h8 it:P
Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>
Yeah i know Hamachi suck ass. But the reason why i use it is because when i open my ports my net screws it self -.-"
Anyway I'm pretty sure this has nothing to do with Hamachi. I had this problem before but i dont remember what i did to fix it -.-"
if its windows vista, besure that firewall didnt turn on, it may lock you
------------------------------------------------------
Knaur - Founder of The Norwegian Elite Team
Nope turning off the firewall in MacAfee didnt work either....
hmm, checked windows defender too? its normally installed hidden in vista.
i had to add my own mysql manually in it cause it thought it was a spyware lol
------------------------------------------------------
Knaur - Founder of The Norwegian Elite Team
Make a backup of your databases and try reinstalling your mysql.
Maybe its corrupt or something.
i have that problem to im running vista can someone help?
umm i dont really know whats wrong with your MySQL but below are a few simple things u need to know about MySQL.....
1. To change passwords on MySQL, depending on where your mysql is installed......
C:\xampp\mysql\bin\mysqladmin -u root password <insert password here>
2. If u have your "root" or "user" password all set? and still cant connect? check your user privilages on mysql... a simple but common mistake is the hosts allowed.... some have it at localhost, some from a desired ip.... but if u want it to connect from any host replace it with a "%" this will allow you to connect from any host. ( BE VERY CAREFUL HERE, if you loose your password its VERY HACKABLE ) ehehe hopes this helps you out.