安装Mysql软件的时候报错,如下:

[root@db bin]# ./mysql_install_db --basedir=/usr/local/mysql --datadir=/u01/app/mysql/data/ --user=mysql
2019-11-09 22:33:39 [WARNING] mysql_install_db is deprecated. Please consider switching to mysqld --initialize
2019-11-09 22:33:49 [WARNING] The bootstrap log isn't empty:
2019-11-09 22:33:49 [WARNING] 2019-11-09T14:33:39.288358Z 0 [Warning] --bootstrap is deprecated. Please consider using --initialize instead
2019-11-09T14:33:39.289083Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
2019-11-09T14:33:39.289096Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)

搞定系统的max_open_files限制

vi /etc/security/limits.conf ,最后面增加两行

* hard nofile 65535 PS:大于50000即可

* soft nofile 65535

最新文章

  1. Leetcode 笔记 98 - Validate Binary Search Tree
  2. WCF服务的异常消息
  3. Pycharm快捷方式
  4. jQuery – 3.JQuery的Dom操作
  5. Scala vs. Groovy vs. Clojure
  6. [解决]ASP.NET MVC 4/5 源码调试(source code debug)
  7. java.lang.String小测试
  8. C#遍历Object各个属性含List泛型嵌套。
  9. poj1220 (高精度任意进制转换)
  10. Grunt之学习历程(转自网上资源-整理自用)
  11. latex如何把目录页的页码去掉?
  12. SQL中采用Newtonsoft.Json处理json字符串
  13. 阿里CEO张勇:阿里蚂蚁20亿元扶持开发者
  14. 洛谷P4016负载平衡
  15. Weekly Contest 126
  16. Spring @Autowired注解在非Controller中注入为null
  17. 「SHOI2015」(LOJ2038)超能粒子炮・改
  18. c++沉思录 学习笔记 第六章 句柄(引用计数指针雏形?)
  19. form表单钩子,局部钩子和全局钩子
  20. PowerDesigner生成OOM时类名属性名转换

热门文章

  1. codeforces 620C
  2. 最大两队竞争值(暴力dfs)--牛客多校第二场
  3. 2019中山纪念中学夏令营-Day14 图论初步【dijkstra算法求最短路】
  4. 搭建集群版Eureka Server
  5. Linux 测试IP和端口是否能访问
  6. Springboot实现上传文件接口,使用python的requests进行组装报文上传文件的方法
  7. Codeforces 1190D. Tokitsukaze and Strange Rectangle
  8. Redis windows服务器配置可远程连接
  9. 学习笔记--APIO 2018 二分专题 By wuvin
  10. GitFlow入门