[PHP-DB] Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-15 Thread Gunawan Wibisono
or > that reason any other OS. > > Hope this explain things. > > Thanks, > Don. > > > -Original Message- > From: Gunawan Wibisono [mailto:landavi...@gmail.com] > Sent: Sunday, March 07, 2010 7:37 AM > To: php-wind...@lists.php.net; php-db@lists.php.net > S

[PHP-DB] RE: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-07 Thread Venkat Raman Don
hp-db@lists.php.net Subject: Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL sry.. this kinda other person problem thx for your support and I kinda found this problem on other place.. Is posible.. the problem in the windows 7? On Sun, Mar 7, 2010 at 12:12 AM, Venkat Raman Don wrote: > Seems l

[PHP-DB] Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-07 Thread Pierre Joye
On Sun, Mar 7, 2010 at 4:36 PM, Gunawan Wibisono wrote: > sry.. this kinda other person problem > thx for your support and I kinda found this problem on other place.. Is > posible.. the problem in the windows 7? No, php works fin on windows 7. Cheers, -- Pierre @pierrejoye | http://blog.thepim

[PHP-DB] Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-07 Thread Gunawan Wibisono
ent: Saturday, March 06, 2010 9:01 AM > To: php-windows > Subject: Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL > > Gunawan Wibisono wrote: > > Hello, > > > > First of all, I apologise if I do something wrong, because I'm new to > this > > weird

Re: [PHP-DB] Cannot connect to MySQL

2010-03-06 Thread Gunawan Wibisono
you install php, apache and mysql one-by-one? how about try access other db (example: odbc) On Fri, Mar 5, 2010 at 9:33 PM, The Phantom wrote: > > Hello, > > First of all, I apologise if I do something wrong, because I'm new to this > weird system. > > For test purposes, I have installed Apache

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-30 Thread Nur_Adman
Thanks so much, Constantin... Regards, Anita -Original Message- From: Constantin Wolber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 5:44 PM To: php-db@lists.php.net Subject: Re: [PHP-DB] Cannot connect to MySQL using [EMAIL PROTECTED] wrote: >Then cha

Re: [PHP-DB] Cannot connect to MySQL using

2006-03-30 Thread Constantin Wolber
[EMAIL PROTECTED] wrote: Then change : 127.0.0.1 localhost become : 157.47.115.180 [my_server_name] Changing this line is probably not the best way. This file is used for resolving the hostnames ti ip adresses. So a better way would probably be adding the line to the

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Nur_Adman
Dear All, I found the way. I opened file --> C:\WINNT\system32\drivers\etc\hosts Then change : 127.0.0.1 localhost become : 157.47.115.180 [my_server_name] Then my problem solved. Thanks & Regards, Anita

Re: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Balazs Hegedus
Hi, did you try to grant the IP address? I mean: grant x,y,z on db_name.{table_name|*} to [EMAIL PROTECTED] identified by 'password'; Hope it helps, cheers, Balazs -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Nur_Adman
M To: Adman, Nur anita; php-db@lists.php.net Subject: RE: [PHP-DB] Cannot connect to MySQL using It looks right on the function use, but you may want to check the installation of the mySQL service to ensure you have the right setup. There is normally always a password on root. Also, I wou

Re: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Chris
Warning: mysql_connect() [function.mysql-connect ]: Host '157.47.115.180' is not allowed to connect to this MySQL server in c:\wamp\www\CMS\forecast\includes\db_connection.php on line 10 Error !! Unable to connect to database What s

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Ralph Brickley
It looks right on the function use, but you may want to check the installation of the mySQL service to ensure you have the right setup. There is normally always a password on root. Also, I would be a little more careful of pasting your IP Address into a message forum. I'm sure we are all honest pe