Kod: Zaznacz cały
atlantis:~# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 atlantis:mysql *:* LISTEN 3162/mysqld
Oczywiscie przy jakiejkolwiek probie polaczenia mam komunikat:
Kod: Zaznacz cały
atlantis:~# mysqladmin -u mysql status -p
Enter password:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'mysql'@'localhost' (using password: TAK)'
PS. system to debian testing.
Kod: Zaznacz cały
atlantis:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.0.51a-15 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.