MySQL 修改数据库的Schema方法

话很少说,直接上脚本。mysql #!/bin/bash new_database="new_db" ori_database="origin_db" database_password="newpass" mysql -uroot -p$database_password -e "create database if not exists $new_database" list_table=$
相关文章
相关标签/搜索