`
kevin.wang
  • 浏览: 249274 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

mysql could not be resolved: Temporary failure in name resolution

    博客分类:
  • DB
阅读更多
新安装的mysql,程序初始建立连接要花费10秒,
查询mysql error日志,发现
。。。 could not be resolved: Temporary failure in name resolution

经网上分享,如下操作

在mysql的配置文件my.cnf中
[mysqld]
节点添加下面两行
skip-host-cache
skip-name-resolve

重启服务service mysql restart
分享到:
评论

相关推荐

    mysql could not be resolved: Name or service not known

    在使用MySQL数据库的过程中,可能会遇到“mysql could not be resolved: Name or service not known”的警告,这通常是由于MySQL在尝试反向解析客户端IP地址时失败导致的。这个问题与MySQL配置中的`skip-name-...

    Android NDK *** could not be resolved

    在Android开发过程中,遇到"Android NDK *** could not be resolved"这样的错误,通常是由于NDK配置问题或项目构建过程中的依赖解析失败所导致的。NDK(Native Development Kit)是Google提供的一套工具,用于在...

    分享一下Mysql常见的几个错误问题及解决方法

    1.120119 16:26:04 [Warning] IP address ‘192.168.1.10’ could not be resolved: Name or service not known 2.120119 16:26:04 [Warning] IP address ‘192.168.1.14’ could not be resolved: Name or service ...

    error_prone_annotations-2.0.18-API文档-中英对照版.zip

    赠送jar包:error_prone_annotations-2.0.18.jar; 赠送原API文档:error_prone_annotations-2.0.18-javadoc.jar; 赠送源代码:error_prone_annotations-2.0.18-sources.jar; 赠送Maven依赖信息文件:error_prone_...

    ua-parser-1.3.0.jar.rar

    ua-parser-1.3.0.jar,现在maven中http://maven.twttr.com/ua_parser/ua-parser/1.3.0/ua-parser-1.3.0.pom下载不下来。

    jmxri-1.2.1 和 jmxtools-1.2.1.rar

    Could not resolve dependencies for project ****:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.sun.jdmk:jmxtools:jar:1.2.1, com.sun.jmx:jmxri:jar:1.2.1: Could not transfer ...

    Eclipse中出现Type 'xxxx' could not be resolved简单粗暴的处理方法.pdf

    在Eclipse开发环境中,有时会遇到"Type 'xxxx' could not be resolved"这样的错误提示,这意味着Eclipse无法找到代码中引用的类型或类。这个问题通常是由于缺少必要的库引用、项目构建路径设置不正确或者头文件缺失...

    javax.media.jai.jar

    《Java媒体工具包(JAI)详解》 Java Media Framework (JMF) 和 Java Advanced Imaging (JAI) 是Java平台上处理多媒体数据的核心组件。本文将深入探讨JAI,特别是其核心库`javax.media.jai.jar`,以及与之相关的`...

    导入工程的“The import android cannot be resolved”错误解决方法

    在进行Android应用开发时,尤其是使用Eclipse作为集成开发环境(IDE)时,开发者可能会遇到一个常见的错误:“The import android cannot be resolved”。这个错误通常发生在尝试导入或打开一个已存在的Android项目...

    ORA-29541: class SYS.oracle/jpub/runtime/dbws/DbwsProxy could not be resolved

    NULL 博文链接:https://lyh7609.iteye.com/blog/516672

    jmxtools jmxri-1.2.1.jar

    Could not resolve dependencies for project ****:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.sun.jdmk:jmxtools:jar:1.2.1, com.sun.jmx:jmxri:jar:1.2.1: Could not transfer ...

    pinyin4j-2.5.0.jar下载

    《pinyin4j-2.5.0.jar:Java与Kotlin中的拼音处理库》 在Java和Kotlin编程中,处理汉字转拼音的需求时有发生,比如在搜索引擎的关键词提取、文本排序或中文输入法的实现等场景。为此,开发者们常常需要借助一些专门...

    Missing artifact com.oracle:ojdbc6:jar:11.2.0.1.0问题解决 ojdbc包pom.xml出错

    <!-- oracle数据库驱动 --> ... <artifactId>ojdbc6  <version>11.2.0.1.0 ...1.首先确定你是否有安装oracle,如果有安装的话,找到ojdbc6.jar包 ...D:\app\Administrator\product\11.2.0\dbhome_1\jdbc\lib\ojdbc6...

    C# 服务器发送邮件失败实例分析

    —> System.Net.WebException: The remote name could not be resolved: ‘smtp.163.com’ 分析: 邮件发送相关端口 首先说下邮件发送的端口:25/465/587 25端口 25端口是为SMTP协议服务开放的,是这三个端口中最...

    The import com.loopj cannot be resolved 的解决方案

    在编程过程中,我们时常会遇到各种编译错误,其中一种常见的问题是"The import com.loopj cannot be resolved"。这个错误信息表明你的项目无法找到`com.loopj`包,这通常是由于缺少必要的库文件导致的。`com.loopj`...

    maven的配置文件

    可以用来解决 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for

    关于创建maven web项目Could not calculate build plan

    1.环境 win10 ...Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failure to transfer org.apache.maven

    maven-jpbc:jPBC Maven 存储库未维护

    JPBC 2.0.0 Maven 仓库 <repository> <id>lambdaupb.jpbc.fake</id> <name>UNMAINTAINED jPBC maven repository</name> <url>https://raw.github.com/lambdaupb/maven-jpbc/master/</url></repository> 没有 jpbc-...

    jar.zip解决The import javax.crypto cannot be resolved

    然而,有时在开发过程中,我们可能会遇到"The import javax.crypto cannot be resolved"这样的错误提示,这意味着编译器无法找到这个包或者其依赖的库。这通常是由于JDK的默认配置中未包含某些安全相关的扩展,如...

Global site tag (gtag.js) - Google Analytics