Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Browse to your 在命令行中定位到您的 MySQL's bin folder 文件夹 (e.g. C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32\bin) in your command prompt .
  2. Execute the following

    执行以下语句

    Code Block
    mysqld --install
  3. You will get the following when service is installed successfully

    看到以下提示代表服务已安装成功.

    Code Block
    Service successfully installed.
    You may verify it by going to your Windows's List of Services

    您可以在 Windows 服务列表中验证
    Image Modified
    Image Modified

You may encounter error 1067 while trying to start up the service. Possible reasons/solutions are当您启动服务时可能会遇到错误 1067. 可能的原因是:-

  1. Incorrect

    错误的 basedir

    value

     值.

    Edit

    编辑 my.ini

    to include full path to your MySQL folder

     填入完整的MySQL文件夹路径.

    Code Block
    basedir="C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32"
  2. Incorrect

    错误的 my.ini

    file loaded. Try to include the full path to the

     文件加载. 在创建的服务中试着填写完整的路径在 my.ini

    file in creating Windows service

     文件中.

    Code Block
    mysqld --install MySQL --defaults-file=C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32\my.ini

For more information, please refer to 更多信息, 请参考 MySQL - Starting MySQL as a Windows Service