Hi, I created database as you said but I could not find make_bacula_tables.sql into particular folder. There was scripts folder but not this file. So Do I need to create separately? If yes, what am I suppose to write? Now I am sure it's database problem. Because still bacula-director goes offline Continuously.
Regards, Laxansh -----Original Message----- From: Jari Fredriksson [mailto:ja...@iki.fi] Sent: 26 January 2011 16:33 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] FW: FW: Bacula help On 26.1.2011 17:50, Laxansh K. Adesara wrote: > Hi, > > I have checked it. Both are same but now it seems like database issue as > in the log file its showing database error. But I have already installed > mysql database and in the bacula-dir configuration file by default it > was showing my database details e.g. database name, username n password. > But still error is saying configure your database. So what do I need to > do to configure mysql database with bacula-director? > > Regards, > > Laxansh > You need to create the database "bacula" and user "bacula" in the MySQL console. mysql -u root SQL> create database bacula ; SQL> grant all on bacula.* to bacula@localhost identified by 'password'; Then you need to create the database content for bacula. You need the make_bacula_tables.sql script for that. It is shipped with Bacula source distribution and is in the /etc/bacula/scripts folder if I'm not mistaken. SQL> use bacula; SQL> source /etc/bacula/scripts/make_bacula_tables.sql; > -----Original Message----- > From: Mehma Sarja [mailto:mehmasa...@gmail.com] > Sent: 26 January 2011 15:45 > To: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] FW: Bacula help > > On 1/26/11 2:14 AM, Laxansh K. Adesara wrote: >> Hi, >> >> I am Using same password in Ubuntu and window but now whenever I try > to >> connect bacula director from windows(bat file) it's showing following >> error >> >> Bat:ABORTIMG due to ERROR in console/console.cpp:155 >> Failed to connect to ubuntu-dr for populateLists. >> >> I don't know where I am making mistakes. I Have also opened the port >> 9101 n 9102 still director is not connecting with window client. Any >> help???? >> >> Regards, >> >> Laxansh >> > Just a thought, the name of director on the client needs to be right. > And the name of the client on the server needs to be right. Just check > it. > > Mehma > > ------------------------------------------------------------------------ > ------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > ------------------------------------------------------------------------ ------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users -- Good day to let down old friends who need help. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users