Hi,
When setting user privileges in mysql manager,
am i forced to using any host? when I want my db user to connect from a remote server?
Currently I have localhost set, so my inital website works fine as the db is on the localhost.
I also have an external server which queries my db, so selected "specify ip address" which allows the connection.
Unfortunately this broke the local connection as well.
So i have to use "% Any Host" to get around this.
Can I not specify localhost and also a single ip address?
reason i am concerned is that if the db user pw is comprimised then they can potentially gain access to my db because the user has "% Anyhost" access.
Is there a way to force localhost and single remote IP?