1

Temat: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

Taki komunikat

"
A PHP Error was encountered
Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): No such file or directory
Filename: mysqli/mysqli_driver.php
Line Number: 203
"

się pojawia w przeglądarce

kalkun/application/config/database.php

$db['default']['hostname'] = "localhost";

// MySQL
$db['default']['username'] = "root";
$db['default']['password'] = "dbpass";
$db['default']['database'] = "kalkun";
$db['default']['dbdriver'] = "mysqli";

z konsoli

root@sms2:/tmp/log# mysql -h localhost -u root -D kalkun -p
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 24
Server version: 10.2.31-MariaDB Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [kalkun]>

Czy jeszcze coś pominąłem ?

2

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

Podaj adres 127.0.0.1 a nie localhost, bo jak masz localhost to interpretuje to jako socket a nie tcp.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

To już "wygooglowałem" smile

Niestety po zaaplikowaniu
$db['default']['hostname'] = "127.0.0.1";

takie coś


An uncaught Exception was encountered
Type: Exception
Message: Configured database connection is persistent. Aborting.
Filename: /www/kalkun/system/libraries/Session/drivers/Session_database_driver.php
Line Number: 94

dla odmiany ....

4

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

A to już w samej aplikacji php do przestawienia (wg google).

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

Cezary napisał/a:

A to już w samej aplikacji php do przestawienia (wg google).

Możesz rozwinąć ?

6

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

phpinfo:
https://drive.google.com/file/d/1RsvibS … sp=sharing

7

Odp: Kalkun - problem z podłączeniem do bazy - mysqli_driver.php

Pierwszy lepszy z googli: https://stackoverflow.com/questions/294 … t-aborting

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.