I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: sarfraj (59.95.54.---)
Date: January 27, 2012 08:21AM

please help

Options: ReplyQuote
Re: I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: stevenmartin99 (---.251.255.14.threembb.ie)
Date: January 27, 2012 09:44AM

Well paste the code

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: infopeer (220.224.230.---)
Date: January 30, 2012 09:32AM

Create another user & execute the below queries on your mysql server in the specified order.

GRANT ALL PRIVILEGES ON mydb.* TO 'username'@'192.168.1.0/255.255.255.0';


FLUSH PRIVILEGES;

exit


Where 192.168.1.0/255.255.255.0 should be your specific subnet.

Let me know if the issue is resolved.

Thanks,

Founder & Administrator
[www.infopeer.com]
[www.zaadu.com]

Options: ReplyQuote
Re: I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: cronodragon (---.cable.net.co)
Date: January 30, 2012 02:24PM

Same problem here. Sarfraj did you find the solution to this problem? :/

[gamelix.com]
[gamelix.com]

Regards!
-Marco

Options: ReplyQuote
Re: I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: cronodragon (---.cable.net.co)
Date: January 30, 2012 02:25PM

Same problem here. Sarfraj did you find the solution to this problem? :/

[gamelix.com]
[gamelix.com]

Regards!
-Marco

Options: ReplyQuote
Re: I have written all code required to connect to mysql db still its not working what can be the problem?Although there is no problem in code?
Posted by: yfastud (Moderator)
Date: February 01, 2012 01:56AM


Options: ReplyQuote


Sorry, only registered users may post in this forum.