Chandranshu . wrote:
> No, the problem remains unsolved. I'm trying out one thing after the 
> other but to no avail. 

I solved it on my setup, hopefully this will work for you:

buttercup:# mysql -u root -p mysql
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 194
Server version: 5.0.51a-24 (Debian)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> GRANT ALL PRIVILEGES ON bacula.* TO bacula;
Query OK, 0 rows affected (0.00 sec)

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql> quit
Bye

After I did this, I was able to test my config file with bacula-dir -t 
-c bacula-dir.con with no problems, and could use bconsole again! No 
idea why this worked, since it did not appear to do anything, but it did.

Hope this also works for you.

cheers,
maria

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to