`
stephen830
  • 浏览: 3010156 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

MYSQL删除数据库报 ERROR 1010 (HY000): Error dropping database (can't rmdir ..

 
阅读更多

 

MYSQL删除数据库报 ERROR 1010 (HY000): Error dropping database (can't rmdir ...


在做数据库删除时出现这种提示,其原因是在database下面含有自己放进去的文件,譬如*.txt文件或*.sql文件等,只要进去把这个文件删了在执行。

具体步骤:进入D:\ProgramFiles\MySQL\MySQL Server 5.6\data 目录下删除掉数据库文件夹,再执行 mysql>drop databases 数据库名;

就能删除了。

 

 

分享到:
评论

相关推荐

    MySQL Error Code文档手册

    * Error 1010:SQLSTATE: HY000 (ER_DB_DROP_RMDIR) Message: Error dropping database (can't rmdir '%s', errno: %d) * Error 1011:SQLSTATE: HY000 (ER_CANT_DELETE_FILE) Message: Error on delete of '%s' ...

    Linux(ubuntu)与windows下安装mysql

    - **处理数据库删除失败问题**:如果尝试删除数据库时遇到 `ERROR 1010 (HY000): Error dropping database (can't rmdir './dbname', errno: 39)` 的错误,可以手动删除相关目录下的所有文件(注意保留该目录本身)...

    mysql出错信息表

    6. **1010 - Error dropping database (can't rmdir '%-.64s' errno:%d)**:与上一个错误类似,但在尝试删除数据库目录时遇到错误。 7. **1011 - Error on delete of '%-.64s' (errno:%d)**:在删除文件时遇到错误...

    Sql for mysql

    CHAPTER 1 Introduction to MySQL . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 Database, ...

    php_6_fast_and_easy_web_development.pdf

    Creating or Dropping a Database. . . . . . . . . . . . . . . . . . . . . . 514 Creating or Dropping a Table. . . . . . . . . . . . . . . . . . . . . . . . . . 514 Altering a Table. . . . . . . . . . ....

    hls.min.js

    ===t[e+2]&&t[e+3]<255&&t[e+4]<255&&t[e+6]<128&&t[e+7]<128&&t[e+8]<128&&t[e+9],t.isFooter=function(t,e){return e+10<=t.length&&51;===t[e]&&68;===t[e+1]&&73;===t[e+2]&&t[e+3]<255&&t[e+4]<255&&t[e+6]...

    MySQL for Python - 完美列印版.pdf

    MySQL for Python Integrate the flexibility of Python and the power of MySQL to boost the productivity of your applications Albert Lukaszewski, PhD Table of Contents Chapter 1: Getting Up and Running ...

    apktool documentation

    Can't find framework resources for package of id: 2. You must install proper framework files, see project website for more info. We must get HTC framework resources before decoding this apk. We pull ...

    分享一下Mysql常见的几个错误问题及解决方法

    第三个问题是在尝试删除数据库时遇到“ERROR 1010 (HY000): Error dropping database”的错误。这是因为数据库目录中存在非MySQL自动生成的文件,例如.txt或.sql文件。解决这个问题只需删除这些额外的文件,然后再...

    Oracle数据库管理员的常用命令

    Oracle数据库是企业级关系型数据库管理系统,其管理涉及多个方面,包括日志管理和表空间管理。以下是关于这两个主题的详细解释: **日志管理** 在Oracle数据库中,日志是记录所有事务更改的重要部分,它确保了数据...

    Doctrine ORM for PHP.pdf

    Lazy Database Connecting......................................................................................28 Testing your Connection...................................................................

    【最新编排】ORACLE数据库命令大全速查.doc

    Oracle数据库是世界上最流行的数据库管理系统之一,它提供了丰富的命令和功能来管理和操作数据库。在文档"【最新编排】ORACLE数据库命令大全速查.doc"中,主要涉及了两个关键领域:日志管理和表空间管理。 1. **...

    myBase Desktop 6.3.3 12/1/2013 绿色 完美破解版

    so you don't need to manually download and copy it to the setup folder for creating the standalone .exe databases, and the 'Make exe database' dialog box has been simplified accordingly. Added: a new...

    gerrit-3.0.3.war

    Utility script remove-notedb-refs.sh which can be used to remove all refs created for NoteDb in case of rollback to ReviewDb. Issue 11356: Allow to override autodetected Lucene index configuration. ...

    Android中使用ormlite实现持久化(一)--HelloOrmLite.docx

    Log.e("DataHelper", "Error dropping then recreating Hello table", e); } } public Dao, Integer> getHelloDao() throws SQLException { if (helloDao == null) { helloDao = getDao(Hello.class); } ...

    pubs数据库源代码.txt

    `DROP DATABASE` 语句用于实际删除数据库。 ### 三、创建数据库 之后,通过 `CREATE DATABASE` 语句创建名为 `pubs` 的新数据库: ```sql GO CHECKPOINT GO RAISERROR('Creating pubs database.', 0, 1) GO /* Use...

    MySQL and JSON A Practical Programming Guide 2018

    Practical instruction on using JavaScript Object Notation (JSON) with MySQL This hands-on guide teaches, step by step, how to use JavaScript Object Notation (JSON) with MySQL. Written by a MySQL ...

    Oracle 回收站功能,彻底删除表ORA-00933:SQL command not properly ended

    ERROR dropping "BIN$Qo99szdrw8bgQAB/AQAX/Q==$0" ORA-00933: SQL command not properly ended ``` 解决方法是确保SQL语句完整无误,并使用正确的语法进行删除操作。 #### 四、总结 Oracle的回收站功能为用户提供...

    OCP 042 试题库

    1. **使用Database Configuration Assistant (DBCA)创建数据库 (B/D)**:DBCA是一个图形化的工具,用于简化数据库的创建过程。它可以基于不同的模板自动设置数据库,例如事务处理模板,这非常适合金融应用中的在线...

    《SQL数据库管理工具》(Richardson Software RazorSQL)v5.1.1/含注册机

    软件简介:RazorSQL 是数据库查询工具、SQL的编辑、数据库管理工具,可以通过ODBC,JDBC连接数据库,已经证实可以使用的数据库种类,达到了29种. RazorSQL is an SQL query tool, database browser, SQL ...

Global site tag (gtag.js) - Google Analytics