MySQL Gast user

Status
Not open for further replies.

nikin

New Member
Messages
6
Reaction score
0
Points
0
How can I create 'gast' account for my database without password.
It seems that GRANT, UPDATE, SET PASSWORD are disabled so I can't use SQL to do this.

Thanks,
Nikin
 

chefan

New Member
Messages
16
Reaction score
0
Points
0
The answer is: best not. You can always provide a Web frontend to allow database access while limiting the options a user has with YOUR code.

If you really have to create a guest account with (hopefully) limited rights, you could try the PhpMySql frontend. if you can't do it there, it will be due to security restrictions.

If you could give a more precise idea for what purpose you need the guest account, maybe there are different approaches than a passwordless DB access.

Regards, Stefan
 
Status
Not open for further replies.
Top