nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Delete all tables mysql under Linux

This is a discussion on Delete all tables mysql under Linux within the Databases servers forums, part of the Mastering Servers category; How do I delete all tables in mysql database server??? I need to delete all tables for database called wp ...


Go Back   nixCraft Linux Forum > Mastering Servers > Databases servers

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-09-2007, 01:40 AM
Member
User
 
Join Date: Jun 2005
Posts: 78
Rep Power: 0
jerry
Default Delete all tables mysql under Linux

How do I delete all tables in mysql database server??? I need to delete all tables for database called wp from command line. I' using CentOS linux

thanks
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-09-2007, 05:50 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 973
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

To delete all tables just drop database :P
Code:
drop database foo;
To delete all data from table bar:
Code:
TRUNCATE TABLE bar;
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux Recursively Delete Subdirectories raj Linux software 0 04-22-2008 01:50 AM
Linux delete mail for root or any other user from a shell prompt raj Getting started tutorials 0 05-05-2007 01:36 AM
Linux delete empty directories raj Getting started tutorials 0 05-05-2007 01:29 AM
Linux find and delete files cbzee Linux software 4 12-20-2006 12:01 PM
delete directory linux chiku Linux software 4 07-22-2006 06:56 PM


All times are GMT +5.5. The time now is 04:40 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36