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 “PHP Funcionando”;?>
<? php phpinfo( );?>Y pese a que el primero escribe en pantalla el no recibo información de la instalación de PHP.
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 running smoothly and phpMyadmin is running correctly under MariaDB.
The problem comes when I proceed to install WordPress manually.
I receive 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 “PHP Working”;?>
<?php phpinfo( );?>And even though the first one writes on the screen I don’t receive any information about the installation of PHP.
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.
-
Hi there,
It looks like you’re in the wrong forum. It appears that you’re using the open-source WordPress software and therefore you need to seek help at these forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software you can read this document:
-
- The topic ‘Problema con MySQL extension | Problem with MySQL extension’ is closed to new replies.