Hi Vipul,
This problem is solved but now new problem has arise
.....
command ./bacula restart. then again it will work fine
but after some time it get hang.
Does this happen with every client or just with the one in your example?
i have found that i have mysql database but inside
that there is no any databases like bacula and mysql.
At least a mysql database has to be in your installation.
mysql stores user and database information in database called mysql.
Could you connect to your database with the mysql root-user ( mysql -u
root -p) and execute:
show databases;
so is it necessary that these 2 database should be
exist in mysql database. can i manually create
databases (bacula and mysql) throuch script.
------------------------------------------------------
./create_bacula_database
./create_mysql_database
-----------------------------------------------------
once i trayed to run this script manually i give
error like
[EMAIL PROTECTED] bacula]# ./create_mysql_database
ERROR 1045 (28000): Access denied for user
'root'@'localhost' (using password: NO)
Creation of bacula database failed.
every argument you pass to the script is passed to the mysql client
binary eg:
./create_bacula_database -p
this will ask you the password for the mysql-root account.
But if your are able to start bacula there must be a database running,
you are able to connect to the director, so it is running.
Strange situation.
You have not done any backup yet? If so you should maybe start from
scratch and follow the installation-instructions in the documentation
step by step.
Regards
helmut
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users