I'm trying to connect to a remote MySQL server on our network and it am running into problems with authentication. I am used to connecting to a MySQL server on the localhost, so this remote stuff is perplexing me.
Basically when I plugin the info for the helpdesk app I'm setting up, I get the following error:
Now, the XXXX.XXXXX.com is my local machine, NOT the MySQL server hostname. So I'm guessing, it's saying it doesn't recognize the root from another machine. Though I know for a fact other machines connect remotely to this SQL server...
Any ideas?
Basically when I plugin the info for the helpdesk app I'm setting up, I get the following error:
Warning: Access denied for user: 'root@XXXX.XXXXX.com' (Using password: YES)
Warning: MySQL Connection Failed: Access denied for user: 'root@XXXX.XXXXX.com(Using password: YES)
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Warning: MySQL: A link to the server could not be established
Now, the XXXX.XXXXX.com is my local machine, NOT the MySQL server hostname. So I'm guessing, it's saying it doesn't recognize the root from another machine. Though I know for a fact other machines connect remotely to this SQL server...
Any ideas?