是否可以将MySQL作为服务运行

时间:2017-12-07 14:09:17

标签: mysql windows

我需要在没有管理员权限的Windows 7计算机上运行WAMP堆栈。 我设法让Apache运行不是作为服务而且我试图让MySQL正常运行。我已经尝试过SQLite,但它在Drupal安装时崩溃了。

有没有办法将MySQL 而不是作为服务运行?

我发现this explanation没有安装就让它运行,但得到错误:

mysqld: Could not create or access the registry key needed for the MySQL
application to log to the Windows EventLog. Run the application with sufficient 
privileges once to create the key, add the key manually, or turn off logging
for that application

我知道这里有another self-answered question,但解决方案实际上并不是我需要的。

1 个答案:

答案 0 :(得分:0)

有时候,您的机器上已经在运行MySQL服务器。请尝试以下步骤:

  1. 在搜索框中输入Services
  2. 找到MySQL服务,然后右键单击以停止它。
  3. 尝试在XAMPP或wampp中连接服务器。