XAMPP localhost未以管理员权限运行

时间:2015-08-27 22:44:28

标签: apache xampp

在我的XAMPP控制面板上,日志说明了这个

23:39:22  [main]    Initializing Control Panel
23:39:22  [main]    Windows Version: Windows 8  64-bit
23:39:22  [main]    XAMPP Version: 5.6.3
23:39:22  [main]    Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]
23:39:22  [main]    You are not running with administrator rights! This will work for
23:39:22  [main]    most application stuff but whenever you do something with services
23:39:22  [main]    there will be a security dialogue or things will break! So think 
23:39:22  [main]    about running this application with administrator rights!
23:39:22  [main]    XAMPP Installation Directory: "c:\xampp\"
23:39:22  [main]    Checking for prerequisites
23:39:22  [main]    All prerequisites found
23:39:22  [main]    Initializing Modules
23:39:22  [Apache]  XAMPP Apache is already running on port 80
23:39:22  [Apache]  XAMPP Apache is already running on port 443
23:39:22  [mysql]   XAMPP MySQL is already running on port 3306
23:39:22  [main]    Starting Check-Timer
23:39:22  [main]    Control Panel Ready

我想知道如何更改管理员权限,因为我的代码目前无效。我过去6个月一直在使用XAMPP,之前从未遇到过这个问题。它只在今天首次出现,我没有访问任何配置文件。我的代码也不是问题,因为我的团队正在使用共享git存储库,而其他所有人都在XAMPP上运行完全相同的代码,并且他们没有遇到这些问题,并且XAMPP控制面板日志中没有出现相同的消息。 / p>

3 个答案:

答案 0 :(得分:8)

Aslam的答案是正确的,尽管您可能想要一个永久的解决方案。为此,请遵循以下过程:

  1. 在Windows中右键单击Xampp的菜单项(通常从何处启动Xampp)。

  2. 在出现的菜单中单击“打开文件位置”。那应该带您到Xampp可执行文件/二进制文件的快捷方式(最有可能是“ C:\ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs \ XAMPP”之类的东西)

  3. 右键单击此快捷方式,然后选择“属性”(菜单栏上可能有一个“属性”图标-如果是,请单击该图标)。

  4. 如果还没有,请单击“属性”中的“快捷方式”选项卡。

  5. 点击“高级”按钮
  6. 在打开的对话框中,选中“以管理员身份运行”旁边的框
  7. 点击确定,保存,应用等-一直到最后。

答案 1 :(得分:4)

右键单击xampp图标,然后单击以管理员身份运行

答案 2 :(得分:0)

同时按下 Windows-Key 和 R(即 Windows-Key+R),在弹出窗口中输入以下内容,这是指向您的 Xampp.exe 的路径:C:\xampp\xampp-control.exe。同时按下 ControlShiftEnter(即 Ctrl + Shift + Enter)。这将启动具有管理员权限的 Xammp。干杯!