Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to upgrade MySQL 5.6.36 to 5.6.40

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to upgrade MySQL 5.6.36 to 5.6.40". In daily operation, I believe many people have doubts about how to upgrade MySQL 5.6.36 to 5.6.40. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about how to upgrade MySQL 5.6.36 to 5.6.40! Next, please follow the editor to study!

1. Copy the version 5.6.40 mysqld to the local / usr/local/mysql/bin directory

2. Copy the error code file errmsg.sys with version 5.6.40 to the local / usr/local/mysql/share/english/ directory

3. Disable the local MySQL service

Mysqladmin-uroot-p shutdown

4. Start 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. Verify the database version and availability

[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.

At this point, the study on "how to upgrade MySQL 5.6.36 to 5.6.40" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report