phpmyadmin MySQL extension

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

phpmyadmin MySQL extension

Post by thomas.km »

Guten Tag

ich kann phpmyadmin leider nicht mehr nutzen.
Ich bekomme den output:

cannot load MySQL extension,
please check PHP Configuration.
Documentation

Habe ich also FAQ angeschaut wo steht:

To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.

Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.



Dann habe ich bei Yast nachgeschaut um das "PHP-MYSQL" package zu installieren, aber das gibt es da leider nicht.

Die MYSQL.so befindet sich aber bereits auf dem System
/usr/lib/apache2-prefork/php/libs/mysql.so

Was kann ich nun noch tun?

Grüsse
Thomas
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: phpmyadmin MySQL extension

Post by Joe User »

PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: phpmyadmin MySQL extension

Post by thomas.km »



rpm -i php4-mysql-4.3.9-0.1.i586.rpm
warning: php4-mysql-4.3.9-0.1.i586.rpm: V3 DSA signature: NOKEY, key ID efb694ea
error: Failed dependencies:
/usr/lib/php/sce_install is needed by php4-mysql-4.3.9-0.1


8O 8O
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: phpmyadmin MySQL extension

Post by Joe User »

Code: Select all

for package in `rpm -qa | grep php4` ; do rpm -Uvh $update ; done
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: phpmyadmin MySQL extension

Post by thomas.km »

Joe User wrote:

Code: Select all

for package in `rpm -qa | grep php4` ; do rpm -Uvh $update ; done
sorry wenn ich noch mal bohren muss....

for package in `rpm -qa | grep php4` ;
do rpm -Uvh $update ;
done
rpm: no packages given for install


# rpm -qa | grep php4
mod_php4-core-4.3.3-50
das ist der grep alleine
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: phpmyadmin MySQL extension

Post by Joe User »

yast -> Software installieren/löschen -> <F4> -> Selektionen -> Webserver -> <+> -> übernehmen -> SuSEconfig --verbose -> Konfiguration anpassen -> apache2ctl graceful
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: phpmyadmin MySQL extension

Post by thomas.km »

Joe User wrote:yast -> Software installieren/löschen -> <F4> -> Selektionen -> Webserver -> <+> -> übernehmen -> SuSEconfig --verbose -> Konfiguration anpassen -> apache2ctl graceful

danke, hat geklappt so weit....
Post Reply