![]() |
|
Installation impossible - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Installation impossible (/thread-13379.html) |
Installation impossible - Hihaho - 2020-03-14 Bonjour et merci d'avance pour vos réponses (désolé d'écrire en français mais je peux lire l'anglais). Je viens de télécharger zenphoto 1.5.6 et je rencontre la difficulté suivante avec la configuration : "La base de données zenphoto n’a pu être créée. [La requête CREATE DATABASE a échoué.] " J'utilise mysql via phpMyAdmin (port 3308 dixit wamp64) sur localhost avec identifiant root et sans mot de passe. Encore merci. Installation impossible - acrylian - 2020-03-14 Sorry, the forum is English only. Please post again. But quickly to this:
You have to use the standard port 3306 for MySQL instead. Installation impossible - Hihaho - 2020-03-14 I think it's the reson? I tried to write 3306 in config, but, for WAMP, 3306 is reserved for MariaDB... Installation impossible - acrylian - 2020-03-14
Currently there is no way to define the port for the database in Zenphoto to use. There generally is a default server side taht is used, in your case it uses MariaDB. But Zenphoto should also work with MariaDB in compatible versions so perhaps you can just migrate it? Installation impossible - Hihaho - 2020-03-15 Thank you for this answer, but I have already a (relativly good) knowledge of mysql... I'll try this if there isn't alternativ... Installation impossible - Hihaho - 2020-03-15 Yeah ! Good luck ! Installation impossible - acrylian - 2020-03-15 Well, Zenphoto is meant to run on standard servers/webhost that normally only have one database server so there is never a need to choose the port. However we will look into adding that. Installation impossible - acrylian - 2020-03-15 Please try the support build/master (=1.5.7b) from GitHub as it now allows setting the mysql port. Add Installation impossible - Hihaho - 2020-03-15 I've done. It's running. |