启动MySQL出错: Starting MySQL….. ERROR! The server quit with

(2013-02-19 17:25:17)

转载▼

标签:

mysql

error

mysql_install_db

it

分类:Linux
linux下编译mysql后启动出错。
Starting MySQL….. ERROR! The server quit without updating PID file

解决办法:

上网查,说原因是没有初始化权限表。
根据网上我解决的方法:
cd /usr/local/webserver/
chown -R mysql.mysql . //最后这个点前面有空格
su - mysql //以mysql身份执行,因为默认mysql用户是不能登录的,所以转入mysql用户后,是bash提示符
cd /usr/local/webserver/mysql  //进入mysql目录
scripts/mysql_install_db  
再启动成功了。

转载于:https://blog.51cto.com/chao2013yue/1254355

启动MySQL出错: Starting MySQL….. ERROR! The server quit with相关推荐

  1. 启动mysql报错:ERROR! The server quit without updating PID file

    原因 换了新mac后,使用迁移助理迁移数据,迁移完成后,启动mysql报错: ▶ mysql.server startERROR! The server quit without updating P ...

  2. mysql服务启动失败 Starting MySQL. ERROR! The server quit without updating PID file

    [问题描述] 使用 service mysqld start 启动mysql服务失败,提示 Starting MySQL. ERROR! The server quit without updatin ...

  3. linux下mysql启动 Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid)

    linux下mysql启动 Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid) service my ...

  4. mysql启动之 Starting MySQL.. ERROR The server quit without updating PID file xs43254219216.pid

    亲测可用,若有疑问请私信 Starting MySQL.. ERROR! The server quit without updating PID file (/usr/local/mysql/dat ...

  5. Mysql 启动报错解析:Starting MySQL.. ERROR! The server quit without updating PID file (/usr/local/mysql/dat

    现象: root@centos74 ~]# service mysqld start Starting MySQL.. ERROR! The server quit without updating ...

  6. MySQL启动报:[ERROR] The server quit without updating

    [root@localhost mysql]# service mysql restart Starting MySQL...[ERROR] The server quit without updat ...

  7. MYSQL启动后报:ERROR! The server quit without updating PID file错误的问题解决

    注意:本文出自 "阿飞"的博客 ,如果要转载本文章,请与作者联系! 并注明来源: http://blog.csdn.net/faye0412/article/details/703 ...

  8. 解决 Starting MySQL ERROR The server quit without updating PID file

    服务器断电重启后mysql启动报错,记录一下解决方案 环境 mysql版本 5.7.21 服务器 Red Hat Enterprise Linux Server release 7.6 (Maipo) ...

  9. 已解决Starting MySQL... ERROR The server quit without updating PID file

    Linux服务器重启后启动MySQL报错,错误信息如下: Starting MySQL... ERROR! The server quit without updating PID file (/us ...

最新文章

  1. exgcd ---- 2020牛客多校第三场:[Fraction Construction Problem:exgcd+思维题]
  2. 堆、栈、自由存储区、全局/静态存储区、常量存储区比较
  3. pgsql 相关的命令
  4. Java反射原理剖析一
  5. java中删除字符串的头尾空白符。
  6. 银行卡睡眠多久才会被注销?
  7. css 旋转45_CSS教程——第14期
  8. 机器视觉:远心镜头使用规则
  9. 使用Java化简逻辑表达式
  10. 如何从零开始学python_《如》字意思读音、组词解释及笔画数 - 新华字典 - 911查询...
  11. 【懒懒的Python学习笔记四】
  12. AESECB加密算法 C 语言代码实现
  13. 【平衡车】PID控制原理到底如何理解?建议收藏!
  14. android 微信双服务,微信双开重大更新 微信最新版可双账号一键切换登陆了
  15. Vue 判断页面内图片是否渲染完成
  16. 个人隐私保护5:和 金士顿 DataTraveler Locker+加密盘优势比较
  17. Mysql莫名其妙的错误,语法没错却报语法错误
  18. vs环境下的 时间差值
  19. (已发布源码)图像修复——上下文编码器以及加入全局判别器的改进(Context Encoder and Global and Local Discriminator)
  20. IPSEC VPN 介绍

热门文章

  1. 3 ADO.NET跟踪日志
  2. Docker安装(Mac)
  3. mysql 如何查看constraint定义的的所有约束_MySQL:如何查看表上的所有约束?
  4. flutter doctor --android-licenses 报错解决方案
  5. Kali Linux安装VMware Tools
  6. Xamarin Essentials教程地理定位Geolocation
  7. 渗透脚本快速生成工具Intersect
  8. Wireshark数据抓包教程之安装Wireshark
  9. dw可以编辑java吗_为什么很多人说 Java 不适合编写桌面应用?
  10. mysql sqlserver 函数_等价于MySQL中的SQLServer函数SCOPE_IDENTITY()??mysql-问答-阿里云开发者社区-阿里云...