出处:http://bugs.mysql.com/bug.php?id=18403

Description:
- I downloaded the binary file “Standard 5.0.19” of “Linux (non RPM package)”
- Later, I executed the following commands (such as suggested in the documentation - http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html): shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-mysql-VERSION-OS mysql
shell> cd mysql
[root@... mysql]# scripts/mysql_install_db –user=mysql
[root@... mysql]# scripts/mysql_install_db --user=mysql
Installing all prepared tables
Fill help tables To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h panthro.THUNDERA password 'new-password'
See the manual for more instructions. NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command! You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests Please report any problems with the ./bin/mysqlbug script! The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com [root@... mysql]# chown -R root .
[root@... mysql]# chown -R mysql data
[root@... mysql]# chgrp -R mysql .
[root@... mysql]# bin/mysqld_safe --user=mysql &
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
060321 12:10:28 mysqld ended [the pc was processing during some minutes, but I didn't got reply... So, I press <ENTER>]
[1]+ Done bin/mysqld_safe –user=mysql
[root@panthro mysql]# The message created in log file is:
060321 12:12:21 mysqld started
060321 12:12:22 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
060321 12:12:22 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 36808.
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
060321 12:12:22 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
060321 12:12:22 InnoDB: Started; log sequence number 0 43655
060321 12:12:22 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 13)
060321 12:12:22 [ERROR] Can't start server: can't create PID file: Permission denied
060321 12:12:22 mysqld ended How to repeat:
The bug can be repeated executing the same commands I executed. This is detailed in description of the problem above.
Suggested fix:
I don't know.... but I think it's related with any configuration PATH or permission.
Thank you for a problem report. Please, send the results of the following commads:

ls -l /var/run
ls -l /var/run/mysqld I think, it is not a bug, but just a result of call with "-user=mysql"...
 
Thank you for a problem report. Please, send the results of the following commads:

