I created a new database and user, these appear fine in ispconfig, but there is no correspnding db in /var/lib/mysql/ ? any ideas? thanks
checking logs i see Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/ispconfig/server/plugins-available/mysql_clientdb_plugin.inc.php thing is i have not changed mysql root pw, and mytop still connects fine using exiting root password?
msqli is only in dev, right? maybe commit 6f97fc13 or commit 710dabf7 are related to (ie. fix) the problem here?
Mysqli is used since 3.0.5 in the server and interface part. Just the ispconfig installer had some old mysql calls that were not compatible with PHP 7 and these got replaced in dev a few weeks ago to be 100% php 7 compatible with ISPConfig 3.1
Hi there, It seems i have the same problem as you : i can't create a database user neither a database. I've just updated mysql-server from 5.5.46 to 5.5.47 on a debian 7. I can't see no log in /var/log/mysql.log (nothing appears here... i can't see where are my mysql logs ). Same as you, ispconfig says it's created on the interface, but i can't find the user in the mysql database "mysql->user" or "mysql->db". The password in /usr/local/ispconfig/server/lib/mysql_clientdb.conf is the good one. Till : you talked, in another thread, about the root rights, and they seem good as "all privileges" in phpmyadmin. I don't know how to fix this problem... Please, do you have any clue?
See debug instructions at the end of this post: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
It worked perfectly, you rule . It was not a problem about mysql but with a dkim plugin i tested a few weeks ago. the server.php script were stopping with an error about that because the "enabled" plugin link was pointing on nothing (i deleted it). Thanks you so much, i keep this "debug thread" you've done, it was really helpfull. Continue your work on ispconfig, it's still great each time i use it !