VestaCP - Login without a password is forbidden by configuration (see AllowNoPassword)

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

VestaCP - Login without a password is forbidden by configuration (see AllowNoPassword)

Ошибка при входе в phpmyadmin:

Login without a password is forbidden by configuration (see AllowNoPassword)

решение:

# vi /etc/httpd/conf.d/phpMyAdmin.conf
<Directory /usr/share/phpMyAdmin/>
php_admin_value mbstring.func_overload 0

и перезапустить веб-сервер:

# /etc/init.d/httpd restart