MySQL 5.6.36怎么升级到5.6.40
发布时间:2021-12-21 11:18:48 所属栏目:MySql教程 来源:互联网
导读:这篇文章主要介绍MySQL 5.6.36怎么升级到5.6.40,在日常操作中,相信很多人在MySQL 5.6.36怎么升级到5.6.40问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答MySQL 5.6.36怎么升级到5.6.40的疑惑有所帮助!接下来,请跟着小编一
这篇文章主要介绍“MySQL 5.6.36怎么升级到5.6.40”,在日常操作中,相信很多人在MySQL 5.6.36怎么升级到5.6.40问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”MySQL 5.6.36怎么升级到5.6.40”的疑惑有所帮助!接下来,请跟着小编一起来学习吧! 1、将版本为5.6.40的mysqld拷贝到本地/usr/local/mysql/bin目录下 2、将版本为5.6.40的错误码文件errmsg.sys拷贝到本地/usr/local/mysql/share/english/目录下 3、关闭本地MySQL服务 mysqladmin -uroot -p shutdown 4、启动MySQL /usr/local/mysql/bin/mysqld_safe --defaults-file=/etc/my.cnf & [1] 872 [root@oneproxy software]# 180612 10:09:23 mysqld_safe Logging to '/mysql/data/oneproxy.err'. 180612 10:09:23 mysqld_safe Starting mysqld daemon with databases from /mysql/data 5、验证数据库版本以及可用性 [root@oneproxy software]# mysql -uroot -pmysql Warning: Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 1 Server version: 5.6.40 Source distribution Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or 'h' for help. Type 'c' to clear the current input statement. 到此,关于“MySQL 5.6.36怎么升级到5.6.40”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧! (编辑:好传媒网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |