Problema con MySQL extension | Problem with MySQL extension
-
Hola,
Estoy montando un servidor web en un NAS Terramaster F2/221.
Tengo funcionando sin problema el servidor web y phpMyadmin bajo MariaDB.
El problema viene cuando procedo a instalar WordPress manualmente.
Recibo el error “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”
He creado un archivo “info.php”
<?php echo «Mostrar Texto»;?>
<?php phpinfo() ?>Y veo información de la instalacion de PHP Version 7.2.11.
phpMyAdmin me da los siguientes datos.
Servidor: Localhost via UNIX socket
Tipo de servidor: MariaDB
Conexión del servidor: No se está utilizando SSL Documentación
Versión del servidor: 10.2.17-MariaDB – Source distribution
Versión del protocolo: 10
Usuario: XXXXXX@localhost
Conjunto de caracteres del servidor: UTF-8 Unicode (utf8)nginx/1.16.1
Versión del cliente de base de datos: libmysql – mysqlnd 5.0.12-dev – 20150407 – $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $
extensión PHP: mysqliDocumentación curlDocumentación mbstringDocumentación
Versión de PHP: 7.2.11Entiendo que el problema viene de la instalación de PHP pero desconozco a que se debe el error.
Agradeceria consejo de alguien que conozca el error.
Muchas gracias
—————
Hello,
I’m setting up a web server on a Terramaster F2/221 NAS.
I have the web server and phpMyadmin running smoothly under MariaDB.
The problem comes when I proceed to install WordPress manually.
I get the error «Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
I created a «info.php» file
<?php echo «Show Text»;?>
<?php phpinfo() ?>And I see information about the installation of PHP Version 7.2.11.
phpMyAdmin gives me the following data.
Server: Localhost via UNIX socket
Server type: MariaDB
Server connection: Not using SSL Documentation
Server version: 10.2.17-MariaDB – Source distribution
Protocol version: 10
User: XXXXXX@localhost
Server character set: UTF-8 Unicode (utf8)nginx/1.16.1
Database client version: libmysql – mysqlnd 5.0.12-dev – 20150407 – $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $
PHP extension: mysqliCurlDocumentationmbstringDocumentation
PHP version: 7.2.11I understand that the problem comes from the installation of PHP but I don’t know what the error is.
I would appreciate advice from someone who knows the error.
Thank you very much.
- El debate ‘Problema con MySQL extension | Problem with MySQL extension’ está cerrado a nuevas respuestas.