Start MySQL Server as a service (Win 8)

前端 未结 4 1351
难免孤独
难免孤独 2020-12-28 10:01

I am trying out MySQL (Windows 8), with the workbench (gui) installed as well.

I am still in the installation / configuration process. I would like to create a new

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-28 10:34

    That's how I install mysqld:

    "e:\denwer\usr\local\mysql-1-5.5\my.ini" --install "mysqld" --defaults-file="e:\denwer\usr\local\mysql-5.5\my.ini"
    

    Also I ran command prompt as administrator.

提交回复
热议问题