import to mysql5.7.17 old version mysql5.1 mysqldumpHow to upgrade MySQL to newer version on existing...

How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?

Probability X1 ≥ X2

Are all power cords made equal?

Performance and power usage for Raspberry Pi in the Stratosphere

What happened to Hermione’s clothing and other possessions after she wiped her parents’ memories of her?

Do the speed limit reductions due to pollution also apply to electric cars in France?

Neglect higher order derivatives in expression

show notifications of new e-mails without displaying the content

Connecting to SMTP server from AWS Lambda

Is it possible to detect 100% of SQLi with a simple regex?

What could cause an entire planet of humans to become aphasic?

Is there any danger of my neighbor having my wife's signature?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Why is Shelob considered evil?

Was Opportunity's last message to Earth "My battery is low and it's getting dark"?

How can guns be countered by melee combat without raw-ability or exceptional explanations?

How can I keep my gold safe from other PCs?

Is it really OK to use "because of"?

How to regain lost focus?

Coworker asking me to not bring cakes due to self control issue. What should I do?

Protagonist constantly has to have long words explained to her. Will this get tedious?

Is this Article About Possible Mirrored Universe Junk Science?

Why can't I set the 'prototype' of a function created using 'bind'?

Isn't a semicolon (';') needed after a function declaration in C++?



import to mysql5.7.17 old version mysql5.1 mysqldump


How to upgrade MySQL to newer version on existing databaseHas anyone ran into this replication breaking bug before?Low Cardinality of Index performing better than High Cardinality?Upgrading MySql 5.1 to MySql 5.5Upgrading MySql 5.1 to MySql 5.5Very poor MySQL query performance after upgrading from server-5.5 to server-5.6Copying MySQL Raw Data Files for Master-Slave Replication and GTIDsMigrate MySQL 3.23 DataMySQL create user incorrectly updates user tableRestoring a WordPress site from WAMP with only .ibd and .frm files, into a new WAMP with … .myd and .myi files?













0















http://mysqlserverteam.com/upgrading-directly-from-mysql-5-0-to-5-7-with-



I think no matter there import old dump to new version 5.7.17 and do mysql_upgrade. That also safety method .



The article was written 2 years ago.
I wonder if even now I must do like that upgrade step by step?










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Nov 3 '17 at 20:49


This question came from our site for professional and enthusiast programmers.














  • 1





    Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

    – tadman
    Nov 2 '17 at 16:48











  • so ,do you mean not enough mysql_upgrade

    – void
    Nov 3 '17 at 2:37











  • I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

    – tadman
    Nov 3 '17 at 16:02
















0















http://mysqlserverteam.com/upgrading-directly-from-mysql-5-0-to-5-7-with-



I think no matter there import old dump to new version 5.7.17 and do mysql_upgrade. That also safety method .



The article was written 2 years ago.
I wonder if even now I must do like that upgrade step by step?










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Nov 3 '17 at 20:49


This question came from our site for professional and enthusiast programmers.














  • 1





    Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

    – tadman
    Nov 2 '17 at 16:48











  • so ,do you mean not enough mysql_upgrade

    – void
    Nov 3 '17 at 2:37











  • I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

    – tadman
    Nov 3 '17 at 16:02














0












0








0








http://mysqlserverteam.com/upgrading-directly-from-mysql-5-0-to-5-7-with-



I think no matter there import old dump to new version 5.7.17 and do mysql_upgrade. That also safety method .



The article was written 2 years ago.
I wonder if even now I must do like that upgrade step by step?










share|improve this question














http://mysqlserverteam.com/upgrading-directly-from-mysql-5-0-to-5-7-with-



I think no matter there import old dump to new version 5.7.17 and do mysql_upgrade. That also safety method .



The article was written 2 years ago.
I wonder if even now I must do like that upgrade step by step?







mysql






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 2 '17 at 16:41







void












bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Nov 3 '17 at 20:49


This question came from our site for professional and enthusiast programmers.









migrated from stackoverflow.com Nov 3 '17 at 20:49


