Do this as root in mysql
the following grants all
Obviously user1 and pass1 are the actual user and password!
Remove a user
then remove the associated databases from the db column in mysql using phpmyadmin
To get the cronjob to work without throwing errors you will need to edit ~/.my.cnf
[client]user = your_db_usernamepassword = "your_db_password"host = localhost
[client]
user = your_db_username
password = "your_db_password"
host = localhost
© Copyright 2026 jamnetltd.com/home All Rights Reserved