RE: [Bacula-users] RE: Database creation

2005-06-22 Thread Sakaio Manoa
Title: RE: [Bacula-users] RE: Database creation Rowdy, Thanks for the help - seems to learn a lot as we move along I have done what you suggested and I can see the tables been created for the bacula database however I still am experiencing this: 21-Jun 22:17 bacula-dir:  Warning

Re: [Bacula-users] RE: Database creation

2005-06-22 Thread Arno Lehmann
Hi, Rowdy wrote: Sakaio Manoa wrote: Rowdy, Thanks for the help - seems to learn a lot as we move along I have done what you suggested and I can see the tables been created for the bacula database however I still am experiencing this: 21-Jun 22:17 bacula-dir: Warning: !!

Re: [Bacula-users] RE: Database creation

2005-06-21 Thread Rowdy
Sakaio Manoa wrote: Rowdy, Thanks for the help - seems to learn a lot as we move along I have done what you suggested and I can see the tables been created for the bacula database however I still am experiencing this: 21-Jun 22:17 bacula-dir: Warning: !

RE: [Bacula-users] RE: Database creation

2005-06-18 Thread Chris Lee
> -Original Message- > From: Rowdy [mailto:[EMAIL PROTECTED] > Sent: Saturday, 18 June, 2005 17:53 > To: Chris Lee > Cc: 'Russell Howe'; bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] RE: Database creation > > Chris Lee wrote: >

Re: [Bacula-users] RE: Database creation

2005-06-18 Thread Rowdy
Chris Lee wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russell Howe Sent: Saturday, 18 June, 2005 06:49 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] RE: Database creation On Sat, Jun 18, 2005 at 08:21:11PM +1000, Rowdy

RE: [Bacula-users] RE: Database creation

2005-06-18 Thread Chris Lee
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Russell Howe > Sent: Saturday, 18 June, 2005 06:49 > To: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] RE: Database creation > > On Sat, Jun 18, 2005

Re: [Bacula-users] RE: Database creation

2005-06-18 Thread Russell Howe
On Sat, Jun 18, 2005 at 08:21:11PM +1000, Rowdy wrote: > ./make_mysql_tables -u bacula -ppassword > > Note that there is no space between -p and password - this is a MySQL > convention. By convention, I assume you mean arbitrary design choice that makes little to no logical sense... MySQL seems

Re: [Bacula-users] RE: Database creation

2005-06-18 Thread Rowdy
Sakaio Manoa wrote: I tried running the make_mysql_tables however I got this ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) Creation of Bacula MySQL tables failed. I have created the database bacula using phpMyAdmin and I can see the bacula database but creating t

RE: [Bacula-users] RE: Database creation

2005-06-17 Thread Sakaio Manoa
Title: RE: [Bacula-users] RE: Database creation I tried running the make_mysql_tables however I got this ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) Creation of Bacula MySQL tables failed. I have created the database bacula using phpMyAdmin and

RE: [Bacula-users] RE: Database creation

2005-06-16 Thread Sakaio Manoa
Title: RE: [Bacula-users] RE: Database creation As requested I got this Which mysql /usr/bin/mysql Echo $PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin Cheers Sakaio P Manoa SOPAC  South Pacific Applied Geoscience Commission Postal Address:  Private

Re: [Bacula-users] RE: Database creation

2005-06-16 Thread Rowdy
Sakaio Manoa wrote: As requested I got this Which mysql /usr/bin/mysql Echo $PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin Cheers Sakaio P Manoa Thank you. So, mysql is on your path, however the make_mysql_tables script reports an error about not being ab

RE: [Bacula-users] RE: Database creation

2005-06-15 Thread laczko attila
of > SOPAC. > > > -Original Message- > From: Rowdy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 14, 2005 10:32 AM > To: Sakaio Manoa > Cc: 'Dan Langille'; > 'bacula-users@lists.sourceforge.net' > Subject: Re: [Bacula-users] RE: Database c

RE: [Bacula-users] RE: Database creation

2005-06-14 Thread Sakaio Manoa
Title: RE: [Bacula-users] RE: Database creation So to specify the path you need to include for example in your case your path [/usr/local/bin/mysql]in the ./configure -with-mysql=/usr/local/bin/mysql? Is that how you specify the path? Cheers Sakaio P Manoa SOPAC  South Pacific Applied

RE: [Bacula-users] RE: Database creation

2005-06-14 Thread Sakaio Manoa
Title: RE: [Bacula-users] RE: Database creation I got the scripts - create_mysql_database and the make_mysql_tables but where exactly do I run them cos I have been trying to run them and I got this; [EMAIL PROTECTED] bacula]# ./create_mysql_database ./create_mysql_database: line 8: /mysql

RE: [Bacula-users] RE: Database creation

2005-06-13 Thread Dan Langille
On 14 Jun 2005 at 12:10, Sakaio Manoa wrote: > I got the scripts - create_mysql_database and the make_mysql_tables but > where exactly do I run them cos I have been trying to run them and I got > this; > > [EMAIL PROTECTED] bacula]# ./create_mysql_database > ./create_mysql_database: line 8: /mysq

Re: [Bacula-users] RE: Database creation

2005-06-13 Thread Rowdy
Sakaio Manoa wrote: Thanks, Here is the configuration I ran: ./configure \ --prefix=/usr \ --sbindir=/usr/sbin \ --sysconfdir=/etc/bacula \ --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-gnome \ --with-mysql \ --with-working-dir=/var/bacula \ --with-pid-dir=/var

[Bacula-users] RE: Database creation

2005-06-10 Thread Sakaio Manoa
Title: RE: Database creation Thanks, Here is the configuration I ran: ./configure \   --prefix=/usr \   --sbindir=/usr/sbin \   --sysconfdir=/etc/bacula \   --with-scriptdir=/etc/bacula \   --enable-smartalloc \   --enable-gnome \   --with-mysql \   --with-working-dir=/var/bacula \   --wit

[Bacula-users] RE: Database creation

2005-06-10 Thread Dan Langille
On 10 Jun 2005 at 13:56, Sakaio Manoa wrote: > Thanks > > Compiling bacula > > I did include --with-mysql when running the./ configure \ - is that what you > are referring to as not specifying MYSQL when building bacula? Is that how > you specify MYSQL when building MYSQL or I need to do someth

[Bacula-users] RE: Database creation

2005-06-10 Thread Sakaio Manoa
Title: RE: Database creation Thanks Compiling bacula   I did include --with-mysql when running the./ configure \ - is that what you are referring to as not specifying MYSQL when building bacula? Is that how you specify MYSQL when building MYSQL or I need to do something different here This

[Bacula-users] RE: Database creation

2005-06-09 Thread Dan Langille
On 10 Jun 2005 at 13:33, Sakaio Manoa wrote: > I am running mandrake 9.1 - I installed it using the bacula-1.36.3.tar.gz Please cc the list for all messages. I go by my previous message. I suggest you did not specify MySQL when building Bacula. -- Dan Langille : http://www.langille.org/ BSDCa

[Bacula-users] Re: Database creation

2005-06-09 Thread Dan Langille
On 10 Jun 2005 at 13:12, Sakaio Manoa wrote: > Just installed bacula 1.36.3 however I am having problem with the > installing mysql. > > I already have mysql running on my machine but I am lost what I need > to do to create the bacula database in mysql > > I have done the. /create_mysql_databa