Posts: 17
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2011
Reputation:
0
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
Posts: 206
Threads: 25
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2011
Reputation:
0
...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)
Posts: 103
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
I used the same 777 which also has
goes without error
MySQL-shared-compat-5.1.49-1.rhel5.i386.rpm
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Int the:config.inc.php
$cfg['Servers'][$i]['AllowNoPassword']=true;
or this:
$cfg['Servers'][$i]['nopassword']=true;