I have added a dedicated MYSQL server to my ispconfig installation. I followed the guide on your website to set this up. The server shows in the web interface now. To test it I went and tried to create a new database on it. I checked the Remote Access checkbox. The database shows now on the interface but I checked the new DB server and the database is not there. I also created a remote user on the new DB server so the master server can connect to it but still no luck. Any idea on where I can look to find out what the issue is?
From first sticky post of this forum ISPConfig is not writing changes to disk Debug instructions for the ISPConfig server process are in the FAQ: http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/ Follow the instructions and post the output in your thread.
Here is an error I got on the Slave Mysql Server: PHP Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'ispcsrv6'@'x.x.x.x' (using password: YES) in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 62 DB::__construct Access denied for user 'ispcsrv6'@'x.x.x.x' (using password: YES) where x.x.x.x is the IP of the slave server.