1、tomcat启动成功,MySQL启动不成功。

root@userver02:/opt/zbox# ./zbox start

Start Apache success

Start Mysql fail. You can see the log /opt/zbox/logs/mysql_error.log

启动日志中的错误

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Using mutexes to ref count buffer pool pages

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: The InnoDB memory heap is disabled

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Compressed tables use zlib 1.2.3.4

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Using generic crc32 instructions

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2018-04-08 17:31:16 140518391293760 [Note] InnoDB: Completed initialization of buffer pool

2018-04-08 17:31:17 140518391293760 [Note] InnoDB: Highest supported file format is Barracuda.

2018-04-08 17:31:17 140518391293760 [Note] InnoDB: 128 rollback segment(s) are active.

2018-04-08 17:31:17 140518391293760 [Note] InnoDB: Waiting for purge to start

2018-04-08 17:31:17 140518391293760 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600829

2018-04-08 17:31:17 140517927745280 [Note] InnoDB: Dumping buffer pool(s) not yet started

2018-04-08 17:31:17 140518391293760 [Note] Plugin 'FEEDBACK' is disabled.

2018-04-08 17:31:17 140518391293760 [Note] Server socket created on IP: '127.0.0.1'.

2018-04-08 17:31:17 140517992728320 [Warning] InnoDB: Cannot open table mysql/gtid_slave_pos from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.

2018-04-08 17:31:17 140517927745280 [Note] InnoDB: Dumping buffer pool(s) not yet started

2018-04-08 17:31:17 140518391293760 [Note] Plugin 'FEEDBACK' is disabled.

2018-04-08 17:31:17 140518391293760 [Note] Server socket created on IP: '127.0.0.1'.

2018-04-08 17:31:17 140517992728320 [Warning] InnoDB: Cannot open table mysql/gtid_slave_pos from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.

