Is it possible for me to let a user to remotely connect to one of my mysql db's?
I currently have multiple db's but I don't want to grant them access to the others. Only connection to a single particular db.
If this is allowed, what's the best possible way to connect to it and make changes etc.? Will the MySQL GUI Tools help?
I tried connecting with the MySQL Administrator program and could not connect. Gave me error 1045. Access was denied, even though I had the correct email address and password.
edit: just realised the IP address it showed is my local IP address. Why would it tell me access was denied at my local address?
I currently have multiple db's but I don't want to grant them access to the others. Only connection to a single particular db.
If this is allowed, what's the best possible way to connect to it and make changes etc.? Will the MySQL GUI Tools help?
I tried connecting with the MySQL Administrator program and could not connect. Gave me error 1045. Access was denied, even though I had the correct email address and password.
edit: just realised the IP address it showed is my local IP address. Why would it tell me access was denied at my local address?
Comment