站长网 MySql教程 mysql5.1怎样提升到5.6

mysql5.1怎样提升到5.6

本篇文章为大家展示了mysql5.1怎样升级到5.6,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。 卸载原有mysql版本 rpm -qa | grep -i mysql | xargs rpm -ev –nodeps 去官网下载最新的社区版mysql5.6版本 这个ta

本篇文章为大家展示了mysql5.1怎样升级到5.6,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。
 
卸载原有mysql版本
 
rpm -qa | grep -i mysql | xargs rpm -ev –nodeps
 
去官网下载最新的社区版mysql5.6版本
  
这个tar包里含有许多与MYSQL相关的安装包,需要哪个安装哪个,解压之后的包
 
mysql5.1怎样升级到5.6
 
安装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 'mysql' as: mysql
 
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.ndb_binlog_index                             
 
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
 
启动mysql进程
mysqld_safe &
 
上述内容就是mysql5.1怎样升级到5.6,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注亿速云行业资讯频道。

本文来自网络,不代表站长网立场,转载请注明出处:https://www.tzzz.com.cn/html/jc/mysql/2021/1218/40590.html

作者: dawei

【声明】:站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。
联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部