Re: mysql server to remote client

2009-06-03 Thread Umarzuki Mochlis
2009/6/4 Umarzuki Mochlis > > > 2009/6/3 abdelkader belahcene > > Hi, >> I installed mysql, locally on the same machine, i use it, via teminal or >> thru apache/php. >> The problem is when I try to access from a remote machine, the following >> command fails: >> mysql -h 192.168.10.10 -u root -

Re: mysql server to remote client

2009-06-03 Thread Umarzuki Mochlis
2009/6/3 abdelkader belahcene > Hi, > I installed mysql, locally on the same machine, i use it, via teminal or > thru apache/php. > The problem is when I try to access from a remote machine, the following > command fails: > mysql -h 192.168.10.10 -u root -p > > Where 192.168.10.10 is the address

mysql server to remote client

2009-06-03 Thread abdelkader belahcene
Hi, I installed mysql, locally on the same machine, i use it, via teminal or thru apache/php. The problem is when I try to access from a remote machine, the following command fails: mysql -h 192.168.10.10 -u root -p Where 192.168.10.10 is the address of the server running mysql. thanks for help b