I would like to access my mysql database using a hostname other than localhost. Here is the example scenario I would like to have work:
mysql -u martin -h 192.168.0.100 -D coorpp -p
The reason I am trying to use another hostname is to use a program called mysqlfront, so I can edit the database visually, form a win box. No mater what I have tried so far, I cannot get acces I always get a 1045 error access denied.
Thanks in advance! Rninja
mysql -u martin -h 192.168.0.100 -D coorpp -p
The reason I am trying to use another hostname is to use a program called mysqlfront, so I can edit the database visually, form a win box. No mater what I have tried so far, I cannot get acces I always get a 1045 error access denied.
Thanks in advance! Rninja