Changes

Jump to navigation Jump to search
229 bytes added ,  14:05, 16 September 2008
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; ~~~~
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;

[[User:Mmccarn|Mmccarn]] 12:05, 16 September 2008 (UTC)

Navigation menu