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.
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.