Marc Chan wrote:

Hi all!

I'd like to ask something regarding mysql. I always got this error message whenever I want to

Create, save and etc to my database.

Failed to save database: DBI connect failed: Access denied for user: '@localhost' to database mysql.


you are using an invalid account or an account the lacks the privileges.
looks like the anonymous account have been removed.

add a new database user account. read the Section 4.3.5 (Adding New Users to MySQL)
of the MySQL Manual (HTML) at /usr/share/doc/MySQL-3.xx.xx/manual.html


btw, how do you start the mysql client?

like this?

shell> mysql



or like this?

shell> mysql -h localhost -u sacha -p



_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]


Reply via email to