求助!如何启用预装的MYSQL……

明显服务还没运行呢,要不试一下safe_mysqld 先      
有什么问题 ??? 能具体点么???谢谢各位!!!      
引用:
[root@localhost mtd]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0 ...
说明你的mysql已经登录成功。
引用:
[root@localhost mtd]# mysql -h 127.0.0.1 -u root -p      
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using pa ...
说明你的密码错误。      
有初始密码吗?    那个提示不是设置密码吗??
晕,我该怎么办!!!请大家帮忙!!!谢谢了!!!      
如果你没有设置密码,估计密码为空,直接使用
mysql -u root试试能不能登录

或者是mysql -u root -p ,提示输入密码的时候直接回车,什么都不输入

不过最好设置一下密码,
mysqladmin -u root password "your password"

如果对命令行不熟,建议你使用phpmyadmin

      
我输入 mysql -u root  后,提示:
[mtd@localhost ~]$ mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0.51a Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
这是成功了吗???      
谢谢 liung ,我按照你的提示操作,设置了密码,
1      mysqladmin -u root password "*******"
2       mysql -u root -p
3      输入密码
出现:
[mtd@localhost ~]$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.0.51a Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
                   看看我是不是成功了!!!谢谢!!!      
引用:
原帖由 mtd527 于 2008-11-7 20:02 发表
我输入 mysql -u root  后,提示:
[mtd@localhost ~]$ mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0.51a Source distributio ...
都welcome了,你说呢?

或者说mysql的命令提示符都出来了,你说呢?

建议你找一下mysql的教程看看

      
Thank you for your helps!  Thanks!  liung !!!