In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
problem
Navicat failed to delete this database when it was deleted. The system indicates that an error has occurred. The error code is:
1010-error deleting database (cannot rmdir/testdb, error number: 39)
Solution process
1) find the storage location of the database
Mysql > show variables like'% datadir%'
2) enter the storage location and find
There are still some files under the testdb database that cannot be deleted.
ACT_EVT_LOG.frm ACT_HI_COMMENT.frm ACT_HI_VARINST.frm ACT_PROCDEF_INFO.frm ACT_RU_EXECUTION.frm
Question: there are no uppercase letters in the creation script, but lowercase is specified. We don't know where the problem is and how these tables are generated.
3) Delete all files under the testdb folder to solve the problem
Cd testdb
Rm-rf *
Be careful
For the uppercase letters in 2, you need to pay attention to the configuration items in the my.cnf configuration file
Lower_case_table_names is an attribute parameter description of a case-sensitive setting for mysql:
Lower_case_table_names: this parameter cannot be modified dynamically, and the database must be restarted.
Lower_case_table_names = 1 table names are stored in lowercase on disk, but are case-insensitive when compared
Lower_case_table_names=0 table names are stored as given sizes and comparisons are case-sensitive
Lower_case_table_names=2, the table name is stored in the given case but compared in lowercase
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.