Hi,

then the database connection is not your problem. With 'netstat -tulpn' you can
check if the mysqld listens on 127.0.0.1:3306. Do you have executed all mysql 
create scripts. The output of mysql -u root bacula -e "show tables;" It should
look like this: 

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

You can ignore the Accounting table thats a custom extension. Imho it would be 
a good idea to do a fresh start and drop the whole database and work thru this
part of the documentation: 
http://www.bacula.org/rel-manual/Installing_Configurin_MySQL.html

After Step 5 in Installing and Configuring MySQL -- Phase II you should check
if everything is in place. 

The used Version is a 64bit Bacula 2.26.

Good luck 

On Tue, Jan 08, 2008 at 09:30:57AM -0500, Reynier Perez Mira wrote:
> Hi Mathias:
> 
> > if the mysql server just listens on a unix socket give it a 
> > try to listen to tcp/ip localhost. You have to comment the 
> > skip-networking option in your my.cnf file.
> 
> I can't find that in my.cnf file. I just see that refer to skip-networking:
> 
> #
> # Instead of skip-networking the default is now to listen only on
> # localhost which is more compatible and is not less secure.
> bind-address          = 127.0.0.1
> 
> Ing. Reynier Pérez Mira  

-- 
Matthias Baake
- Systemadministration -
MarcanT InterNet-Services GmbH 
Ravensberger Str 10 G 
D - 33 602 Bielefeld 
Fon: +49 5 21 - 9 59 45 - 0 
Fax: +49 5 21 - 9 59 45 - 18 
E-Mail: [EMAIL PROTECTED] 
URL: http://www.marcant.net 

Geschäftsführer: Thorsten Hojas 
Handelsregister: Amtsgericht Bielefeld, HRB 35 827 
USt-ID Nr.: DE 190203238 

___________________________________________________________ 
CONFIDENTIALITY NOTICE 
The contents of this email are confidential to the ordinary user of the email 
address to which it was addressed and may also be privileged. If you are not 
the addressee of this email you may not copy, forward, disclose or otherwise 
use it or any part of it in any form whatsoever. If you have received this 
email in error please email the sender by replying to this message.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to