Results 1 to 4 of 4
  1. #1

    Default How to Delete MySQL databases via. SSH ?

    Hi there,

    I have a cPanel hosting account with you.
    I am looking for a way for deleting MySQL database using SSH. (Now,thats simple,I know) but, I wish to delete only some specific database within it with its tables.

    Can somebody please suggest me how to proceed doing that?

    Thanks.

  2. #2
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by Phnx View Post
    Hi there,

    I have a cPanel hosting account with you.
    I am looking for a way for deleting MySQL database using SSH. (Now,thats simple,I know) but, I wish to delete only some specific database within it with its tables.

    Can somebody please suggest me how to proceed doing that?

    Thanks.
    DROP DATABASE drops all tables in the database & deletes the database. You need to execute "drop database DBNAME;" command at MySQL command prompt to get what you wanted to do..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  3. #3

    Default

    Well, thats a pretty quick response. Thanks a lot Rock !!

    But, do I need to stop the database before deleting the file? I hope it doesn't generate any errors when I restart the Db.

  4. #4
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by Phnx View Post
    Well, thats a pretty quick response. Thanks a lot Rock !!

    But, do I need to stop the database before deleting the file? I hope it doesn't generate any errors when I restart the Db.
    You're welcome There's no need to stop the database or the server before deleting this DB.. no errors are to be noticed

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •