dominikzogg / contao-mysqli-socket
This package is abandoned and no longer maintained.
No replacement package was suggested.
add socket support to the mysqli driver in contao lts
Package info
github.com/dominikzogg/ContaoMysqliSocket
Type:contao-module
pkg:composer/dominikzogg/contao-mysqli-socket
1.0.2
2013-03-03 21:30 UTC
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';