mysql - SQLSTATE[HY000]: General error: 1030 -
I am making a website with Drupal 7 on my localhost. Today I got a well-known error that my cache_regals had disappeared. I tried to restore it, it seems that has worked, because I am now seeing the table in my database, PHPMyadmin said after the query that 'the result returned' is that correct.
I used this code to restore it:
if not, then 'XX_cache_rules` (`cid` varchar (255) no tap default' 'comment 'Primary key: Unique cache id.', `Data` longblob COMMENT 'A collection of data to cache.', 'Expire' int (11) Not less than '0' COMMENT 'A UNIX timestamp indicating that When should the cash entry be a Unix timestamp indicated during the creation of the Carry Entry. The 'primary' key (`CID`), key 'termination' (` termination ')) engine = InnoDB DEFAULT CHARSET = utf8 COMMENT = 'The table for the rule engine to store the cache configured items. ';
It came:
But when I try to clear my cache now, I get a new error:
< Code> PDOException: SQLSTATE [HY000]: General error: -130 error encountered by the storage engine: TRUNCATE {cache_rules}; Cache_clear_all () contains the line 165 \ cache.inc included in the array () (C: \ Users \ Mariska \ Sites \ devdesktop \).
I have made backups and have reinstalled Dev Desktop. I replaced the sites / DevDesktop folder with one of my backups and databases in mysql folder. Kept mysql
Then I got a cache_field error, with a query and again restoring the cache_rules error was already restored in the same way in both cases PHPMyadmin said that the query can return 'results empty' after the query .
And then the same error is 1030 ...
I thought in the end it was a store problem that after all it was my virus scanner that everything was messy, McPhee got a new one now, which would not take so much space in the performance of my laptop.
I think this is a mysql related problem.
While this may help you, in essence, your system disk is full or try the table / engine retrieval.
Comments
Post a Comment