Dear all,
When you set up permissions for a MySQL database, you can specify from which hosts the user is valid. For example, you can set up a user/pass which is only valid when it is used on the localhost.
Surly, this means that even if someone managed to steal your user/pass for your database, unless they had access to your server, they would not be able to do anything with it as the user/pass can only connect to the database from the localhost.
Thanks
Guy






Bookmarks