Database connection problem PHP 7 Maria 10 Synology
-
Just for the record and to help other users.
I got a connection problem with mailpoet to the database.
On the website of mailpoet is the described solution in Step 1:It should however be:
define( ‘DB_HOST’, ‘127.0.0.1:3307’ );If you did not change the default port for Maria database 10 on a Synology. Maria 5 is there one the default port 3306. Localhost does not work for Maria 10. It should be 127.0.0.1 explicit.
In my case there is no need to change php.ini as described in step 2.
It seems like mailpoet forget to read the corresponding database access values in php.ini
The topic ‘Database connection problem PHP 7 Maria 10 Synology’ is closed to new replies.