Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Common Administration Commands

Show list of users,

select User from mysql.user;
+------------------+
| User             |
+------------------+
| root             |
| root             |
| debian-sys-maint |
| root             |
+------------------+ 

Drop a user, changing name to the matching name,

delete from mysql.user WHERE User='name';

 

mysql commands

  • No labels