Re: Cannot select the database

2006-03-21 Thread mysql
cks who is authorised to connect to the server. http://dev.mysql.com/doc/refman/4.1/en/connection-access.html * HTH Keith In theory, theory and practice are the same; in practice they are not. On Tue, 21 Mar 2006, Charles Gambrell wrote: > To: "[EMAIL PROTECTED]" <[EMAIL PRO

Re: Cannot select the database

2006-03-21 Thread mysql
term. Regards Keith In theory, theory and practice are the same; in practice they are not. On Tue, 21 Mar 2006, Charles Gambrell wrote: > To: mysql@lists.mysql.com > From: Charles Gambrell <[EMAIL PROTECTED]> > Subject: Cannot select the database > > I know this must be a s

Re: Cannot select the database

2006-03-21 Thread Nestor
Charles, 2 thing I woul do: 1) Grant permissions to the user that is trying to access mysql on that db. 2) I was having problems accessing mysql using php, although I was able to access mysql from the command line. The fix was using the old_password() function on mysql.

Cannot select the database

2006-03-21 Thread Charles Gambrell
I know this must be a simple issue and maybe I am asking it in the wrong place, so if the latter is the case, please direct me to the correct place. I am getting my feet wet with MySQL. I have installed running on WhiteBox linux and have created a datebase with one table and put some date in it.