網頁

2014年10月27日 星期一

xampp

XAMPP與Skype Port衝突問題 Microsoft已決定停止MSN服務,全面改用Skype,但Skype預設會使用80及443這二個ports,使得開啟Skype時就不能使用Apache。

MySQL 返回:文档
#2002 - 服务器没有响应 (或者本地 MySQL 服务器的套接字没有正确配置) 


C:\xampp\phpMyAdmin\config.inc.php

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['host'] = 'localhost' ;//add
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'yourpwd';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;


MySQL 返回:文档
无法连接:无效的设置。 


phpmyadmin 提示“无法连接:无效的设置。”的解决方法

//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
phpmyadmin 的登陆方式有三种,分别是 config、cookie、http 以及 signon。
config 就是直接使用配置文件的信息登陆;
cookie 就是使用最广泛的普通登陆方式登陆;



Error when trying to access XAMPP from a network [closed]

Xampp讓phpmyadmin可以外部連入的方法!

http://yourip/xampp/ ( yourip ipconfig query)

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。