【发布时间】:2017-12-07 14:09:16
【问题描述】:
我需要在没有管理员访问权限的 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,但解决方案实际上并不是我需要的。
【问题讨论】: