#!/bin/bash
# 2024-12

readonly INITDIR=$(cd $(dirname $0); dirname "$PWD")
/usr/bin/mysql --user="root" --password="Zwkj@123Mysql" --execute="source $INITDIR/file/sql/mysql_init.sql;"
/usr/bin/mysql --user="root" --password="Zwkj@123Mysql" --execute="source $INITDIR/file/sql/tdengine-mysql-init.sql;"
/usr/bin/mysql --user="root" --password="Zwkj@123Mysql" --execute="source $INITDIR/file/sql/pay.sql;"
/usr/bin/mysql --user="root" --password="Zwkj@123Mysql" --execute="source $INITDIR/file/sql/unpay.sql;"
