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
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,
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
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
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
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
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
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