Hello All,
I followed the procedure as per installation guide below:

yum install MariaDB-backup --enablerepo=packetfence

mysql -u root -p
MariaDB> GRANT RELOAD, LOCK TABLES, REPLICATION CLIENT ON *.* TO 'pf'@
'localhost';
MariaDB> FLUSH PRIVILEGES;

but backup fails with below reason [o/p of innobackup.log]:

----- Backup started on 2021-07-05_19h53 -----
[00] 2021-07-05 19:53:30 Connecting to MySQL server host: localhost, user:
, password: set, port: not set, socket: not set
[00] 2021-07-05 19:53:30 Failed to connect to MySQL server: Access denied
for user ''@'localhost' (using password: NO).

What else am I missing?

mysqldump works fine using the default script to take backup.

Thanks in advance,
- Arun
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to