I am looking for suggestions on how to grant access to my MySQL database to my overseas developer. What is the best way to do this without giving him the main login to my control panel? asked 11 Jan '12, 11:12 jetgreene |
If he only needs access to your database, then you can just give him the username and password for your database. The database username is the same as the name of the database itself. answered 11 Jan '12, 12:17 seanf |