MYSQL服务一键卸载

时间:2021-06-21 12:47:39
【文件属性】:
文件名称:MYSQL服务一键卸载
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-21 12:47:39
MYSQL卸载 卸载MYSQL VB一键卸载MYSQL服务 部分代码展示 VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 60 ClientTop = 450 ClientWidth = 4680 LinkTopic = "Form1" ScaleHeight = 3090 ScaleWidth = 4680 StartUpPosition = 3 '窗口缺省 End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Form_Load() Dim path As String path = App.path Shell ("net stop mysql") Shell ("""" & path & "\mysql\bin\mysqld"" -remove") Unload Me End Sub
【文件预览】:
MYSQL服务一键卸载程序.exe
工程1.vbw
Form1.frm
工程1.vbp

网友评论

  • 垃圾,不能用