CI: Mysqli - Broken |
Do you try with socket option? Try to config default socket in your system.
e.g: in my localhost, I'm using XAMPP on Mac OS and mysqli defaul socket is: /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock PHP Code: $servername = "127.0.0.1"; Note: use 127.0.0.1 instead localhost |
Messages In This Thread |
CI: Mysqli - Broken - by phpscott - 05-03-2016, 04:17 PM
RE: CI: Mysqli - Broken - by thienhaxanh2405 - 05-04-2016, 12:13 AM
RE: CI: Mysqli - Broken - by phpscott - 05-04-2016, 07:43 AM
RE: CI: Mysqli - Broken - by thienhaxanh2405 - 05-06-2016, 09:24 PM
|