Table 'user_log' already exists
create table otomotif_omc.user_log (
userid char(8) not null,
pass varchar(40) not null,
log_time datetime not null,
process tinytext not null,
ip_address varchar(15) not null
)Duplicate key name 'index_1'
Duplicate key name 'index_1'