![]() |
Как редактировать ACL в MySql?
У меня не пашет сайт. Вроде всё из-за acl.
Написал провайдеру, но они сказали только вот что: It looks like a acl issue on your mysql server, it seems that localhost does not have access to your sql server, you will need to restart the mysql server in safemode and reset the acl list to allow access to mysql again [root@amina root]# telnet localhost 3306 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. NHost 'localhost.localdomain' is not allowed to connect to this MySQL serverConnection closed by foreign host. Что делать? Напишите какие команды писать чтобы этот самый acl исправить. |
Чтобы настроить привилегии нужно перезапустить демона с ключём --skip-grant-tables.
PS: Документация здесь: http://dev.mysql.com/doc/mysql/ru/privilege-system.html :contract: |
| Часовой пояс GMT +4, время: 06:52. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.