I'm looking for the easiest way for a remote client to view a database
I've set up a new MySQL user with limited privileges and ideally I'd like them to be able to log into the phpMyAdmin interface on the server, but it looks as though this isn't possible with anything except actual account logins.
So it looks like my options are: give them the mySQL details and let them sort their own login, then when it fails take their hostname and add it to the list of allowed remote hosts and ask them to try again.
or
Create an entirely new phpMyAdmin on the site which goes straight to the database as the mySQL user I have created for them.
Any quicker solutions?



LinkBack URL
About LinkBacks
Reply With Quote




