MariaDB/SQL/CREATE

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 18:45, 16 February 2025 by Woozle (talk | contribs)
  • DROP deletes 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.