8 lines
233 B
Batchfile
8 lines
233 B
Batchfile
|
|
: Name: Stop MySQL File
|
||
|
|
: Created By: The Uniform Server Development Team
|
||
|
|
: Edited Last By: Olajide Olaolorun (empirex)
|
||
|
|
: Comment: none
|
||
|
|
: To Developers: none
|
||
|
|
|
||
|
|
@echo off
|
||
|
|
.\bin\mysqladmin.exe --user=root --password=root shutdown
|