Re: [Bacula-users] Filename searching and case insensitivity

2011-04-11 Thread Kernel Panic
-binary string, I don't really have any SQL skills at all but I'll see what I can do :) On 9 April 2011 16:01, Dan Langille wrote: > > On Apr 5, 2011, at 10:19 PM, Kernel Panic wrote: > >> On 6 April 2011 02:37, Dan Langille wrote: >>> >>> On Apr 5, 2011, at

Re: [Bacula-users] Filename searching and case insensitivity

2011-04-05 Thread Kernel Panic
On 6 April 2011 02:31, Kernel Panic wrote: > Hello everyone, > > Whilst trying to find a way of doing a case-insensitive search for > file, I found previous posts on the mailing lists that instructed me > to use the sqlquery function in bacula. As a test I wanted to search > for

Re: [Bacula-users] Filename searching and case insensitivity

2011-04-05 Thread Kernel Panic
On 6 April 2011 02:37, Dan Langille wrote: > > On Apr 5, 2011, at 9:31 PM, Kernel Panic wrote: > >> Hello everyone, >> >> Whilst trying to find a way of doing a case-insensitive search for >> file, I found previous posts on the mailing lists that instructed me &

[Bacula-users] Filename searching and case insensitivity

2011-04-05 Thread Kernel Panic
Hello everyone, Whilst trying to find a way of doing a case-insensitive search for file, I found previous posts on the mailing lists that instructed me to use the sqlquery function in bacula. As a test I wanted to search for files with zfs in their name and then with ZFS in the name. After startin

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

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 a

[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