The decimal value of your ip (3,232,235,894) is out of bounds (max for signed int is 2,147,483,647)
This query will increase the boundary to allow numbers up to 4,294,967,295
ALTER TABLE `players` MODIFY `create_ip` INT(11) UNSIGNED NOT NULL DEFAULT 0