Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: problem with the data synchronisation #18197
    SK Enigma
    Member

    So with a varchar it might not work, but I am using a Bigint

    CREATE TABLE `systemusage` (

    `ID` bigint(25) NOT NULL,

    `UserID` int(10) default NULL,

    `LoginTime` datetime default NULL,

    PRIMARY KEY (`ID`)

    ) ENGINE=InnoDB DEFAULT CHARSET=latin1

    SQLyog Job Agent Version 4.1

    Copyright © Webyog Softworks Pvt. Ltd.. All Rights Reserved.

    Sync started at Thu Nov 17 13:43:13 2005

    Table SrcRows TgtRows Inserted Updated Deleted

    ========================= ======= ======= ======== ======= =======

    `systemusage` 60 51 0 0 0

    Total time taken – 0 sec(s)

    Why Might it sync?

Viewing 1 post (of 1 total)