VPS侦探论坛

 找回密码
 注册
查看: 4344|回复: 2

[Oracle] mysql可以正常启动,可是mysql错误日志却有错误信息提示

[复制链接]
发表于 2018-5-16 20:33:47 | 显示全部楼层 |阅读模式

这是我的错误信息
180516 20:27:04 [Note] Plugin 'FEDERATED' is disabled.
180516 20:27:04 InnoDB: The InnoDB memory heap is disabled
180516 20:27:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180516 20:27:04 InnoDB: Compressed tables use zlib 1.2.8
180516 20:27:04 InnoDB: Initializing buffer pool, size = 512.0M
180516 20:27:04 InnoDB: Completed initialization of buffer pool
180516 20:27:04 InnoDB: highest supported file format is Barracuda.
180516 20:27:04  InnoDB: Waiting for the background threads to start
180516 20:27:05 InnoDB: 5.5.56 started; log sequence number 1595675
180516 20:27:05 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
180516 20:27:05 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
180516 20:27:05 [Note] Server socket created on IP: '0.0.0.0'.
180516 20:27:05 [Note] Event Scheduler: Loaded 0 events
180516 20:27:05 [Note] /usr/local/mysql/bin/mysqld: ready for connections.
Version: '5.5.56-log'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution


==========my.cnf配置信息=======
root@jingmian:/var/log/mysql# cat /etc/my.cnf
[client]
#password
= your_password
port
= 3306
socket
= /tmp/mysql.sock

[mysqld]
port
= 3306
socket
= /tmp/mysql.sock
datadir = /usr/local/mysql/var
skip-external-locking
key_buffer_size = 128M
max_allowed_packet = 1M
table_open_cache = 512
sort_buffer_size = 2M
net_buffer_length = 8K
read_buffer_size = 2M
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 32M
thread_cache_size = 64
query_cache_size = 64M
tmp_table_size = 64M
log_error =/var/log/mysql/errormysql.log

#skip-networking
max_connections = 500
max_connect_errors = 100
open_files_limit = 65535

log-bin=mysql-bin
binlog_format=mixed
server-id
= 1
expire_logs_days = 10

default_storage_engine = InnoDB
innodb_file_per_table = 1
innodb_data_home_dir = /usr/local/mysql/var
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /usr/local/mysql/var
innodb_buffer_pool_size = 512M
innodb_additional_mem_pool_size = 2M
innodb_log_file_size = 128M
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

#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
# As of 5.1 you can enable the log at runtime!
#general_log_file        = /var/log/mysql/mysql.log
#general_log             = 1
#
# Error log - should be very few entries.
#
#log_error =/tmp/errormysql.log


[myisamchk]
key_buffer_size = 128M
sort_buffer_size = 2M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout


每次重启服务器,都会提示以上错误,这是什么意思
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2018-5-17 09:13:54 | 显示全部楼层


没看到上面日志里有错误信息
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2018-6-3 10:26:09 | 显示全部楼层

谢谢


问题已经解决,谢谢

[ 本帖最后由 cs5117155 于 2018-6-3 10:29 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-4-30 01:43 , Processed in 0.026020 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表