本篇文章为大家展示了mysql5.1怎样升级到5.6,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。
卸载原有MysqL版本
rpm -qa | grep -i MysqL | xargs rpm -ev --nodeps
去官网下载最新的社区版MysqL5.6版本
官网地址:www.MysqL.com
这个tar包里含有许多与MysqL相关的安装包,需要哪个安装哪个,解压之后的包
安装MysqL的服务器端和客户端
rpm -ivh MysqL-server-5.6.35-1.el6.x86-64.rpm
rpm -ivh MysqL-client-5.6.35-1.el6.x86_64.rpm
安装完之后,将/var/lib/myql目录下的ib*文件重命名或拷贝出来
升级数据库
[root@msl3 ~]# MysqL_upgrade --protocol=tcp -P3306 -p
Enter password:
Looking for 'MysqLcheck' as: MysqLcheck
Running 'MysqLcheck' with connection arguments: '--protocol=tcp' '--port=3306'
Warning: Using a password on the command line interface can be insecure.
Running 'MysqLcheck' with connection arguments: '--protocol=tcp' '--port=3306'
Warning: Using a password on the command line interface can be insecure.
MysqL.columns_priv
MysqL.db
MysqL.event
MysqL.func
MysqL.general_log
MysqL.help_category
MysqL.help_keyword
MysqL.help_relation
MysqL.help_topic
MysqL.host
MysqL.plugin
MysqL.proc
MysqL.procs_priv
MysqL.servers
MysqL.slow_log
MysqL.tables_priv
MysqL.time_zone
MysqL.time_zone_leap_second
MysqL.time_zone_name
MysqL.time_zone_transition
MysqL.time_zone_transition_type
MysqL.user
Running 'MysqL_fix_privilege_tables'...
Warning: Using a password on the command line interface can be insecure.
Running 'MysqLcheck' with connection arguments: '--protocol=tcp' '--port=3306'
Warning: Using a password on the command line interface can be insecure.
Running 'MysqLcheck' with connection arguments: '--protocol=tcp' '--port=3306'
Warning: Using a password on the command line interface can be insecure.
OK
上述内容就是MysqL5.1怎样升级到5.6,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注编程之家行业资讯频道。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。