I want separate users with different permissions to access a database. I can't seem to find a method to add a user to the database through the control panel, nor does create user as an SQL command work. Any ideas? Thanks! asked 22 Nov '11, 14:27 phuman |
This is not functionality the shared MySQL or Postgres Database servers can perform. You would have to build your own database server from source within your home directory to have this functionality. answered 22 Nov '11, 17:13 johns |
If you're looking for this kind of security configuration via the phpmyadmin interface:
See the first answer here. answered 26 Nov '11, 21:39 cesnn |