grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;
Attention, ces lignes sont celles à utiliser si on n'a pas changer le nom de la DB et de l'utilisateur Alfresco.mysql -u alfresco -p
3) Introduire le mot de passe (par défaut "alfresco")show databases;
Si tout se passe bien, tu devrais voir apparaitre ceci : +——————–+
| Database |
+——————–+
| information_schema |
| alfresco |
+——————–+
Si c'est le cas, c'est que ton utilisateur a bien accès à la DB.show grants;
Ce qui devrait afficher les lignes suivantes :+—————————————————————————————————————–+
| Grants for alfresco@localhost |
+—————————————————————————————————————–+
| GRANT USAGE ON *.* TO 'alfresco'@'localhost' IDENTIFIED BY PASSWORD 'mot_de_passe_crypte' |
| GRANT ALL PRIVILEGES ON `alfresco`.* TO 'alfresco'@'localhost' WITH GRANT OPTION |
+—————————————————————————————————————–+
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.