Thread: phpmyadmin access not granted.
i set localhost in system. not getting access phpmyadmin entering user name , password entered @ time of set up.
/etc/phpmyadmin/config-db.php file shown below.
<?php
##
## database access settings in php format
## automatically generated /etc/dbconfig-common/phpmyadmin.conf
## /usr/sbin/dbconfig-generate-include
## sun, 03 jul 2011 10:19:02 +0530
##
## default file managed via ucf, shouldn't have to
## worry manual changes being silently discarded. *however*,
## you'll want edit configuration file mentioned
## above too.
##
$dbuser='user';
$dbpass='password';
$basepath='';
$dbname='phpmyadmin';
$dbserver='';
$dbport='';
$dbtype='mysql';
when access http://localhost/phpmyadmin/ , login screen appears entering username , password in file gives error
#1405 cannot log mysql server.
please help..
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] phpmyadmin access not granted.
Ubuntu

Comments
Post a Comment