Beren Gamble wrote:

hi!

I've definitely got everything set up correctly in the .conf file. (Well it all looks right..

mysql> show databases;
+----------+
| Database |
+----------+
| bacula   |
| mysql    |
| test     |
+----------+
3 rows in set (0.00 sec)

mysql>

[.DATABASE]
# Your database host or IP
host = localhost

# Your database login
login = bacula

# Your database password.
# For empty passwords use this:
# pass =
pass =

# Your database name
db_name = bacula

# Your database type: mysql,sqlite,pgsql
db_type = mysql

But I get the error "DB Error: no such database" when I try to go to it in the 
browser.

Any ideas?
Yes, install PEAR DB:-

http://pear.php.net/package/DB

Thanks
Danny


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to