Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


bacula_server_on_centos_6.4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
bacula_server_on_centos_6.4 [2013/11/13 20:45] – [Create database, tables, set grants] adminbacula_server_on_centos_6.4 [2014/06/10 12:32] admin
Line 1: Line 1:
-=====Install bacula server on CentOS 6.4=====+{{tag>[centos backup bacula]}} 
 + 
 +=====Bacula server on CentOS 6.4=====
 Using MySQL backend. Using MySQL backend.
  
Line 17: Line 19:
   /usr/libexec/bacula/make_mysql_tables -u dbuser -p   /usr/libexec/bacula/make_mysql_tables -u dbuser -p
   /usr/libexec/bacula/grant_bacula_privileges -u dbuser -p   /usr/libexec/bacula/grant_bacula_privileges -u dbuser -p
 +
 +Set bacula password
 +  mysql -u root -p
 +  
 +  set password for bacula=password('password'); 
 +  set password for bacula@localhost=password('password'); 
      
 + 
 ====Configure bacula and start at boot==== ====Configure bacula and start at boot====
   chkconfig bacula-dir on   chkconfig bacula-dir on
bacula_server_on_centos_6.4.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1