Jump to content

securing phpmyadmin.


daydreamer

Recommended Posts

I have put phpmyadmin on my webspace, but the web host does not allow me to set username/password via the .htaccess and .htpasswd files.

 

at the moment I am using (in the phpmyadmin config.inc):

$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['blowfish_secret'] = 'aphrase';

 

and also changed the phpmyadmin default folder to another name.

 

When I browse to this folder using my web browser, phpmyadmin asks me for my username and password to the mysql database. (But also warns me "Cannot load mcrypt extension. Please check your PHP configuration.").

 

I am using SSL so when I access phpmyadmin it is always via https:// .

 

Is this enough to secure my phpmyadmin/database?

Link to comment
https://forums.phpfreaks.com/topic/132768-securing-phpmyadmin/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.