start_maxkey_db.bat 680 B

12345678910111213141516171819
  1. @echo off
  2. call set_maxkey_env.bat
  3. echo == Dont close Window while MySQL is running ==
  4. echo == MySQL is trying to start ==
  5. echo == Please wait ... ==
  6. echo == MySQL is starting with configration: ==
  7. echo == maxkey-mysql\mysql\my.ini ==
  8. echo ===============================================================================
  9. maxkey_mysql\bin\mysqld --defaults-file=maxkey_mysql\my.ini --standalone --console
  10. if errorlevel 1 goto error
  11. goto finish
  12. :error
  13. :finish