Re: [PHP] Connecting to Databases

2004-04-06 Thread John W. Holmes
From: "Robb Kerr" <[EMAIL PROTECTED]> > I solved the problem by adding my IP address to the Access Hosts list for > the database. Fortunately I use a cable modem with a static IP address, but > if I were using a dialup with a dynamic IP, would I have to add that IP as > an Access Host every time I

Re: [PHP] Connecting to Databases

2004-04-06 Thread John W. Holmes
From: "Robb Kerr" <[EMAIL PROTECTED]> > Unfortunately, SQLyog and Dreamweaver reside on the same machine. Should I > create a new user for the database which is "[EMAIL PROTECTED]"? Why would > SQLyog require this while Dreamweaver does not? And, why doesn't identical > connection information work

Re: [PHP] Connecting to Databases

2004-04-06 Thread gohaku
On Apr 6, 2004, at 10:57 AM, Robb Kerr wrote: I know that this message is more related to MySQL than PHP but I don't know of a good MySQL board. This board is VERY active and useful. Have you checked out MySQL General Discussion over at: http://lists.mysql.com/ ? -- PHP General Mailing List (http

Re: [PHP] Connecting to Databases

2004-04-06 Thread Robb Kerr
On Tue, 6 Apr 2004 10:24:29 -0500, Robb Kerr wrote: > On Tue, 6 Apr 2004 11:18:11 -0400, John W. Holmes wrote: > >> From: "Robb Kerr" <[EMAIL PROTECTED]> >> >>> I have found that it is not uncommon when trying to connect to a database >>> on an Apache server to get a return similar to "Access de

Re: [PHP] Connecting to Databases

2004-04-06 Thread Robb Kerr
On Tue, 6 Apr 2004 11:18:11 -0400, John W. Holmes wrote: > From: "Robb Kerr" <[EMAIL PROTECTED]> > >> I have found that it is not uncommon when trying to connect to a database >> on an Apache server to get a return similar to "Access denied for user: >> [EMAIL PROTECTED]". I just ran into this pr

Re: [PHP] Connecting to Databases

2004-04-06 Thread John W. Holmes
From: "Robb Kerr" <[EMAIL PROTECTED]> > I have found that it is not uncommon when trying to connect to a database > on an Apache server to get a return similar to "Access denied for user: > [EMAIL PROTECTED]". I just ran into this problem because I wanted to use > SQLyog to manipulate a table that