Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 and Docker
#10

(This post was last modified: 04-14-2020, 07:16 AM by mal2tin.)

Thank you! I really appreciate your knowledge and want to share. In the docker image I am unable to connect to a mysql database. (I can with the same files and settings on the host) ...

---------------------------------

Gracias! Aprecio mucho tu conocimiento y ganas de compartir. En la imagen de docker no logro conectarme a una base de datos mysql. (puedo con los mismos archivos y configuracion en el host)...

---------------------------------

SYSTEMPATH/Database/MySQLi/Connection.php at line 110

103 {
104 $hostname = ($persistent === true) ? 'p:' . $this->hostname : $this->hostname;
105 $port = empty($this->port) ? null : $this->port;
106 $socket = null;
107 }
108
109 $client_flags = ($this->compress === true) ? MYSQLI_CLIENT_COMPRESS : 0;
110 $this->mysqli = mysqli_init();
111
112 mysqli_report(MYSQLI_REPORT_ALL & ~MYSQLI_REPORT_INDEX);
113
114 $this->mysqli->options(MYSQLI_OPT_CONNECT_TIMEOUT, 10);
115
116 if (isset($this->strictOn))
117 {
Reply


Messages In This Thread
Codeigniter 4 and Docker - by andybiancoblu - 09-26-2019, 07:11 AM
RE: Codeigniter 4 and Docker - by ciadmin - 09-26-2019, 07:38 AM
RE: Codeigniter 4 and Docker - by taliffsss - 04-21-2020, 07:11 PM
RE: Codeigniter 4 and Docker - by engel - 11-18-2019, 03:44 AM
RE: Codeigniter 4 and Docker - by john_brahy.com - 12-22-2019, 02:06 PM
RE: Codeigniter 4 and Docker - by InsiteFX - 12-23-2019, 04:26 AM
RE: Codeigniter 4 and Docker - by atsanna - 12-29-2019, 12:37 PM
RE: Codeigniter 4 and Docker - by MGatner - 01-02-2020, 09:03 AM
RE: Codeigniter 4 and Docker - by atsanna - 01-02-2020, 09:16 AM
RE: Codeigniter 4 and Docker - by atsanna - 04-13-2020, 10:31 AM
RE: Codeigniter 4 and Docker - by kenjis - 12-07-2020, 11:06 PM
RE: Codeigniter 4 and Docker - by mal2tin - 04-14-2020, 04:49 AM
RE: Codeigniter 4 and Docker - by atsanna - 04-14-2020, 08:30 AM
RE: Codeigniter 4 and Docker - by atsanna - 04-30-2020, 11:17 PM
RE: Codeigniter 4 and Docker - by Avenirer - 10-12-2020, 07:07 AM
RE: Codeigniter 4 and Docker - by tttt - 03-21-2022, 03:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB