Jump to content

Question

Posted (edited)
This is the error which I get while installing "The PDO_MYSQL driver for the PDO extension must be installed to use Flux."

Can anyone help me on this issue. Tried all possible ways given but it wont move further.

Chmod -R 777 to full fluxcp folder

OS is Centos 8
PHP version 7.2
Database in mariadb.

Please help me to resolve this issue friends

 

 

 

Edited by Karthikeyan

1 answer to this question

Recommended Posts

  • 0
Posted

Please do not execute "chmod -R 777" against anything open to the public internet.
That command grants all privileges to all users to all files and directories, exposing the webserver to potential exploits.

Run the following command on your CentOS 8 server:

yum install php-mysqlnd

 

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...