[ Davor Grubelić @ 10.05.2006. 11:29 ] @
trebam postavit mysql na linuxu.

Code:

linux:/usr/local/mysql-5.0.21 # ./bin/mysqld_safe &
[1] 10750
linux:/usr/local/mysql-5.0.21 # Starting mysqld daemon with databases from /usr/local/mysql-5.0.21/data
STOPPING server from pid file /usr/local/mysql-5.0.21/data/linux.pid
060510 12:19:17  mysqld ended


poruka phpMyAdmin-a:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

redio sam po ovom tutorijalu:

http://www.php-hr.net/forum/vi...2bf97eb986241660fcebac2423a06e i po mysql.info datoteci.


localhost port 3306 mi je slobodan.
telnet localhost 3306:

Code:

linux:/usr/local/mysql-5.0.21 # telnet localhost 3306
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: connect to address ::1: Connection refused


kako da ovo riješim?
[ Davor Grubelić @ 10.05.2006. 12:35 ] @
moja greška.

riješeno. bilo je nekih problema sa root računom.