I'm trying to create a bash script to update the ACL on every MySQL db user. I have tested the command I'm running on the command line direct
plesk bin database -u dbname -update_user dbuser -set-acl xx.xx.xxx.xx,xx.xx.xxx.xx,xx.xx.xxx.xx,xx.xx.xxx.xx
(I have also tried this with just one IP)...