Jump to content

MySQL Query in Technical Support - Error


sovushik

Recommended Posts

Posted

in Technical Support this error:

UPDATE `core_streams` SET `position`=0 WHERE `position` IS NULL;

ALTER TABLE `core_streams` CHANGE COLUMN `position` `position` INT (10) NOT NULL DEFAULT 0 COMMENT 'The position in the list';

UPDATE `core_log` SET `time`=0 WHERE `time` IS NULL;

ALTER TABLE `core_log` CHANGE COLUMN `time` `time` INT (10) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of log';

 

i run this string, but error is not off! (

Posted
17 minutes ago, sovushik said:

Good news) It's critical error in mysql? when is release 4.1.13?

It's not an error, it's just detecting an issue where there is none. You can skip it when running the troubleshooter.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...