Resumen
Este articulo brinda una guia para resolver el problema que se presenta en PHPMyAdmin
Detalles
Mensaje de error
mysqli::real_connect(): (HY000/1130): Host 'localhost' is not allowed to connect to this MariaDB server Connection for controluser as defined in your configuration failed. mysqli::real_connect(): (HY000/1130): Host 'localhost' is not allowed to connect to this MariaDB server phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Para resolver este problema, es necesario realizar lo siguiente:
1. Editar el archivo MySQL > Config > my.ini
2. En el apartado de # The MySQL server agregar las siguientes 2 lineas
[mysqld] skip-grant-tables
3. Por ultimo re-iniciar el servicio de MySQL y recargar la pagina
4. Una vez dentro de PHPMyAdmin, seleccionar la base de datos mysql, la tabla user y seleccionar la accion «Reparar tabla»
Para mayor información contactar a servicio@rolosa.com
0 comentarios