🌍
Deutsch
The installscript says that it can connect to the server but not to the database i specified.
Hello!
I tried to install piwigo on my webserver today, but i always run into an error:
a) Does piwigo support mysqli?
b) Did i make an error:
mysql> create database databasename;
Query OK, 1 row affected (0.00 sec)
mysql> grant all privileges on databasename.* to 'databaseuser'@'localhost' identified by 'supersecretpassword';
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
I can locally connect to the database!
Any helpfull comments?