Stooney Posted October 5, 2008 Share Posted October 5, 2008 I know how to make the entire MySQL Server remotely accessible, but how would I go about only making select databases remotely accessible? For security am I better off running a second server on a different port dedicated to the less secure remotely accessible databases? Quote Link to comment https://forums.phpfreaks.com/topic/127135-mysql-remote-access/ Share on other sites More sharing options...
corbin Posted October 5, 2008 Share Posted October 5, 2008 The permissions for users in mysql can be handled by host. For example, you can make a remote version of a user with access to only certain DBs. Just look into MySQL users/privs so on. Quote Link to comment https://forums.phpfreaks.com/topic/127135-mysql-remote-access/#findComment-657699 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.