-
as seen on Server Fault
- Search for 'Server Fault'
Hey Guys,
I recently started trying to get Redmine up and running after a power outage that seems to have corrupted our InnoDB database in MySQL. Redmine had an extensive set of documentation that I would like to get even if redmine isn't able to run. The service fails on startup. I have tried…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Today we got some DB crash. The DB is InnoDB. At firstin log:
120404 10:57:40 InnoDB: ERROR: the age of the last checkpoint is 9433732,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
How to enable InnoDB, which was previously disabled with skip-innodb option.
Case 1: Disabled the innodb with skip-innodb option and show engines givens as below.
Engine | Support ...
| InnoDB | NO ......
Case 2: As I want to enable the innodb, I commanded the #skip-innodb option…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am getting following error in err file.
110803 6:51:26 InnoDB: Error: table `ims`.`temp_discoveryjobdetails` already exists in InnoDB internal
InnoDB: data dictionary. Have you deleted the .frm file
InnoDB: and not used DROP TABLE? Have you used DROP DATABASE
InnoDB: for InnoDB tables in MySQL…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I can't explain why, but somehow during the night, one of my MySQL running on an Ubuntu 12.04.1 box broke. The service is running but I can't login anymore (to SQL), the previous password is not working anymore.
It does not looks like the server has been compromised (nothing in /var/auth.log)
It…
>>> More