您好,登錄后才能下訂單哦!
本篇文章為大家展示了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 '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,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。