Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Dan Langille
On Apr 5, 2011, at 2:00 PM, Kernel Panic wrote: > On 5 April 2011 18:46, Phil Stracchino wrote: >> On 04/05/11 12:57, Kernel Panic wrote: >>> Hello, yes I am using MySQL 5.5. As you advised I changed the >>> following code in the make_mysql_tables script: >>> >>> CREATE TABLE Counters ( >>> C

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Kernel Panic
On 5 April 2011 18:46, Phil Stracchino wrote: > On 04/05/11 12:57, Kernel Panic wrote: >> Hello, yes I am using MySQL 5.5. As you advised I changed the >> following code in the make_mysql_tables script: >> >> CREATE TABLE Counters ( >>   Counter TINYBLOB NOT NULL, >>   MinValue INTEGER DEFAULT 0,

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Phil Stracchino
On 04/05/11 12:57, Kernel Panic wrote: > Hello, yes I am using MySQL 5.5. As you advised I changed the > following code in the make_mysql_tables script: > > CREATE TABLE Counters ( > Counter TINYBLOB NOT NULL, > MinValue INTEGER DEFAULT 0, > `MaxValue` INTEGER DEFAULT 0, > CurrentValue INTE

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Kernel Panic
On 5 April 2011 14:31, Phil Stracchino wrote: > On 04/05/11 08:05, Kernel Panic wrote: >> Hello everyone, >> >> I orginally posted my problem on the FreeBSD forums here: >> >> http://forums.freebsd.org/showthread.php?p=130088#post130088 >> >> I was asked by the port maintainer to try the Bacula ma

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Phil Stracchino
On 04/05/11 08:05, Kernel Panic wrote: > Hello everyone, > > I orginally posted my problem on the FreeBSD forums here: > > http://forums.freebsd.org/showthread.php?p=130088#post130088 > > I was asked by the port maintainer to try the Bacula mail lists. My > problem is that when I try to run the

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Edgars Mazurs
and table names in backticks. Hope that helps. Edgars -Original Message- From: Kernel Panic [mailto:kpneme...@gmail.com] Sent: Tuesday, April 05, 2011 3:22 PM To: bacula-users@lists.sourceforge.net Subject: [Bacula-users] FreeBSD Bacula port - SQL table generation problem Hello ev

Re: [Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Jeremy Maes
Op 5/04/2011 14:05, Kernel Panic schreef: > Hello everyone, > > I orginally posted my problem on the FreeBSD forums here: > > http://forums.freebsd.org/showthread.php?p=130088#post130088 > > I was asked by the port maintainer to try the Bacula mail lists. My > problem is that when I try to run the

[Bacula-users] FreeBSD Bacula port - SQL table generation problem

2011-04-05 Thread Kernel Panic
Hello everyone, I orginally posted my problem on the FreeBSD forums here: http://forums.freebsd.org/showthread.php?p=130088#post130088 I was asked by the port maintainer to try the Bacula mail lists. My problem is that when I try to run the database setup scripts supplied with Bacula as specifie