Phpmyadmin problem
#11

I followed the guide to the letter but to join the page I get this message: 

 

you know why?

 

...terminal

vi /usr/share/phpmyadmin/config.inc.php

then press " i " and edit the line with the blowfish_secret

like that:

$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! <---old

$cfg['blowfish_secret'] = '1234'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! <--- new

#12


...terminal

vi /usr/share/phpmyadmin/config.inc.php

then press " i " and edit the line with the blowfish_secret

like that:

$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! <---old

$cfg['blowfish_secret'] = '1234'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! <--- new

i use you guide and give new error

 

Welcome to phpMyAdmin 2.11.11.3
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.
Error
MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

 

#13

I used the same 777 which also has

goes without error

 

MySQL-shared-compat-5.1.49-1.rhel5.i386.rpm

#14

Int the:config.inc.php

$cfg['Servers'][$i]['AllowNoPassword']=true;

 

or this:

$cfg['Servers'][$i]['nopassword']=true;



Forum Jump:


Users browsing this thread: 1 Guest(s)