Difference between revisions of "Can't open phpMyAdmin"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: It can be reached in: http://<IP>/phpmyadmin ==Errors== ===The configuration file now needs a secret passphrase (blowfish_secret)=== Login to your server over SSH If you have Centos/Fe...) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 15: | Line 15: | ||
/var/www/phpmyadmin | /var/www/phpmyadmin | ||
Open file ''config.inc.php'', find line: | From MOR X5 link is changed to: | ||
/var/www/html/mordbadmin | |||
Open file ''config.inc.php'' '''(make sure it is not empty)''', find line: | |||
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ | $cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ | ||
And enter any characters between | And enter any characters between single commas. Example: | ||
$cfg['blowfish_secret'] = 'mun9b8y7tv6cr5ex4'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ | $cfg['blowfish_secret'] = 'mun9b8y7tv6cr5ex4'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ | ||
Save the file and | Save the file, go to webrowser, press CTRL+F5 and access phpMyAdmin. |
Latest revision as of 11:33, 18 May 2015
It can be reached in: http://<IP>/phpmyadmin
Errors
The configuration file now needs a secret passphrase (blowfish_secret)
Login to your server over SSH
If you have Centos/Fedora go to:
/var/www/html/phpmyadmin
If you have Debian go to:
/var/www/phpmyadmin
From MOR X5 link is changed to:
/var/www/html/mordbadmin
Open file config.inc.php (make sure it is not empty), find line:
$cfg['blowfish_secret'] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
And enter any characters between single commas. Example:
$cfg['blowfish_secret'] = 'mun9b8y7tv6cr5ex4'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Save the file, go to webrowser, press CTRL+F5 and access phpMyAdmin.