Hi,
Phpmyadmin display the wrong php version 7.3.30? I don't have installed php 7.3 version. I have installed to server just php versions 7.4 and php 8.0.
How fix this? Check screenshots
php -v (PHP 7.4.24)
----------
Second question... phpMyAdmin display the "Server connection: SSL is not being used".
I need use this method so enable SSL or another method better? Connecting phpMyAdmin to a MySQL server over SSL
config.inc.php add this line after applicable server stuff: $cfg['Servers'][$i]['ssl']=true;
Phpmyadmin display the wrong php version 7.3.30? I don't have installed php 7.3 version. I have installed to server just php versions 7.4 and php 8.0.
How fix this? Check screenshots
php -v (PHP 7.4.24)
----------
Second question... phpMyAdmin display the "Server connection: SSL is not being used".
I need use this method so enable SSL or another method better? Connecting phpMyAdmin to a MySQL server over SSL
config.inc.php add this line after applicable server stuff: $cfg['Servers'][$i]['ssl']=true;
Attachments
-
191.2 KB Views: 6
-
24.3 KB Views: 6
Last edited by a moderator: