Difference between revisions of "Talk:MySQL"
From SME Server
Jump to navigationJump to search (New page: When trying to remove a user, I needed to specifically open the 'mysql' database first, like this: use mysql; DELETE FROM user WHERE user = 'username'; FLUSH PRIVILEGES; ~~~~) |
m (fixed) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− |