Changes

From SME Server
Jump to navigationJump to search
12 bytes added ,  13:48, 17 September 2008
Updated user deltion instruction to explicitly select the database
Line 122: Line 122:  
Get access to the SME Server shell and MySQL and issue the following command:
 
Get access to the SME Server shell and MySQL and issue the following command:
    +
USE mysql;
 
  DELETE FROM user WHERE user = 'username';
 
  DELETE FROM user WHERE user = 'username';
 
  FLUSH PRIVILEGES;
 
  FLUSH PRIVILEGES;

Navigation menu