Ubuntu下安装MySQL出现FATAL ERROR: Could not find mysqld的处理错误信息:
#./bin/mysql_install_db –user=mysqlFATAL ERROR: Could not find mysqldThe following directories were searched:/usr/libexec
/usr/sbin
/usr/binIf you compiled from source, you need to run ‘make install’to copy the software into the correct location ready for operation.If you are using a binary release, you must either be at the top of the level of the extracted archivem or pass the –basedir option pointing to that location.解决办法:
scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql
(这里mysql是所使用的用户名,basedir是mysql的安装目录)Ubuntu 9.10 下安装MySQLMySQL中修理特殊不可见uft8字符相关资讯 mysql Ubuntu教程
- Ubuntu教程 - 使用Ubuntu拷贝CD和 (12/18/2013 14:38:16)
- MySQL Administrator连接VMWare下 (05/24/2013 09:20:58)
- MySQL 5.1.68 发布 (02/05/2013 08:37:47)
| - 数据库服务器 MySQL (08/15/2013 06:50:23)
- MySQL 5.6 GA 及逃亡潮 (02/08/2013 14:36:35)
- 完美安装Ubuntu 12.10最新AMD显卡 (11/27/2012 08:17:47)
|
本文评论 查看全部评论 (0)