Estou fazendo da seguinte maneira
mysql -u root -p (senha)
mysql > drop database bacula;
mysql > create database bacula:
depois
/var/www/webacula/install/mysql
executos os dois scritps
./10_make_tables
./20_acl_make
quando tento acessar o webacula aparece esse erro
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bacula.Version' doesn't exist' in /usr/share/php/Zend/Db/Statement/Pdo.php:228 Stack trace: #0 /usr/share/php/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array) #1 /usr/share/php/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array) #2 /usr/share/php/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array) #3 /usr/share/php/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Select), Array) #4 /usr/share/php/Zend/Db/Adapter/Abstract.php(799): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Select), Array) #5 /var/www/webacula/application/models/Version.php(54): Zend_Db_Adapter_Abstract->fetchOne(Object(Zend_Db_Select)) #6 /var/www/webacula/application/models/Version.php(67): Version->getVesion() #7 /var/www/webacula/html/index.php(184): Version->checkVesion(12) #8 {main} Next exception 'Zend_Db_Statement_Exception' with message 'SQL in /usr/share/php/Zend/Db/Statement/Pdo.php on line 234