I was trying to install Habari but the installer failed to give the option for MySQL database.
It said:
If the database engine that you wanted to use is not in this list, you may need to install a PDO driver to enable it.
SQLite is enabled.
I checked phpinfo and got this:
PDO support enabled
PDO drivers sqlite2, sqlite
Now, how do I install the driver for MySQL?
It said:
If the database engine that you wanted to use is not in this list, you may need to install a PDO driver to enable it.
SQLite is enabled.
I checked phpinfo and got this:
PDO support enabled
PDO drivers sqlite2, sqlite
Now, how do I install the driver for MySQL?