On 12/26/21 12:59, Josip Deanovic wrote:
When using MySQL roles and grant statement to change privileges, the
command "flush privileges" is not necessary but it doesn't hurt.
When modifying mysql/user and similar tables then it is necessary to
issue "flush privileges" in order to re-read and appl
On 2021-12-26 18:19, Phil Stracchino wrote:
If so:
mysql> GRANT ALL PRIVILEGES ON bacula.* TO 'bacula'@'localhost' (or
whatever DB user you want bacula to connect as) IDENTIFIED BY 'bacula
password goes here';
mysql> FLUSH PRIVILEGES;
When using MySQL roles and grant statement to change privi
On 2021-12-26 13:47, Graham Dicker wrote:
Thank you Josip this is very helpful. I have restored everything I had
tinkered with back to what it was, that is:
Removed specification of port and socket from /etc/my.cnf
Removed specification of port and socket from bacula-dir.conf
both of this were
On 12/26/21 07:47, Graham Dicker wrote:
I see that my attempts to paste messages copied from a console window into an
email are not working as I expect. Trying again...The message above should
have read:
26-Dec 09:39 bacula-dir JobId 0: Fatal error: Could not open Catalog
"MyCatalog", database
On Sunday, 26 December 2021 10:42:58 GMT Graham Dicker wrote:
> On Saturday, 25 December 2021 17:18:56 GMT Josip Deanovic wrote:
> > On Friday 2021-12-24 13:32:42 Graham Dicker wrote:
> > > Thanks for the tip Phil, which I will bear in mind if I ever get Bacula
> > > working again as it should (and
On Sunday, 26 December 2021 10:42:58 GMT Graham Dicker wrote:
> On Saturday, 25 December 2021 17:18:56 GMT Josip Deanovic wrote:
> > On Friday 2021-12-24 13:32:42 Graham Dicker wrote:
> > > Thanks for the tip Phil, which I will bear in mind if I ever get Bacula
> > > working again as it should (and
On Saturday, 25 December 2021 17:18:56 GMT Josip Deanovic wrote:
> On Friday 2021-12-24 13:32:42 Graham Dicker wrote:
> > Thanks for the tip Phil, which I will bear in mind if I ever get Bacula
> > working again as it should (and has done for the past 10 years or more).
> > Up until about a year ag