[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Creating databases using phpMyAdmin



le 1.10.2001 8:43, Daniel Treadwell à daniel@xxxxxxxxxxx a écrit :

> one word; phpMyAdmin http://www.phpwizard.net/projects/phpMyAdmin/
> 
> your users can create their own stuff without u having to give them full
> shell access...
> 
> HTH

Hi Daniel,
The problem if you use phpMyAdmin to create new mysql databases is that all
your customer have the same username and password, so this means that one
customer can view the content of another customer.

Now, I don't believe that your customers will be really happy with this.
With the solution I proposed every user has its own database, its own
username and own password.

so only the root user of the mysql database can view all the databases.