extension name

This commit is contained in:
Marc Delisle
2002-07-25 13:59:37 +00:00
parent 2fb919dafa
commit 48732dee94

View File

@@ -1626,8 +1626,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
To connect to a MySQL server, PHP needs a set of MySQL functions called
"MySQL extension".
This extension may be part of the PHP server (compiled-in), otherwise it
needs to be loaded dynamically. phpMyAdmin tried to load the extension but
failed.
needs to be loaded dynamically. Its name is probably mysql.so or mysql.dll.
phpMyAdmin tried to load the extension but failed.
<br /><br />
Usually, the problem is solved by installing a software package called
&quot;PHP-MySQL&quot; or something similar.