Changes

From SME Server
Jump to navigationJump to search
96 bytes added ,  01:33, 6 April 2008
m
Line 92: Line 92:  
==== Remove a database and user ====
 
==== Remove a database and user ====
 
Using roundcube as an example database and user,
 
Using roundcube as an example database and user,
 +
Get access to the SME Server shell and issue the following commands to login to the MySQL server:
    
  mysql
 
  mysql
+
 
 
  show databases;  #list databases
 
  show databases;  #list databases
 
  drop database roundcube;
 
  drop database roundcube;
+
 
 
  use mysql;
 
  use mysql;
 
  select user,host from user;  #list users
 
  select user,host from user;  #list users

Navigation menu