I had some issues using some plesk bin database commands and seems it isn't syncing changes to Mysql and I want to do something like flush privileges for it so it syncs with Mysql.
For example,
plesk bin database --create-dbuser adminnn -passwd password -domain example.com -type mysql -any-database says,
Unable to add database user: A database user with the name "adminnn" already exists.
Although I removed that user and did some flush privileges and Plesk still consider the account is still existent!
Another cli like,
plesk bin database --update-dbuser adminn -domain example.com -type mysql -any-database
The database user was successfully updated.
Although I checked on Mysql and on Phpmyadmin and the command didn't affect like it wasn't executed.
Would some one help? how to sync changes between Mysql and Plesk bin database commands?
For example,
plesk bin database --create-dbuser adminnn -passwd password -domain example.com -type mysql -any-database says,
Unable to add database user: A database user with the name "adminnn" already exists.
Although I removed that user and did some flush privileges and Plesk still consider the account is still existent!
Another cli like,
plesk bin database --update-dbuser adminn -domain example.com -type mysql -any-database
The database user was successfully updated.
Although I checked on Mysql and on Phpmyadmin and the command didn't affect like it wasn't executed.
Would some one help? how to sync changes between Mysql and Plesk bin database commands?