2018-04-08 17:31:17 140517992728320 [Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1932: Table 'mysql.gtid_slave_pos' doesn't exist in engine

2018-04-08 17:31:17 140518391293760 [Note] /opt/zbox/run/mysql/mysqld: ready for connections.

Version: '10.1.22-MariaDB'  socket: '/opt/zbox/tmp/mysql/mysql.sock'  port: 3307  Source distribution

2018-04-08 18:09:05 140517992126208 [Note] /opt/zbox/run/mysql/mysqld: Normal shutdown

2018-04-08 18:09:05 140517992126208 [Note] Event Scheduler: Purging the queue. 0 events

2018-04-08 18:09:06 140517841041152 [Note] InnoDB: FTS optimize thread exiting.

2018-04-08 18:09:06 140517992126208 [Note] InnoDB: Starting shutdown...

2018-04-08 18:09:06 140517992126208 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool

2018-04-08 18:09:08 140517992126208 [Note] InnoDB: Shutdown completed; log sequence number 1600839

2018-04-08 18:09:08 140517992126208 [Note] /opt/zbox/run/mysql/mysqld: Shutdown complete

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Using mutexes to ref count buffer pool pages

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: The InnoDB memory heap is disabled

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Compressed tables use zlib 1.2.3.4

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Using generic crc32 instructions

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Initializing buffer pool, size = 128.0M

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Completed initialization of buffer pool

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Highest supported file format is Barracuda.

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: 128 rollback segment(s) are active.

2018-04-13 10:30:55 140504566159168 [Note] InnoDB: Waiting for purge to start

2018-04-13 10:30:55 140504566159168 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600839

2018-04-13 10:30:55 140504101189376 [Note] InnoDB: Dumping buffer pool(s) not yet started

2018-04-13 10:30:55 140504566159168 [Note] Plugin 'FEEDBACK' is disabled.

2018-04-13 10:30:55 140504566159168 [Note] Server socket created on IP: '127.0.0.1'.

2018-04-13 10:30:55 140504566159168 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use

2018-04-13 10:30:55 140504566159168 [ERROR] Do you already have another mysqld server running on port: 3306 ?

2018-04-13 10:30:55 140504566159168 [ERROR] Aborting

linux禅道8.1安装教程,Ubuntu 18.4安装禅道9.8.3 linux 64位一键版本相关推荐

  1. 安装教程rtx2080ti_Ubuntu 18.04安装NVIDIA(英伟达) RTX2080Ti显卡-Go语言中文社区

    Ubuntu 18.04安装NVIDIA(英伟达) RTX2080Ti显卡 在安装显卡之前请先把ubuntu 18.04系统提前安装好. 需要准备的资料: NVIDIA 驱动 下载驱动 驱动的下载地址 ...

  2. ubuntu linux显卡驱动安装教程,Ubuntu系统怎么安装英伟达显卡驱动呢 快速安装步骤详解...

    Ubuntu系统怎么安装英伟达显卡驱动呢?Ubuntu系统的电脑,显卡驱动都是默认的开源,并非官方驱动 在性能和功能方面,与官方驱动还是有差别的 下面介绍利用Ubuntu的驱动程序安装显卡官方驱动.需 ...

  3. linux ubuntu18.1安装教程,Ubuntu 18.04上Qmmp安装教程

    导读 Qmmp是Ubuntu或其他操作系统的Winamp替代品.它像Winamp一样具有最小的界面.Qmmp是一个开源的.免费的基于qm的多媒体播放器,它不仅适用于Ubuntu,还可以安装在ALT L ...

  4. linux安装vnc4server,Ubuntu 18.04安装vnc4server

    ubuntu 18.04自带的vino共享真是难用,gnome卡的一批而且感觉有bug,还是用vnc4server配合xfce来实现轻量级桌面的共享. 首先安装vnc4server和xfce sudo ...

  5. qq for linux安装教程,Ubuntu 12.04安装QQ for Linux

    最近把自己的笔记本安装了一个Ubuntu,现在的笔记本有2个系统.一个是Window XP,一个是Ubuntu 12.04.其实就是安装的双系统,因为自己工作是做.net开发,所以有时还需要使用vs2 ...

  6. 软件安装(五):Ubuntu 18.04安装Teamviewer 看一遍就会

    文章目录 下载软件 安装依赖 安装Teamviewer 下载软件 https://www.teamviewer.cn/cn/download/linux/ 找到ubuntu X86 64的下载链接 安 ...

  7. Ubuntu 18.04 安装过程记录

    Ubuntu 18.04 安装过程记录 目录 Ubuntu 18.04 安装过程记录 前言 安装步骤 制作启动U盘 分区与设置启动项 安装Ubuntu系统 Ubuntu系统换源 更改Windows启动 ...

  8. linux版本的qq怎么安装路径,Ubuntu 16.04安装QQ国际版图文详细教程

    因工作需要,我安装了Ubuntu 16.04,但是工作上的很多事情需要QQ联系,然而在Ubuntu上的WebQQ很是不好用,于是在网上搜索了好多个Linux版本的QQ,然而不是功能不全,就是界面丑到爆 ...

  9. 一看就懂的 安装完ubuntu 18.04后要做的事情和使用教程

    1.更改为阿里云的源 点击软件和更新 点击其他站点 点击选择其他服务器. 因为国内的服务器也有许多,此举选择最适合自己的.点击后等待一会儿 选择后确认并 重新载入即可 2.修改左侧栏图标点击为缩放命令 ...

最新文章

  1. Rancher 2.2.2 发布,优化 Kubernetes 集群运维
  2. HDU 4417 Super Mario
  3. ios php 推送测试工具,IOS PushNotification - IOS推送测试 PHP 版
  4. if you can not make a solid foundation
  5. Delphi 7下IGDIPlus库的使用
  6. 【No.4 变量作用域】
  7. SpringBoot使用数据库
  8. Linux安装ftp组件(vsftpd)
  9. HP惠普打印机双面打印及常规操作
  10. 【Ubuntu18.04安装搜狗中文输入法】
  11. 陕西移动宽带光猫 GM219-S 路由功能分离
  12. 微信 java抓取_【java】微信文章抓取
  13. facebook注册工具_如何打开Facebook的数据保护工具
  14. 冯森林:手机淘宝中的那些Web技术
  15. Nginx下同域部署多个Vue项目(history路由模式),报404、500错误
  16. 业务流程(学习笔记)
  17. 大数据统计大量股票开盘平均价和收盘平均价
  18. 全球软件开发语言排行榜2009年2月
  19. 优雅炫酷的WordPress 导航主题 适合做小众化导航站 源码下载
  20. 600度近视眼恢复方法_600度近视眼恢复方法有哪些

热门文章

  1. Python 标准库之 datetime
  2. 在pycharm中无法引入同一目录下的python文件
  3. python中的新式类与旧式类的一些基于descriptor的概念(上)
  4. ANSYS2020R2 Workbench汉化及高分屏适配
  5. docker通过镜像方式安装tomcat
  6. linux下yum错误:[Errno 14] problem making ssl connection Trying other mirror.
  7. tensorflow学习笔记(二十五):ConfigProtoGPU
  8. explain性能分析
  9. 全文翻译(二): TVM: An Automated End-to-End Optimizing Compiler for Deep Learning
  10. TVM性能评估分析(三)