MariaDB/SQL/CREATE
Jump to navigation
Jump to search
Related
DROPdeletes existing users
Example
CREATE USER 'roundcube'@localhost IDENTIFIED BY 'yourPasswordHere!';- Note: Sometimes it only works if you quote the entire user-spec, as in
'roundcube@localhost'. I'm trying to figure out what the rule is.
- Note: Sometimes it only works if you quote the entire user-spec, as in