Page 1 of 1
Sql Questions
Posted: Tue Jun 18, 2013 3:22 pm
by Vargas
For Backing up sql files such as the character storage and chars, do i just export them and manually add the info into the new ones? Ive done this but get sql errors not sure what im doing wrong.
Re: Sql Questions
Posted: Wed Jun 19, 2013 8:20 am
by bluekirby0
Your best bet is to learn how to add columns to existing tables. Still recommend backing up first though.
Re: Sql Questions
Posted: Fri Jun 21, 2013 10:11 pm
by aizenmyou
If your mysql/mariadb is in Linux you can just create a script to use mysqldump to dump specific table into a file then bzip2, or what ever, the file.
Then just schedule it in a cron job to run nightly or what not.