About 104,000 results
Open links in new tab
  1. How do I remove a MySQL database? - Stack Overflow

    Nov 26, 2015 · Find the location where the mysql data directory is. And then delete it. For example if your database is named logs, that might be at:E:\Program Files\xampp\mysql\data\logs Protected …

  2. How to delete mysql database through shell command

    3 MySQL has discontinued drop database command from mysql client shell. Need to use mysqladmin to drop a database.

  3. Delete a database in phpMyAdmin - Stack Overflow

    Feb 13, 2014 · By mistake, I have created a duplicate database in the phpMyAdmin page of cPanel. I want to delete this database, but I am not able to find any delete button in the UI. How to delete a …

  4. mysql - how to drop database - Stack Overflow

    Jan 12, 2010 · mysql -uxxx -pyyy $ drop database data; then it would be ok to recreate the data database again. hopefully it will help, Attention , direct remove data dir is useless, whatever you …

  5. Drop all databases in MySQL - Stack Overflow

    Jun 17, 2018 · We have many databases in our MySQL and we want to shrink/purge ibdata1 file in MySQL. How can we drop all the databases from the MySQL except information_schema and …

  6. mysql - Error Dropping Database (Can't rmdir '.test\', errno: 17 ...

    Jan 3, 2011 · A database is represented by a directory under the data directory (usually /var/lib/mysql), and the directory is intended for storage of table data. The DROP DATABASE statement will remove …

  7. How to remove all MySQL tables from the command-line without …

    Sep 13, 2012 · How do I drop all tables in Windows MySQL, using command prompt? The reason I want to do this is that our user has access to the database drops, but no access to re-creating the …

  8. Drop multiple databases using mysql command - Stack Overflow

    Jan 11, 2011 · I have many databases with different names. I want to drop multiple databases, Is there any command since all names of db are different. Eg: mysql db, Test db, live db.

  9. mysql - phpmyadmin enable drop database statement - Stack Overflow

    Dec 10, 2010 · In your finder menu bar click "go" and type the following: usr/local/mysql/data Select/delete the directory with the same database you want to drop - you will likely get the dialog …

  10. Why can't I drop MySQL Database? - Stack Overflow

    Jan 5, 2013 · Problem I'm running MySQL 5.5.23 on Mac OS 10.8.2 and am unable to drop a particular database, but I can drop others. When I attempt to drop the specific table I get this error: #1548 - …