d
This commit is contained in:
@@ -14,7 +14,7 @@ upgdir=${EmsBEDir}/database/upgrade
|
|||||||
tables_c=tables_c.lst
|
tables_c=tables_c.lst
|
||||||
tables_s=tables_s.lst
|
tables_s=tables_s.lst
|
||||||
|
|
||||||
mysql -h $(host) -u ${user} -p${password} -D ${dbname} -e "show tables ; " > tables.lst
|
mysql -h ${host} -u ${user} -p${password} -D ${dbname} -e "show tables ; " > tables.lst
|
||||||
|
|
||||||
# dump table struct and data
|
# dump table struct and data
|
||||||
while read line
|
while read line
|
||||||
|
|||||||
Reference in New Issue
Block a user