db name too long
GRANT USAGE ON *.* TO 'da_admin'@localhost IDENTIFIED BY '2Bwd2TeeBxx444';
GRANT ALL PRIVILEGES ON *.* TO 'da_admin'@localhost IDENTIFIED BY '2Bwd2TeeBxx444';
/usr/local/mysql/bin/mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf --skip-version-check
Unable to add user tallysafe_db1. Access denied for user 'da_admin'@'localhost' to database 'tallysafe\_db1'
GRANT ALL PRIVILEGES ON *.* to 'da_admin'@'localhost' WITH GRANT OPTION;
Comments
Post a Comment