./configure
make
make install
script/mysql_install_db
[root@Hero bin]./mysql_install_db
Installing all prepared tables
030808 22:34:21 /usr/local/lebexec/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
...
[root@Hero bin]./mysql
ERROR 2002 :Can't connet to local MySQL server through socke 'tmp'mysql.sock'(2)
[root@Hero bin]./mysql.sever start
Starting mysqld daemon with databases from /var/lib/mysql
030808 22:40:19 mysqld ended
when I input ./mysql_install_db ,it output that:To start mysqld at boot time you have to copy support-files/mysql.server,so I think i should mysql.server!