4 lines
331 B
Bash
Executable File
4 lines
331 B
Bash
Executable File
#!/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 > install/dump/structure.sql
|