Bacula-users

Re: [Bacula-users] problem with installing bacula

2008-06-23 12:54:13
Subject: Re: [Bacula-users] problem with installing bacula
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "fatima ech-charif" <echchariffatima AT gmail DOT com>, "Bacula Users" <Bacula-users AT lists.sourceforge DOT net>
Date: Mon, 23 Jun 2008 12:54:08 -0400
On Mon, Jun 23, 2008 at 10:55 AM, fatima ech-charif
<echchariffatima AT gmail DOT com> wrote:
> when i use this command:
> i get that:
>
> # cd src/cats
> # ./create_mysql_database
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: NO)
>
> Creation of bacula database failed.
>

You need to supply a user and password to that script that has
administration privileges in mysql.

./create_mysql_database -u root -p yourpassword

Note this administration user may not be the root user and it can be
dependent on how your distribution setup mysql. See your documentation
on administering mysql databases.


John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>