Re: where is my my.cnf files??

2004-12-09 Thread Mysql Plusplus
 Hi,
In my system my.cnf is in 
/etc/ directory.
Bye.


On Fri, 10 Dec 2004 Hiu Yen Onn wrote :
hi,

i compiled mysql-4.1.7 from source. actually, i want to configure a mysql 
cluster. from the documentation, i need to add some flag into a file called 
my.cnf. i searched through the files. it consisted of my-small.cnf, 
my-medium.cnf, my-huge.cnf. but, i cant see the file my.cnf file. where does 
it located pls enlighten me..thanks



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



Unable to login in MySQL database after installation

2004-12-08 Thread Mysql Plusplus
  
  
Hi,
After I installed rpm packages on my system, I am unable to connect to the 
databse. I have installed in the following order
1)Server
2)Client
3)Devel
4)Shared Compat

After starting the databse with:
/etc/rc.d/init.d/mysql start

I am unable to login as:
/usr/bin/mysqladmin -u root password 'new-password'

The following error occurs:
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

Please Help Me.