Ich kann keine Verbindung zu MySQL Server auf 'aetos.it.teithe.gr' (111) herstellen
Posted: 05 Feb 2025, 00:37
Ich möchte eine Verbindung zum MySQL -Server meines technologischen Instituts herstellen.
Code: Select all
< /code>
db_connect.php
< /code>
Wenn ich test_connection.php ausführe Ich erhalte den folgenden Fehler ... WARNUNG: mysqli_connect (): (Hy000 /2003): Eine Verbindung zum MySQL -Server auf 'kann nicht hergestellt werden. aetos.it.teithe.gr '(111) in /home/student/x0809/tsironis/public_html/ptixiaki/db_connect.php in Zeile 16 2003
kann jemand erklären, was ich falsch mache? < Br />
Ich füge auch my.cnf -Datei hinzu < /p>
[client]
socket=/home/student/x0809/tsironis/mysql/run/mysql.sock
[mysqld_safe]
socket=/home/student/x0809/tsironis/mysql/run/mysql.sock
[mysqld]
socket=/home/student/x0809/tsironis/mysql/run/mysql.sock
pid-file=/home/student/x0809/tsironis/mysql/run/mysql.pid
log=/dev/null
log-error=//home/student/x0809/tsironis/mysql/log/mysql.log
log_bin=/home/student/x0809/tsironis/mysql/log/mysql-bin.log
datadir=/home/student/x0809/tsironis/mysql/data
tmpdir=/home/student/x0809/tsironis/mysql/tmp
max_binlog_size=10M
skip-networking