Hi I've updated ISPConfig 3 to 3.0.2.2 on a fresh Debian 5 Lenny server with ISPConfig 3 on it. After that, I've created a new client, a new DNS, a new web site and a new database for that client. Everything seems fine but the newley created database doesn't appear on phpMyAdmin. I've made the same operations on another ISPConfig 3 server (3.0.2.1) and the database is created within some seconds. I have no idea why the database is not created on the 3.0.2.2 server. Any help is appreciated.
No database was created under /var/lib/mysql As for the log files, when ISPConfig is set in Debug mod, I have : Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock No Updated records found, starting only the core. Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock A linked problem : when I create a web site, it is not created under /var/www or /var/www/clients. It seems like ISPConfig doesn't update the system
ISPConfig 3 was installed in a pre-configured Debian 5 Lenny package by our ISP. To update ISPConfig to 3.0.2.2, I've followed the guide http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/
Can you try to manually create database. Login to mysql console mysql -u root -p and try to create database by issuing following command, create database demodb; If that goes than something went wrong with installations. Have you created any Sites? Does vhost files gets created in /etc/apache2/sites-enabled
The manual creation of a database works. When I create a new web site with ISPConfig, vhosts files are not created in /etc/apache2/sites-enabled