Use on backend java+tomcat+mysql and I want to fill in such a table, it is basically all hands entered besides the ip and user agent how to do it and whether the selected field?
CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nickname` varchar(30) NOT NULL,
`email` varchar(256) NOT NULL,
`password` varchar...