eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

Cant find the script to create Yotsuba.<Board name> #35

Closed AdamHughes closed 12 years ago

AdamHughes commented 12 years ago

Cant appear to find a scrip tthat creates yotsuba. table.

eksopl commented 12 years ago

The tables are automatically created when you start a dumper. You only need to create the database manually yourself.

After the tables are created, you'll still have to run the upgrade scripts in the sql/ dir. Annoying, I know, I'll fix this when I'm not swamped with work.

AdamHughes commented 12 years ago

Thanks :)

I had to change the charset since i'm using Mysql 5.1

Will this cause any crashes with the dumper? or should I update to MySQL 5.5

eksopl commented 12 years ago

It's fine, the only downside is that you'll be unable to archive any posts containing 4 byte UTF-8 characters.

GXTX commented 12 years ago

@AdamHughes, I told you to use utf8 if you were on 5.1....