4 lines
321 B
Bash
4 lines
321 B
Bash
|
#!/bin/bash
|
||
|
#IMPORTANT Any changes in this file are to applyed to mirror file export-structure.cmd
|
||
|
mysqldump --defaults-file=connect.ini --default-character-set=utf8 --no-data --comments --triggers --routines --events --databases account util vn2008 vn edi bs bi pbx cache salix vncontrol hedera stock > 01-structure.sql
|