初始化SQL更新
parent
756ec57b90
commit
cc5a0bc140
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
初始化会删除全部数据,并且没有备份,请注意使用
|
-- 初始化会删除全部数据,并且没有备份,请注意使用
|
||||||
|
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;
|
||||||
|
flush privileges;
|
||||||
set sql_safe_updates=0;
|
set sql_safe_updates=0;
|
||||||
delete from md_bin;
|
delete from md_bin;
|
||||||
delete from md_cus;
|
delete from md_cus;
|
||||||
|
@ -38,4 +39,4 @@ delete from wm_to_up;
|
||||||
delete from wm_to_up_goods;
|
delete from wm_to_up_goods;
|
||||||
delete from wm_to_down_goods;
|
delete from wm_to_down_goods;
|
||||||
delete from wm_to_move_goods;
|
delete from wm_to_move_goods;
|
||||||
delete from wm_stt_in_goods;
|
delete from wm_stt_in_goods;
|
||||||
|
|
Loading…
Reference in New Issue