8 lines
226 B
Batchfile
8 lines
226 B
Batchfile
|
|
: Name: Start MySQL File
|
||
|
|
: Created By: The Uniform Server Development Team
|
||
|
|
: Edited Last By: Olajide Olaolorun (empirex)
|
||
|
|
: Comment: none
|
||
|
|
: To Developers: none
|
||
|
|
|
||
|
|
@echo off
|
||
|
|
.\bin\mysqld-opt.exe --defaults-file=my-small.cnf
|