mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 03:20:30 +02:00
added status effect loading
- todo: populate table (and test this doesnt break everything ever), send charawork and message packets
This commit is contained in:
parent
13af16ec0e
commit
d9d185d7e6
12 changed files with 360 additions and 379 deletions
|
@ -6,5 +6,5 @@ DBNAME=ffxiv_server
|
|||
for T in `mysqlshow -u $USER -p$PASS $DBNAME %`;
|
||||
do
|
||||
echo "Backing up $T"
|
||||
mysqldump -u $USER -p$PASS $DBNAME $T --extended-insert=FALSE --no-tablespaces > $EXPORT_PATH/$T.sql
|
||||
mysqldump -u $USER -p$PASS $DBNAME $T --extended-insert=FALSE --no-tablespaces --no-autocommit > $EXPORT_PATH/$T.sql
|
||||
done;
|
Loading…
Add table
Add a link
Reference in a new issue