This question came from our site for professional and enthusiast programmers.










  • 1





    Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

    – tadman
    Nov 2 '17 at 16:48











  • so ,do you mean not enough mysql_upgrade

    – void
    Nov 3 '17 at 2:37











  • I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

    – tadman
    Nov 3 '17 at 16:02














  • 1





    Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

    – tadman
    Nov 2 '17 at 16:48











  • so ,do you mean not enough mysql_upgrade

    – void
    Nov 3 '17 at 2:37











  • I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

    – tadman
    Nov 3 '17 at 16:02








1




1





Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

– tadman
Nov 2 '17 at 16:48





Maybe? Possibly? Try it on a test server and find out. It normally depends on what database features you've made use of. I've had migrations that were painless, others that were a pain in the butt.

– tadman
Nov 2 '17 at 16:48













so ,do you mean not enough mysql_upgrade

– void
Nov 3 '17 at 2:37





so ,do you mean not enough mysql_upgrade

– void
Nov 3 '17 at 2:37













I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

– tadman
Nov 3 '17 at 16:02





I mean if you're using features that were removed or fundamentally changed you will have problems, but if it's just basic table data you're probably fine.

– tadman
Nov 3 '17 at 16:02










1 Answer
1






active

oldest

votes


















0














Plan A: Take a dump of 5.1 data (with a new mysqldump if practical). Then load it onto a freshly installed 5.7.



Plan B: Upgrade in place 5.5, run its mysql_upgrade, and test. Repeat to get to 5.6. Repeat again to 5.7. Each time you would be running a new mysql_upgrade.



Since there are 3 "major" upgrades, there are many things that might cause hiccups (with either Plan). Or it might go smoothly.



The article is an old one, and the advice had not changed substantively in perhaps 15 years.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "182"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f190082%2fimport-to-mysql5-7-17-old-version-mysql5-1-mysqldump%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown
























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Plan A: Take a dump of 5.1 data (with a new mysqldump if practical). Then load it onto a freshly installed 5.7.



    Plan B: Upgrade in place 5.5, run its mysql_upgrade, and test. Repeat to get to 5.6. Repeat again to 5.7. Each time you would be running a new mysql_upgrade.



    Since there are 3 "major" upgrades, there are many things that might cause hiccups (with either Plan). Or it might go smoothly.



    The article is an old one, and the advice had not changed substantively in perhaps 15 years.






    share|improve this answer




























      0














      Plan A: Take a dump of 5.1 data (with a new mysqldump if practical). Then load it onto a freshly installed 5.7.



      Plan B: Upgrade in place 5.5, run its mysql_upgrade, and test. Repeat to get to 5.6. Repeat again to 5.7. Each time you would be running a new mysql_upgrade.



      Since there are 3 "major" upgrades, there are many things that might cause hiccups (with either Plan). Or it might go smoothly.



      The article is an old one, and the advice had not changed substantively in perhaps 15 years.






      share|improve this answer


























        0












        0








        0







        Plan A: Take a dump of 5.1 data (with a new mysqldump if practical). Then load it onto a freshly installed 5.7.



        Plan B: Upgrade in place 5.5, run its mysql_upgrade, and test. Repeat to get to 5.6. Repeat again to 5.7. Each time you would be running a new mysql_upgrade.



        Since there are 3 "major" upgrades, there are many things that might cause hiccups (with either Plan). Or it might go smoothly.



        The article is an old one, and the advice had not changed substantively in perhaps 15 years.






        share|improve this answer













        Plan A: Take a dump of 5.1 data (with a new mysqldump if practical). Then load it onto a freshly installed 5.7.



        Plan B: Upgrade in place 5.5, run its mysql_upgrade, and test. Repeat to get to 5.6. Repeat again to 5.7. Each time you would be running a new mysql_upgrade.



        Since there are 3 "major" upgrades, there are many things that might cause hiccups (with either Plan). Or it might go smoothly.



        The article is an old one, and the advice had not changed substantively in perhaps 15 years.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 4 '17 at 2:03









        Rick JamesRick James

        42.9k22259




        42.9k22259






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Database Administrators Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f190082%2fimport-to-mysql5-7-17-old-version-mysql5-1-mysqldump%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

            Always On Availability groups resolving state after failover - Remote harden of transaction...

            Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...