• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » Infos » MySQL » User Administration » MySQL: Remove User
Trace: • bashrc • dokuwiki • VBoxManage (The VirtualBox CLI) • List Open Ports • Compare directories • Java • Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) • Program • localeadm • MySQL: Remove User

Sidebar

andunix Infos

  • Android
  • Coding
  • Cryptography
  • Database
  • Java
  • JavaScript
  • Link Lists
  • Linux
  • Mac
  • MySQL
    • Database Administration
    • Permission Administration
    • User Administration
      • MySQL: Create User
      • MySQL: Change Password
      • MySQL: Remove User
  • Oracle
  • Programs
  • Scripting
  • Solaris
  • System Administration
  • VirtualBox
  • Web Design
  • firefox
  • Mercurial
  • SSH
  • Thunderbird Extendsions
  • WiFi Config QR-Code

Tags

add-on admin android blogging certificate cli coding config country cryptography css database debian design device documentation drupal howto iso java javascript linux list mac mozilla mysql network opensolaris openssl oracle osx programming project reference script scripting security shell solaris sql ssh standard sysadmin tool topic travian virtualbox web webdesign wlan
info:mysql:user:remove
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

MySQL: Remove User

Remove User

DROP USER '{user}'@'%';

Remove User and Database

  • Usually, {user} == {db}
DROP USER '{user}'@'%';
DROP DATABASE '{db}';
admin, database, mysql, sql
info/mysql/user/remove.txt · Last modified: 2013-02-04 22:17 (external edit)

Page Tools

  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki