Database Support was not found. Please make sure you have the necessary drivers for one of the following supported Database Types: MySQL or MS SQLServ

Hi Friends,

I am newbee to suiteCRM and was trying to install latest suitecrm version 7.8.3.
I have installed php7.1.4 with Apache 2.4.25 and mysql version is 5.7.18.
I am using windows 7

when i run the install.php , i am getting the following error.

Database Support was not found. Please make sure you have the necessary drivers for one of the following supported Database Types: MySQL or MS SQLServer. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information on how to enable Database Support.

Please help !!!

I can’t offer any specific help, but it looks as though your stack ins not completely configured, namely the connection between PHP and the database.

Perhaps you would prefer to download a full LAMP or WAMP stack, where everything is already configured?

If not, then try Googling for generic instructions on how to connect PHP to MySQL, basically you might have to download a few modules, and then tweak php.ini.

Good luck

para los errores de instalacion ejecute por consola los siguientes comandos
sudo apt-get update
sudo apt-get install php-mysql
sudo apt-get install php7.0-mbstring
sudo apt-get install php-xml
sudo apt-get install php-zip
sudo apt-get install php-imap
sudo apt-get install php-curl

Para solucionar los errores de instalacion ejecute los siguientes comandos por consola segun el tipo de error:

sudo apt-get update
sudo apt-get install php-mysql
sudo apt-get install php7.0-mbstring
sudo apt-get install php-xml
sudo apt-get install php-zip
sudo apt-get install php-imap
sudo apt-get install php-curl