dominikzogg / contao-mysqli-socket
add socket support to the mysqli driver in contao lts
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: >=5.2
- contao/core: 2.11.*
This package is not auto-updated.
Last update: 2022-02-01 12:23:52 UTC
README
Contao LTS mysqli socket connection support
Installation
Files
copy the content of the src folder to your Installation (PLEASE NOT WITH APPLE FINDER), merge the data, not overwrite all
Configuration
Modify your system/config/localconfig.php
$GLOBALS['TL_CONFIG']['dbDriver'] = 'mysqliwithsocketsupport'; $GLOBALS['TL_CONFIG']['dbSocket'] = 'path/to/the/mysql.sock';