from linux Fedora, FC4:

[EMAIL PROTECTED] ~]# yum -y groupinstall 'MySQL Database'
Setting up Group Process
Setting up repositories
base                      100% |=========================| 1.1 kB    00:00
Setting up repositories
Reading repository metadata in from local files
Passing package list to Install Process
Parsing package install arguments
Nothing to do
[EMAIL PROTECTED] ~]# mysql -h localhost -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[EMAIL PROTECTED] ~]# whoami
root
[EMAIL PROTECTED] ~]# date
Wed Feb  1 03:31:09 EST 2006
[EMAIL PROTECTED] ~]#


Now, I've read reference indicating that first the password must be set. This isn't the password for the root account, nor for a user account on the local system, but a password for the database, yes?

RTFM, I know, I'm going to the library first chance I can.


-Thufir

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to