问题描述: ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to this MySQL server 首先网上的问题大部分是远程登陆MySQL,用户Ip没有权限,用本机登陆增加权限.但是我的就是本地都进不去... 安装的是官网的mysql免安装版 https://dev.mysql.com/downloads/mysql/ 安装mysql的艰辛历程: (1)免安装版,https://dev.mysql.com/dow
windows系统电脑,我们如果想访问本机部署的项目,通常使用的是localhost来指向本机,但是有时候发现不行,我们不妨打开资源管理器,C:\Windows\System32\drivers\etc\,文本编辑器在管理员权限下打开,看看 # localhost name resolution is handled within DNS itself.下面是不是有这两项, # ::1 localhost # 127.0.0.1 localhost
using System; using System.Collections.Generic; using System.Text; using System.Net; //需要引用.Net命名空间 namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //获得主机名 string H