martinezz 0 Posted February 18 Share Posted February 18 (edited) Soy nuevo en esta área de servidores y similares, ¿alguien podría guiarme un poco y ayudarme a resolver este tipo de error?): Edited February 18 by martinezz J'ai telecharge une image qui n'etait pas... Quote Link to post Share on other sites
Anthogame 230 Posted February 18 Share Posted February 18 Tu as mal configuré les accès à ta base de donnée dans le fichier auth_config.xml Quote Link to post Share on other sites
martinezz 0 Posted February 18 Author Share Posted February 18 il y a 2 minutes, Anthogame a déclaré: Ha configurado incorrectamente el acceso a su base de datos en el archivo auth_config.xml une idee de ce que j'ai mal configure et comment y remedier? Quote Link to post Share on other sites
CLAY_DEV 0 Posted February 19 Share Posted February 19 No esperes a que te resuelvan todo hermano , ya te ha dicho dónde está el problema, solo tienes que mirar, Te lo explicaré con plastilina como a un niño pequeño ... / auth_config / world_config Ambos archivos son ' Marcado extensible ' Debes ingresarlos y editarlos. Si cambió el nombre de las bases de datos en el DB Manager, no se preocupe, solo debe modificar algunas líneas en sus configuraciones. Creo que es la línea ... ¿28? db_string_name> DB_NAME * No recuerdo exactamente cómo se puede definir, pero es similar, nada más. Saludos, buena suerte - CLAY Quote Link to post Share on other sites
Kot 10 Posted February 19 Share Posted February 19 It's a measure used on recent installed MySQL servers to improve security. ( You can find more informations about it by browsing through google ! ) Do the following steps to rollback to the old authentication method Open Navicat Select your database Connect to this database Right click on this database and click on Console Execute the following query ALTER USER 'root'@'localhost' IDENTIFIED BY '<password>'; When this query is done you will want to make this effective so : FLUSH PRIVILEGES And it should work. ( You can also restart your mysql server if you want) Have a nice day @martinezz Quote Link to post Share on other sites
martinezz 0 Posted Friday at 03:04 PM Author Share Posted Friday at 03:04 PM Je l'ai résolu, merci d'avoir répondu, passez une bonne journée! :) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.