MySQL convertions

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Badutski
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Mar 27, 2014 2:21 pm

MySQL convertions

Post by Badutski »

Evening, I some trouble with my MySQL, I'm trying to convert my SQLite (sv.db) to MySQL database, And everything worked EXECPT for my DarkRP money.. I get this error when I try to do it..

Code: Select all

Getting 'playerpdata' table structure ...
Creating table 'playerpdata' ...
Create table 'playerpdata' failed!
ERROR 1170: BLOB/TEXT column 'infoid' used in key specification without a key length
CREATE TABLE `playerpdata` (`infoid` LONGTEXT NOT NULL,
`value` LONGTEXT,
PRIMARY KEY(`infoid`))
I'm using this http://forums.xenonservers.com/showthre ... e-to-MYSQL

Anyone can help? (Garry's Mod DarkRP server btw) I dunno where to post this :P
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: MySQL convertions

Post by soja »

Is this in the conversion, or import into the mysql database?
Not a NFO employee
Badutski
New to forums
New to forums
Posts: 3
Joined: Thu Mar 27, 2014 2:21 pm

Re: MySQL convertions

Post by Badutski »

The error? in the conversion
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: MySQL convertions

Post by soja »

Give this one a shot, I found it the other day. I do not know how to fix that error, maybe try asking the author that made the converter.

http://tjservers.org/dev/SQLiteToMySQL/
Not a NFO employee
Badutski
New to forums
New to forums
Posts: 3
Joined: Thu Mar 27, 2014 2:21 pm

Re: MySQL convertions

Post by Badutski »

Already tried using this one, doesnt work.
Post Reply