如何落伍 | 站长俱乐部 | 落伍预告 | 落伍分类 | 站长运营 | 站长赚钱 | 免费代码 | 现金任务 | 人才招聘 | 落伍DIY | 帐号异常申诉! | 站长工具
推荐:图铃+艺术签名效果强!年底暴利,淘宝CPC1000ip/50元弹窗,点击,自定义多种广告 强力推荐:签名+Q号.无线金玉
天寻租用699/月 空间30/月赠CDN域名1元 空间10元 真百独999起!独立IP空间 免费赠送CDN 180¥起51联盟轻松月赚1万!(信誉第一)
挚盟:签名+杀毒+考考你英拓0元送机托管活动服务器也可以合租188每月10M独享租用550元-合租80/月
DNSPod智能DNS,我们一直在免费莆阳E7200/2G/250G 月付699元双线独立IP主机 上海电信托管4500腾佑丽水电信10G高防,租用599元/月起
发新话题
打印

[Unix/Linux] Linux下mysql问题

Linux下mysql问题

我之前是打算改下my.cnf,设置了默认字符集.

然后重启MySQL就启动不了啦..

显示错误信息:
引用:
[root@localhost ~]# /etc/rc.d/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL:  [FAILED]
错误日志:
引用:
080412 08:44:18  mysqld started
080412  8:44:18 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 304 error messages,
but it should contain at least 476 error messages.
Check that the above file is the right version for this program!
080412  8:44:18 [ERROR] Aborting

080412 08:44:18  mysqld ended
我现在又把my.cnf恢复到默认了,还是启动不了MySQL。

我用 vi my.cnf 指令打开 my.cnf 文件。怎么看到的只有这些:
引用:
[root@flashad etc]# vi my.cnf

#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
顺便问一下...之前我登陆SSH都是显示的 root@localhost ,现在确是 root@flashad 。
why?


————————————————————————————
我QQ:53426
Welcome, search engine! Please go to 绿色软件下载

TOP

这个问题可以联系 QQ 733905 来帮助您,请将本帖地址发给他

TOP

重启下看

TOP

发新话题