I'm new to bacula and installing it now. I used source for bacula and rpm for 
apache and php. I'm still installing php-gd. Right now, when I tried to visit 
http://10.0.1.5/bacula-web/, it says:

DB Error: no such database

My bacula-config at /var/www/html/bacula-web/configs is below:

title = Bacula-Web 1.2
root = /bacula-web
IndexReport = 0
mode = Full
lang = en_EN
[.DATABASE]
host = localhost
login = root
pass =
db_name = bacula
db_type = mysql
db_port = 3306

root password is none. How come it says: DB Error: no such database

I login to mysql and use bacula and when I command "show tables", it output the 
ff:

mysql> show tables;
+------------------+
| Tables_in_bacula |
+------------------+
| BaseFiles        |
| CDImages         |
| Client           |
| Counters         |
| Device           |
| File             |
| FileSet          |
| Filename         |
| Job              |
| JobMedia         |
| Location         |
| LocationLog      |
| Log              |
| Media            |
| MediaType        |
| Path             |
| Pool             |
| Status           |
| Storage          |
| UnsavedFiles     |
| Version          |
+------------------+

So it means there are database.





      
____________________________________________________ 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to