Last_Error: Unable to use slave's temporary directory /var/tmp

mysql> SHOW SLAVE STATUS\G; 
*************************** 1. row ***************************
               Slave_IO_State: Waiting for master to send event
                  Master_Host: 192.168.199.151
                  Master_User: t1
                  Master_Port: 3306
                Connect_Retry: 60
              Master_Log_File: mysql-bin.000001
          Read_Master_Log_Pos: 151
               Relay_Log_File: t1-relay-bin.000001
                Relay_Log_Pos: 4
        Relay_Master_Log_File: 
             Slave_IO_Running: Yes
            Slave_SQL_Running: No
              Replicate_Do_DB: 
          Replicate_Ignore_DB: 
           Replicate_Do_Table: 
       Replicate_Ignore_Table: 
      Replicate_Wild_Do_Table: 
  Replicate_Wild_Ignore_Table: 
                   Last_Errno: 1
                   Last_Error: Unable to use slave's temporary directory /var/tmp  | - Can't read dir of '/var/tmp  |/' (Errcode: 2 - No such file or directory)
                 Skip_Counter: 0
          Exec_Master_Log_Pos: 0
              Relay_Log_Space: 562
              Until_Condition: None
               Until_Log_File: 
                Until_Log_Pos: 0
           Master_SSL_Allowed: No
           Master_SSL_CA_File: 
           Master_SSL_CA_Path: 
              Master_SSL_Cert: 
            Master_SSL_Cipher: 
               Master_SSL_Key: 
        Seconds_Behind_Master: NULL
Master_SSL_Verify_Server_Cert: No
                Last_IO_Errno: 0
                Last_IO_Error: 
               Last_SQL_Errno: 12
               Last_SQL_Error: Unable to use slave's temporary directory /var/tmp | - Can't read dir of '/var/tmp  |/' (Errcode: 2 - No such file or directory)
  Replicate_Ignore_Server_Ids: 
             Master_Server_Id: 11
                  Master_UUID: 3fb17f98-e5e3-11e5-a895-000c29c89983
             Master_Info_File: mysql.slave_master_info
                    SQL_Delay: 0
          SQL_Remaining_Delay: NULL
      Slave_SQL_Running_State: 
           Master_Retry_Count: 86400
                  Master_Bind: 
      Last_IO_Error_Timestamp: 
     Last_SQL_Error_Timestamp: 160309 19:33:03
               Master_SSL_Crl: 
           Master_SSL_Crlpath: 
           Retrieved_Gtid_Set: 
            Executed_Gtid_Set: 
                Auto_Position: 1
1 row in set (0.00 sec)

ERROR: 

No query specified

环境:

centos 6.5 

mysql 5.6.10 

主 ---主----从---从---从

也适用:

主----------从

主从切换之后,出现上面问题:

解决:

vim /etc/my.cnf

basedir = /usr/local/mysql
datadir = /mydata/data
#slave_load_tmpdir = /var/tmp       #注释
#tmpdir = /var/tmp                             #注释
pid-file = /mydata/data/t1.pid
socket=/tmp/mysql.sock
port=3306
# read_rnd_buffer_size = 2M 

mysql出问题,找不到问题排错建议:

先看 主机名.err ,然后再思考my.cnf配置参数,建议精通。

对应此文章答案:

http://blog.csdn.net/u010098331/article/details/50837688(问题答案)

时间: 2024-10-02 20:34:48

Last_Error: Unable to use slave's temporary directory /var/tmp的相关文章

未解决Unable to use slave's temporary directory /tmp - Can't create/write to file '/tmp/SQL_LOAD-' (Err

  Login / Register Developer Zone Bugs Home Report a bug Statistics Advanced search Saved searches Tags Bug #62055 Race condition in check_temp_dir() from multiple mysqld instances Submitted: 2 Aug 2011 10:24 Modified: 19 Dec 2011 1:29 Reporter: Yosh

centos7升级ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave

centos7中某次升级后,发现许多软件无法播放声音了.为解决问题,在终端打开firefox,播放网页中声音时,出现提示: ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave 感觉是pulseaudio的问题,重新安装pulseaudio,问题依旧.用rpm -qa | grep alsa检查,发现只有这三个包: alsa-lib-1.0.27.2-3.el7.x86_64 alsa-tools-firmware-1

如何修复 Ubuntu 中的“Unable to lock the administration directory (/var/lib/dpkg/)”

在 Ubuntu 或者它的衍生版如 Linux Mint(我已经作为日常工作使用的系统)中使用 apt-get 命令或者其相对更新的APT 管理工具时,你可能会在命令行中看到一个 unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误. 这个错误尤其对那些对这个错误原因不了解的 Linux(Ubuntu)新手而言更加恼人. 下面是一个例子,展示了出现在 Ubuntu

修复 Ubuntu 中“Unable to lock the administration directory (/var/lib/dpkg/)”的

在 Ubuntu 或者它的衍生版如 Linux Mint(我已经作为日常工作使用的系统)中使用 apt-get 命令或者其相对更新的APT 管理工具时,你可能会在命令行中看到一个 unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误. 这个错误尤其对那些对这个错误原因不了解的 Linux(Ubuntu)新手而言更加恼人. 下面是一个例子,展示了出现在 Ubuntu

Unable to resolve target 'android-i'

 导入旧版本的安卓开发程序时,会提示 Unable to resolve target 'android-i'  错误,而且有些文件会提示import java.* cannot resolved,这是旧版本的安卓sdk和现在的的不一致造成的. 方法是:修改工程project.properties中的target=17改为当前版本,如target=18即可 如何查看当前sdk版本: 进入sdk\tools点击android.bat查看即可.

uwp - 解决使用EntityFramework时报错“unable to load dll 'sqlite3':the specified module could not be found”

原文:uwp - 解决使用EntityFramework时报错"unable to load dll 'sqlite3':the specified module could not be found" 在使用uwp的ef过程中碰到一万个问题快折腾死我了,好在最后终于解决掉所有问题,但愿如此,因为在这之前先后发生不同的报错,不知道后面还会碰到新的问题不. 其中一个问题是这样的,生成能正常生成,但是启动程序后在运行到:"db.Database.Migrate();"

SharePoint 2013 Error - TypeError: Unable to get property 'replace' of undefined or null reference

错误信息 TypeError: Unable to get property 'replace' of undefined or null referenceTypeError: Unable to get property 'replace' of undefined or null reference TypeError: Unable to get property 'replace' of undefined or null referenceTypeError: Unable to g

xmodmap: unable to open display '' Error: Couldn't connect to XServer passing null display

/********************************************************************************* * xmodmap: unable to open display '' Error: Couldn't connect to XServer passing null display * 说明: * fluxbox窗口管理器通过startx无法执行起来. * * 2017-12-19 深圳 南山平山村 曾剑锋 **********

wordpress无法安装这个包。: PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file 'C:\WINDOWS\TEMP/wordpress-4.tmp'

朋友的wp博客好久没管理了,让ytkah帮忙打理一下,进到后台发现版本还是3.9的,那是比较早以前的版本了,早该升级了. 在升级wordpress时出现以下错误: 无法安装这个包: PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file 'C:\Windows\TEMP/wordpress-4.tmp' 从错误本身来看,在升级wordpress或者安装插件的时候将临时文件存储在系统C:\Windows\TEMP,当没有这个文件夹或权限不够的时候就会