I have a 'member sign up' form and a php script to gather the information to validate it and send it into the mysql database.
I have debuged the php script and now i am getting the following error:
Error Host 'jonvarley.com' is not allowed to connect to this MySQL server : Host 'jonvarley.com' is not allowed to connect to this MySQL server
I'm not sure what could be wrong here. this is my own server, so i should have authorization any way. I have checked my php script and include files for any typo's and bugs.. and i couldn't find anything that would set off this connection error. I DO have the correct password, username, database name and host name...
do you have any reasons why i would be getting this error?
Thank-you for your help!