ls -l /var/run
ls -l /var/run/mysqld I think, it is not a bug, but just a result of call with "-user=mysql"...
[23 Mar 2006 17:47] Aquila Chaves
The results of the commands are:
ls -l /var/run
ls -l /var/run/mysqld [aquila@panthro ~]$ ls -l /var/run
total 264
srw-rw-rw- 1 root root 0 Mar 23 14:39 acpid.socket
-rw-r--r-- 1 root root 5 Mar 23 14:39 atd.pid
-rw-r--r-- 1 root root 5 Mar 23 14:38 auditd.pid
drwxr-xr-x 2 root root 4096 Mar 23 14:39 console
-rw-r--r-- 1 root root 5 Mar 23 14:39 crond.pid
-rw-r--r-- 1 root root 5 Mar 23 14:39 cups-config-daemon.pid
-rw-r--r-- 1 root root 5 Mar 23 14:39 cupsd.pid
drwxr-xr-x 2 root root 4096 Mar 23 14:39 dbus
-rw-r--r-- 1 root root 5 Mar 23 14:39 gdm.pid
-rw-r--r-- 1 root root 5 Mar 23 14:39 gpm.pid
-rw-r--r-- 1 root root 5 Mar 23 14:39 haldaemon.pid
-rw------- 1 root root 5 Mar 23 14:38 klogd.pid
drwx------ 2 root root 4096 May 16 2005 mdadm
drwx------ 2 root root 4096 May 16 2005 mdmpd
-rw-r--r-- 1 nobody root 5 Mar 23 14:39 mDNSResponder.pid
-rw-r--r-- 1 root root 5 Mar 23 14:39 messagebus.pid
drwxr-xr-x 2 root root 4096 Mar 21 10:51 mysqld
drwxrwx--- 2 named named 4096 May 17 2005 named
drwxrwxr-x 2 root root 4096 May 25 2005 netreport
-rw-r--r-- 1 root root 5 Mar 23 14:39 nifd.pid
drwxr-xr-x 2 root root 4096 May 30 2005 nscd
drwxr-xr-x 2 root root 4096 Nov 2 2004 ppp
drwxr-xr-x 2 pvm pvm 4096 Mar 8 2005 pvm3
-rw-r--r-- 1 rpcuser rpcuser 5 Mar 23 14:38 rpc.statd.pid
drwxr-xr-x 2 root root 4096 Apr 13 2005 saslauthd
drwxrwxr-x 2 root screen 4096 Feb 23 13:48 screen
-rw-r--r-- 1 root root 5 Mar 23 14:39 sshd.pid
drwx------ 4 root root 4096 Jan 18 13:24 sudo
-rw------- 1 root root 5 Mar 23 14:38 syslogd.pid
drwx------ 2 root root 4096 May 23 2005 usb
-rw-rw-r-- 1 root utmp 4992 Mar 23 14:40 utmp
drwxr-xr-x 2 root root 4096 May 2 2005 winbindd
-rw-r--r-- 1 root root 6 Mar 23 14:39 xfs.pid and.... [aquila@panthro ~]$ ls -l /var/run/mysqld
total 0 Any answer??
Thank
[26 Apr 2006 15:08] Valeriy Kravchuk
Sorry for a long delay with this bug report. Please, try to repeat with a newer version, 5.0.20a, and inform about the results.
[26 May 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[5 Jun 2006 19:16] Amit Chopra
I downloads 5.0.22 for Linux (x86, glibc-2.2, "standard" is static, gcc), and I see the same problem. I followed the summary steps listed in the beginning of the INSTALL-BINARY file.
[4 Sep 2006 14:41] Radhakrishnan Mani
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-mysql-VERSION-OS mysql
shell> cd mysql
[root@... mysql]# scripts/mysql_install_db –user=mysql
[root@... mysql]# scripts/mysql_install_db --user=mysql
Installing all prepared tables
Fill help tables To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h panthro.THUNDERA password 'new-password'
See the manual for more instructions. NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command! You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests Please report any problems with the ./bin/mysqlbug script! The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com [root@... mysql]# chown -R root .
[root@... mysql]# chown -R mysql data
[root@... mysql]# chgrp -R mysql .
[root@... mysql]# bin/mysqld_safe --user=mysql &
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
060321 12:10:28 mysqld ended [the pc was processing during some minutes, but I didn't got reply... So, I
press <ENTER>]
[1]+ Done bin/mysqld_safe –user=mysql
[root@panthro mysql]# The message created in log file is:
060321 12:12:21 mysqld started
060321 12:12:22 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
060321 12:12:22 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 36808.
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
060321 12:12:22 InnoDB: Starting an apply batch of log records to the
database...
InnoDB: Progress in percents: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
060321 12:12:22 InnoDB: Started; log sequence number 0 43655
060321 12:12:22 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file
'/var/run/mysqld/mysqld.pid' (Errcode: 13)
060321 12:12:22 [ERROR]
[16 Sep 2006 12:58] Valeriy Kravchuk
All reporters:

Please, try to repeat again with latest 5.0.24a binaries. In case of same behaviour, please, send exact URL used to download.
[4 Oct 2006 4:03] matt mcglynn
I have reproduced this problem using the mysql-5.0.24a.tar.gz source distribution, building on FreeBSD 5.4-RELEASE.

Specific problems:
1- `bin/mysql_install_db --user=mysql` reports no errors but does *not* create any files under /usr/local/mysql/var/mysql/ (meaning, the grants tables don't appear to exist) 2- `bin/mysqld_safe` errors out:
root@itx# bin/mysqld_safe
Starting mysqld daemon with databases from /usr/local/mysql/var
STOPPING server from pid file /usr/local/mysql/var/itx.sitefoundry.com.pid
061003 20:45:13 mysqld ended The log under mysql/var/[hostname].err shows many lines of InnoDB messages, and then:
061003 20:51:09 [ERROR] /usr/local/mysql/libexec/mysqld: Can't create/write to file '/usr/local/mysql/var/itx.sitefoundry.com.pid' (Errcode: 13)
061003 20:51:09 [ERROR] Can't start server: can't create PID file: Permission denied I've also tried passing mysqld_safe a different --pid-file with equally bad results: 061003 20:54:52 [ERROR] /usr/local/mysql/libexec/mysqld: Can't create/write to file '/var/run/mysqld' (Errcode: 13)
061003 20:54:52 [ERROR] Can't start server: can't create PID file: Permission denied
061003 20:54:52 mysqld ended
[13 Oct 2006 15:12] Valeriy Kravchuk
All reporters:

Please, try to repeat again with latest 5.0.26 binaries.
[17 Oct 2006 1:41] David Lee
I had this same problem while restoring a database from a backup to a new server.  The problem is as originally guessed ... that is the mysql us being run with -user=mysql ... but the /var/run/mysql directory is owned by root.

Do this

chown mysql /var/run/mysql

This solved my identical problem
[14 Nov 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[16 Nov 2006 10:02] [ name withheld ]
I saw the same problem too and found that there was a my.cnf file already in /etc.So i knew that it was because i chose the standard packages when installing operating system, by doing this some files of mysql would be created.
Then i replaced /etc/my.cnf with mysql-install-directory/support-files/my-large.cnf,and go on in the following steps:
[root@... mysql]# scripts/mysql_install_db --user=mysql
[root@... mysql]# chown -R root .
[root@... mysql]# chown -R mysql data
[root@... mysql]# chgrp -R mysql .
[root@... mysql]# bin/mysqld_safe --user=mysql &
[16 Nov 2006 10:02] [ name withheld ]
I saw the same problem too and found that there was a my.cnf file already in /etc.So i knew that it was because i chose the standard packages when installing operating system, by doing this some files of mysql would be created.
Then i replaced /etc/my.cnf with mysql-install-directory/support-files/my-large.cnf,and go on in the following steps:
[root@... mysql]# scripts/mysql_install_db --user=mysql
[root@... mysql]# chown -R root .
[root@... mysql]# chown -R mysql data
[root@... mysql]# chgrp -R mysql .
[root@... mysql]# bin/mysqld_safe --user=mysql &
[8 Mar 2009 13:38] khalid khalifa
Hi, I had the same issue. What i did is instead of the commane line: shown -R mysql . i used this: shown mysql full-path-to-mysql-binaries

best luck.

Error with mysqld_safe的更多相关文章

  1. MySQL PXC构建一个新节点只需IST传输的方法

    需求场景:原有的pxc环境数据量已经比较大,新买的服务器要加入此集群中,如何让其用IST的方式传输,而不是SST. PXC传输数据有两种方式: IST: Incremental State Trans ...

  2. Ubuntu中安装DiscuzX2

    http://blog.csdn.net/kevin_ysu/article/details/7452938 一.Apache的安装 Apache作为一个功能强大的Web程序,自然是架建Web服务器的 ...

  3. 构建 MariaDB Galera Cluster 分布式数据库集群(二)

    MariaDB的安装 构建 MariaDB Galera Cluster之前,首先安装MariaDB,本文使用的版本是10.1 1.环境准备 主机: MariaDB01(192.168.56.102) ...

  4. 10 个 MySQL 经典错误【转】

    Top 1:Too many connections(连接数过多,导致连接不上数据库,业务无法正常进行) 问题还原 mysql> show variables like '%max_connec ...

  5. 【3.3】mysql中的Federated存储引擎,远程表,相当于sql server的linked server

    MySQL中针对不同的功能需求提供了不同的存储引擎.所谓的存储引擎也就是MySQL下特定接口的具体实现. FEDERATED是其中一个专门针对远程数据库的实现.一般情况下在本地数据库中建表会在数据库目 ...

  6. mysql小白系列_02 mysql源码安装标准化

    问题: 1.为什么数据目录和日志目录需要分开? 2.如何标准化配置多实例?(例如:一台物理主机上部署3306与3307两个实例) 3.详细描述MySQL编译安装的过程(截图安装步骤) 1.为什么数据目 ...

  7. Ubuntu mysql安装与使用

    Ubuntu 下安装 mysql 运行下面的shell代码 #安装mysql sudo apt-get -y install mysql-server sudo apt-get -y install ...

  8. [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist 160913 02:11:21 mysqld_safe mysqld from pid file /tmp/mysql.pid ended

    -- :: [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0 -- :: [Warning] InnoDB: New ...

  9. Starting MySQL ERROR! Couldn't find MySQL server (/usr/local/mysql/bin/mysqld_safe)

    centos7.5 安装mysql数据库报错 问题: [root@db04-54 scripts]# /etc/init.d/mysqld start /etc/init.d/mysqld: line ...

随机推荐

  1. EntityFramework6 用 PostgreSQL

    开篇 1.这是自己第一篇博客,希望能够坚持下去.. 2.可能技术比较初级,大神看不下的话,多鼓励.. 3.开发环境为 vs2013,.net framework 4.5; 开始 1.安装entityf ...

  2. SQL Server安全性专题一:简介

    原文:SQL Server安全性专题一:简介 一. 安全威胁与法则 1. 安全定义 2. 安全威胁 3. 安全法则 安全定义: 在SQLServer环境中,安全性可以认为是[数据保护].包括:  数 ...

  3. SQL Server 优化存储过程的七种方法

    原文:SQL Server 优化存储过程的七种方法 优化存储过程有很多种方法,下面介绍最常用的7种. 1.使用SET NOCOUNT ON选项 我们使用SELECT语句时,除了返回对应的结果集外,还会 ...

  4. Scala 专题指南

    Scala 专题教程-Case Class和模式匹配 Scala 专题教程-Case Class和模式匹配(1):简单的演示样例 Scala 专题教程-Case Class和模式匹配(2): 模式的种 ...

  5. linux 字符界面浏览器 w3m(转)

    最近找到了几个linux终端下使用的浏览器,主要用来测试本机web服务器是否搭建成功.因为我们一般是用ssh客户端连接linux的,所以很需要一个字符界面的浏览器.找了几个显示都不理想,只有w3m用起 ...

  6. JavaScript的隐式转换

    原文:JavaScript的隐式转换 JavaScript的数据类型分为六种,分别为null,undefined,boolean,string,number,object.object是引用类型,其它 ...

  7. Linux init详解(转)

    Linux init详解 一.什么是INIT: init是Linux系统操作中不可缺少的程序之一. 所谓的init进程,它是一个由内核启动的用户级进程. 内核自行启动(已经被载入内存,开始运行,并已初 ...

  8. 汉高澳大利亚sinox接口捆绑经典winxp,全面支持unicode跨语言处理

    用qtconfig(或者qtconfig-qt4)设置字体后,汉澳sinox视窗界面以跟winxp媲美的界面出现,爽心悦目. 并且视窗使用非常稳定.非常少出现死机无响应现象,堪称完美. 引入unico ...

  9. 【LeetCode】 String中的最长回文

    java 普通版: 1.正序遍历数组,取得子字符串的首字母. 2.倒序遍历数组,取的子字符串的尾字母. (这样仅仅要在子循环中第一个出现回文,那么该回文肯定是本次循环的最长的回文) 3.新增数据结构, ...

  10. Android-支付宝快捷支付

    支付宝的快捷支付Android版业务流程比較麻烦,出现的意外情况比較多.在此,简单说下开发流程以及出现错误的解决方式; 1.注冊支付业务.这里不在赘述.建立数据安全传输所须要的私钥公钥,这里採用的是R ...