Re: mysql_client

2003-11-19 Thread aman raheja
IN order to access a database say with a name "data_db" you have to grant permissions to a remote user by doing the following on the server GRANT ALL ON data_db.* TO [EMAIL PROTECTED] identified by 'password' Few things to remember. - Not a good idea to give access to root from remote clients - O

Re: mysql_client

2003-11-14 Thread Egor Egorov
Alaios <[EMAIL PROTECTED]> wrote: > Hi i have just installed the mysql_client > and i am trying to remotely connect to the database of > the other pc so i gave the following command > mysqlshow -h 192.168.64.12 -u [EMAIL PROTECTED] > mysqlshow: Host 'akroneiro' is not allowed to connect > to this M