Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
server_configuration:mysql [2023/07/17 08:08] – david | server_configuration:mysql [2025/03/27 15:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | https:// | ||
+ | |||
+ | <code mysql> | ||
+ | CREATE USER ' | ||
+ | ALTER USER ' | ||
+ | CREATE DATABASE david; | ||
+ | GRANT ALL PRIVILEGES ON david.* TO ' | ||
+ | FLUSH PRIVILEGES; | ||
+ | </ | ||
+ | |||
+ | <code mysql> | ||
+ | CREATE USER ' | ||
+ | ALTER USER ' | ||
+ | CREATE DATABASE monica; | ||
+ | GRANT ALL PRIVILEGES ON monica.* TO ' | ||
+ | FLUSH PRIVILEGES; | ||
+ | </ | ||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||