When mysql executes the flushprivileges refresh user permission command, the following error is reported: ERROR1146 (42S02): Tablemysql. serversdoesntexist is a false test, which literally means mysql. if servers does not exist, you can directly
Keep track of the errors encountered today in thinkphp3.2.3 SQLSTATE[42S02]: Base table or view not found:1146 table ' test.file_info ' doesn ' t exist, previously with PD o Connection to the database has been no problem, today suddenly found that
transferred from: http://jazka.blog.51cto.com/809003/330418/In the process of using MySQL database, encountered error 1146 (42S02): Table doesn ' t exist, after two days, finally solved the problem. The cause of the error is different, and the
One: Problem description
Mysql> select * from T_document_file limit 2;ERROR 1146 (42S02): Table ' eip_fileservice.t_document_file ' doesn ' t exist
Two: The cause of the error
This is because the variable lower_case_table_names = 1 in the
Yesterday, a friend of the company used a MySQL instance to open Binlog, but in the process of booting failed (he did not mention, why failed), after the boot failed, he deleted the Ibdata1 and Ib_logfile, later, can normally start, but all the
1. the following error is reported during Mysqldump:
2014-05-05 14:12:37 7f004a9a2700 InnoDB: Error: Table "mysql". "innodb_table_stats" not found.
However, show tables indicates that it exists:
But the show create table innodb_index_stats; error
1005: An error occurred while creating the table. 1006: database creation failed 1007: the database already exists. An error occurred while creating the database. 1008: the database does not exist. An error occurred while deleting the database. 1
In MySQL, the basic form of creating stored procedures is as follows:
CREATE PROCEDURE sp_name ([proc_parameter[,...]])
[Characteristic ...] Routine_body
Where the Sp_name parameter is the name of the stored procedure,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.