On Thursday 24 November 2005 19:40, Harry Putnam wrote:
> NEWUSER ALERT!

;)

> Using the scripts supplied with the install:
>  ./create_bacula_database -p hpreader
> Creating MySQL database
> Enter password:
>
> *** regardless what is entered here.. it fails:
>  ERROR 1045 (28000): Access denied for user 'root'@'localhost'
>  (using password: YES)
>  Creation of bacula database failed.

MySQL doesn't accept your username (root) and password (...) for accesses 
from the current client (localhost). It's a permissions problem in the 
MySQL privilege system you need to fix here.

If you do not know how to accomplish that you may want to read:

http://dev.mysql.com/doc/refman/5.1/en/privilege-system.html

Go create an account that has the appropriate permissions to the database 
you use for Bacula.

If you are completely lost and don't even have a password to access the 
database any more then you can also start your "mysqld" (the server 
process of MySQL) with the "--skip-grant-tables" option. This will allow 
you to administer/use the database without any security. Then fix the 
permissions and quickly remove that option again.

 Christoph
-- 
~
~
".signature" [Modified] 1 line --100%--                1,48         All


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to