Quote:
|
Originally Posted by till
In this case the admin has to set a new password. Or your installer creates automatically a new database for each installation incl. new user and pasword.
|
Could I (in some way) use the root mysql account that use ispconfig for creating new databases and *assign* those databases for a given customer?
I mean, there is already a piece of code that generates a mysql database for a customer in "optionen"/"Datenbanken Neu". I had a look to the code and found function datenbank_insert, but i also did a string search for this function in /home/admispconfig and realize that it seems that it is not called from anywhere. It exists just as a definition in ispconfig_isp_datenbank.lib.php.
How does optionen"/"Datenbanken Neu" use this function?