Search found 5 matches

by geniusconsult
Tue Aug 06, 2024 11:33 pm
Forum: Backup
Topic: How to turn off email notification of Full Backup Report
Replies: 2
Views: 18880

Re: How to turn off email notification of Full Backup Report

My 2 cents - if you don't want notifications for backup finished OK. Find lines which send mail message (script: /usr/local/vesta/bin/v-backup-users at line 78), and update condition like this: if [ "$FINAL_STATUS" != "OK" ]; then if [ ! -z "$NOTIFY_ADMIN_FULL_BACKUP" ]...
by geniusconsult
Tue Aug 06, 2024 11:02 pm
Forum: Backup
Topic: How to turn off email notification of Full Backup Report
Replies: 2
Views: 18880

Re: How to turn off email notification of Full Backup Report

It is good idea to update that script to send notification only if backup fails for any reason :)
So if "status=OK" - don't send mail :)
by geniusconsult
Fri Jun 30, 2023 11:53 pm
Forum: General discussion
Topic: phpMyAdmin User accounts error
Replies: 4
Views: 7534

Re: phpMyAdmin User accounts error

How did you even enable "root" login to phpMyAddmin, since it's disabled by default? I did not do anything special :) root@localhost is not disabled - you can use shell cli access with that user. Just logged into phpmyadmin with root user and password from .my.cnf file phpmyadmin use loca...
by geniusconsult
Wed Jun 28, 2023 11:03 pm
Forum: General discussion
Topic: phpMyAdmin User accounts error
Replies: 4
Views: 7534

Re: phpMyAdmin User accounts error

Also this can bellow be cause, but I have MariaDB and phpMyAdmin on other servers, and not getting that error.

Since 10.4 MariaDB uses mysql.global_priv and older versions use mysql.user tables to store user information
by geniusconsult
Wed Jun 28, 2023 10:55 pm
Forum: General discussion
Topic: phpMyAdmin User accounts error
Replies: 4
Views: 7534

phpMyAdmin User accounts error

Login to phpMyAdmin as root user:
click on User accounts - throws error:

Code: Select all

Not enough privilege to view users.
Env version: Fresh install on Debian 11, MariaDB 10.5.19, phpMyAdmin 5.0.4deb2+deb11u1