Co mam zrobić?phpMyAdmin - B��d
nie uda�o si� za�adowa� modu�u mysql,
prosz� sprawdzi� konfiguracj� PHP - Dokumentacja
Phpmyadmin - b
Phpmyadmin - błąd przy próbie uruchomienia
Po zainstalowaniu phpmyadmina i próbie wejścia na http://adresstrony/phpmyadmin pojawia się błąd:

Kod: Zaznacz cały
apt-get install myslq-common php5-mysql
W pliku config.inc.php zmieniłem:
// Uncomment to override the default configuration
//$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
//$cfg['Servers'][$i]['port'] = '80'; // MySQL port - leave blank for default port
//$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
//$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
//$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
//$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// // (requires PHP >= 4.3.0)
//$cfg['Servers'][$i]['controluser'] = allemuza''; // MySQL control user settings
// // (this user must have read-only
//$cfg['Servers'][$i]['controlpass'] = pass''; // access to the "mysql/user"
A masz w ogóle włączoną obsługę MySQL w PHP? Dodałeś do php.ini
Zrob może mały test. Wrzuć na serwer przykładowy skrypt w php o takiej treści:
i sprawdź czy gdzieś tam pisze że moduł do MySQLa jest na pewno włączony.
Kod: Zaznacz cały
extension=mysql.so
Kod: Zaznacz cały
<?
phpinfo();
?>