I use Slackware 10 , kernel 2.6.7 and now I going to install MySQL from CD1
Quote:
root@SlackOnLaptop:~# installpkg mysql-4.0.20-i486-1.tgz
Installing package mysql-4.0.20-i486-1...
PACKAGE DESCRIPTION:
mysql: mysql (SQL-based relational database server)
mysql:
mysql: MySQL is a fast, multi-threaded, multi-user, and robust SQL
mysql: (Structured Query Language) database server. It comes with a nice API
mysql: which makes it easy to integrate into other applications.
mysql:
mysql: The home page for MySQL is mysql.com
mysql:
Executing install script for mysql-4.0.20-i486-1...
|
Quote:
root@SlackOnLaptop:/etc/rc.d# sh rc.mysqld start
root@SlackOnLaptop:/etc/rc.d# Starting mysqld daemon with databases from /var/lib/mysql
040814 17:59:51 mysqld ended
|
Quote:
root@SlackOnLaptop:/etc/X11# mysqladmin version
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
|
How should I do ?