|
发表于 2006-9-3 09:40:03
|
显示全部楼层
ps -e | grep mysql 看看有没有mysql。
我的机器显示如下:
[daiqiang@145] > ps -e | grep mysql
1958 ? 00:00:00 mysqld_safe
1988 ? 00:00:07 mysqld
我自己登录mysql:
[daiqiang@145] > mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.11
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> |
|