Re: Connect problem

2001-02-07 Thread Gerald L. Clark
clay bond wrote: > > I just installed mysql 3.23.32 on my server and it > went without a hitch. I ran mysql_install_db, changed > the root password, started the server. I used GRANT > statements to create another user, then connected > as that user to the mysql client--no problem at all, > ran qu

RE: Connect problem

2001-02-07 Thread clay bond
On Wed, 7 Feb 2001, Carsten H. Pedersen wrote: > ...but in this case, it means that PHP is trying > to connect not through TCP/IP as other remote > machines, but rather through a UNIX socket located > on the machine as you have described above. > > It probably means that > 1) PHP expects to f

RE: Connect problem

2001-02-07 Thread Carsten H. Pedersen
> I just installed mysql 3.23.32 on my server and it > went without a hitch. I ran mysql_install_db, changed > the root password, started the server. I used GRANT > statements to create another user, then connected > as that user to the mysql client--no problem at all, > ran queries, etc. > > But