Feedback

Enabling Amazon RDS MariaDB PDO

At Scriptcase, we have the following driver available for connection MariaDB: MariaDB PDO. If you are using your own pre-configured environment MariaDB extension must be manually enabled in PHP.

Configuring and enabling Amazon MariaDB PDO on Windows

IMPORTANT: If you are using Scriptcase’s automatic installer, the extensions are already enabled in PHP, ready for connection. The procedure below is only for manual installations of Scriptcase .

1 - In the php.ini file, located in C:\php, look for a line referring to MariaDB extension: pdo_mysql and remove the ; from the beginning of the line for the extension to be used by PHP. See the example below:

extension=pdo_mysql

Enabling MySQL extensions

2 - Restart the Apache service using the Task Manager.

  • Open the Task Manager and click on the Services tab.

  • Look for the ApacheScriptcase9php81 or Apache2.4 service and right click on this service, then Restart.

Restarting Apache

Connection to Scriptcase

Questions or Connection Problems?