cancel
Showing results for 
Search instead for 
Did you mean: 

bonjour; j'ai reinstallé alfresco et j'esseye d'accedé...

user_alfresco
Champ in-the-making
Champ in-the-making
bonjour;


j'ai reinstallé alfresco et j'esseye d'accedé a la base mysql pour faire

drop database alfresco;
revoke all privileges, grant option from 'alfresco'@'localhost';
drop user 'alfresco'@'localhost';

puis


create database alfresco;
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;

pour que j'arrive a accedé a alfresco
mais je n'arrive pas a accédé a mysql il medit

CSmiley Tonguerogram FilesMySQLMySQL Server 5.0bin>mysql
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: N
O)



est ce que quelqu'un peut savoir d'ou sa peut venir?  merci
2 REPLIES 2

lme
Champ in-the-making
Champ in-the-making
Bonjour,

Normalement, à l'installation de MySQL, tu as dû renseigner un login et un mot de passe pour t'y connecter avec les privilèges administrateur. Et il faut utiliser la commande mysql comme ceci :

mysql -uLOGIN -pPASSWORD

user_alfresco
Champ in-the-making
Champ in-the-making
bonjour;

oui effectivement sa marche.


merci beaucoup
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.