· 7 years ago · Dec 10, 2018, 06:36 PM
1CREATE TABLE IF NOT EXISTS `lastlogin` ( 2 `ipadress` text, 3 `serial` text, 4 `account` text, 5) ENGINE=InnoDB DEFAULT CHARSET=latin1;