Greetings,
The user, the account name for the user access the database, needs to be granted permission to connect to the database from either localhost or any other allowed address. You then setup what the user is allowed to do, create table, drop tables etc etc.
The solution is as stated above give the user account you wish to use access to the database, and make sure you grant the minimum priv's so the user can do what they need to and nothing more.
|