I am not familiar with mysql but here is what I got
[EMAIL PROTECTED] oscar]# mysql -u oscar -p
Enter password: 
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)


However if I typed
[EMAIL PROTECTED] oscar]# mysql -u oscar --password=My_OSCAR_Password
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 34 to server version: 3.23.58

Then it connected.  That is not my password btw ;-)

-----Original Message-----
From: Bernard Li [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 01, 2004 2:32 PM
To: Chris Oubre
Cc: [EMAIL PROTECTED]
Subject: RE: [Oscar-users] failed to create database for user Oscar
(Problems installing OSCAR 3.0)


Hey Chris:

You should have entered the password, this is no problem...  I guess for
whatever reason your MySQL db server wasn't set up properly, and OSCAR was
not able to create databases in it.  Can you try to run the mysql client as
the oscar user and try to see if you can get in?

% mysql -u oscar -p 

(then enter the password which you put in previously)

If you can't get in, perhaps log in as root and make sure that the access
tables look fine.

Kind of shooting in the dark here, but hopefully some useful hints will come
up.

Cheers,

Bernard


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to