I'm using this program [url]http://www.easyfrom.net/download/[/url] to try to trasnfer the sv.db over to a mysql file so I can conver to mysql. That being said I am constantly getting this error which leads me to belive that the sv.db secton that has to do with the player data its compliled non convertable fashion . Any suggestions?
Error
-----------------------------
Creating table 'darkrp_player' ...
Create table 'darkrp_player' failed!
ERROR 1075: Incorrect table definition; there can be only one auto column and it must be defined as a key
CREATE TABLE `darkrp_player` (`uid` BIGINT NOT NULL AUTO_INCREMENT,
`rpname` VARCHAR(45),
`salary` INT NOT NULL DEFAULT 45,
`wallet` INT NOT NULL,
PRIMARY KEY(`rpname`,`uid`))
-----------------------------
Sorry, you need to Log In to post a reply to this thread.