Quote:
|
Originally Posted by rosa hsiao
If I want to create a client with 5 sites and also grant the client the ability to create 5 databases in ISPConfig. Can you tell or redirect me to a url as how to create different site users and privileges for different database names?
|
Have a look at MySQL's GRANT syntax:
http://dev.mysql.com/doc/refman/4.1/en/grant.html, or use phpMyAdmin to create new users.
Quote:
|
Originally Posted by rosa hsiao
How to change the default database name to a user defined one such as:
'web1_db1' ===> 'members'
'web2_db2' ====> 'catalogus'
|
You can't do that with ISPConfig, you have to create the databases manually, e.g. with phpMyAdmin.