mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
优化mysql脚本
This commit is contained in:
parent
3962352ec3
commit
1401ce98d4
@ -1,7 +1,7 @@
|
|||||||
-- auto-generated definition
|
-- auto-generated definition
|
||||||
|
|
||||||
|
|
||||||
CREATE DATABASE `wvp` /*!40100 DEFAULT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin */;
|
CREATE DATABASE IF NOT EXISTS `wvp` /*!40100 DEFAULT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin */;
|
||||||
|
|
||||||
use wvp;
|
use wvp;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user