I installed mysql server on my Salix OS. I would like tu run it at 1st time. I did checked the checkbox in serveces after Startup. I did restart NTB ...

root@darkstar:/etc/rc.d# mysqladmin -u root password root
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysql/mysql.sock' exists!
root@darkstar:/etc/rc.d# mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
root@darkstar:/etc/rc.d# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
root@darkstar:/etc/rc.d# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
root@darkstar:/etc/rc.d# clear
.........
Can you help me, please? I can run it on Debian, CentOS, but I am not able to run it on SalixOS

Rene