access to phpmyadmin without passwd - not possible - Joomla! Forum - community, help and support
have installed phpmyadmin on opensuse version 13.1
want have acces login without passwd
you either have change root password in mysql, or allow empty root password in line 100 in /etc/phpmyadmin/config.inc.php:
i set config accordingly
line 92
cannot access following:
use root
pass empty
what do
want have acces login without passwd
you either have change root password in mysql, or allow empty root password in line 100 in /etc/phpmyadmin/config.inc.php:
i set config accordingly
line 92
code: select all
// mysql user
$cfg['servers'][$i]['user'] = 'root';
// mysql password (only needed 'config' auth_type)
$cfg['servers'][$i]['password'] = '';
// allow access without password
$cfg['servers'][$i]['allownopassword'] = true;
// whether allow root login
$cfg['servers'][$i]['allowroot'] = true;
// session use 'signon' authentication method
$cfg['servers'][$i]['signonsession'] = '';
cannot access following:
use root
pass empty
what do
answering question akin assisted suicide.
why on earth want entire internet able casually delete entire website?
why on earth want entire internet able casually delete entire website?
Comments
Post a Comment