CREATE TABLE `randombit` ( `randombit_id` int(11) NOT NULL AUTO_INCREMENT, `content` varchar(188) DEFAULT NULL, PRIMARY KEY (`randombit_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci CHECKSUM=1; INSERT INTO gus_demo.randombit(`randombit_id`,`content`) VALUES('1','http://apocaliptic.wordpress.com/2007/10/29/mac-osx-leopard-105-final/)http://apocaliptic.wordpress.com/2007/10/29/mac-osx-leopard-105-final/');