How to install MySQL on Ubuntu with a particular IP address on a particular port?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-2
down vote

favorite












How do I install MySQL on ubuntu 14.04 with the bind address as a particular IP address on port 1723?







share|improve this question
















  • 1




    I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
    – Ned64
    Mar 24 at 18:14






  • 1




    @Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
    – Hauke Laging
    Mar 25 at 11:12










  • @HaukeLaging That's right. And sad.
    – Ned64
    Mar 25 at 16:52














up vote
-2
down vote

favorite












How do I install MySQL on ubuntu 14.04 with the bind address as a particular IP address on port 1723?







share|improve this question
















  • 1




    I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
    – Ned64
    Mar 24 at 18:14






  • 1




    @Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
    – Hauke Laging
    Mar 25 at 11:12










  • @HaukeLaging That's right. And sad.
    – Ned64
    Mar 25 at 16:52












up vote
-2
down vote

favorite









up vote
-2
down vote

favorite











How do I install MySQL on ubuntu 14.04 with the bind address as a particular IP address on port 1723?







share|improve this question












How do I install MySQL on ubuntu 14.04 with the bind address as a particular IP address on port 1723?









share|improve this question











share|improve this question




share|improve this question










asked Mar 24 at 16:49









Sampad Mund

305




305







  • 1




    I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
    – Ned64
    Mar 24 at 18:14






  • 1




    @Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
    – Hauke Laging
    Mar 25 at 11:12










  • @HaukeLaging That's right. And sad.
    – Ned64
    Mar 25 at 16:52












  • 1




    I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
    – Ned64
    Mar 24 at 18:14






  • 1




    @Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
    – Hauke Laging
    Mar 25 at 11:12










  • @HaukeLaging That's right. And sad.
    – Ned64
    Mar 25 at 16:52







1




1




I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
– Ned64
Mar 24 at 18:14




I thinks it is one question how to install a package like MySQL. My guess is that you have done that or can do so. Maybe you want to ask: How do I configure MySQL to listen on a particular port? (NB: Security by obscurity does not work, please google this.)
– Ned64
Mar 24 at 18:14




1




1




@Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
– Hauke Laging
Mar 25 at 11:12




@Ned64 The main problem of the question is that it takes 10 seconds to get the answer from a search engine.
– Hauke Laging
Mar 25 at 11:12












@HaukeLaging That's right. And sad.
– Ned64
Mar 25 at 16:52




@HaukeLaging That's right. And sad.
– Ned64
Mar 25 at 16:52










1 Answer
1






active

oldest

votes

















up vote
5
down vote



accepted










This configuration typically happens in my.cnf, which is usually is /etc/my.cnf or /etc/mysql/my.cnf.



 [mysqld]
bind-address = 127.0.0.1
port = 3306


Edit the configuration file specifying your values and restart the MySQL server.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433284%2fhow-to-install-mysql-on-ubuntu-with-a-particular-ip-address-on-a-particular-port%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    5
    down vote



    accepted










    This configuration typically happens in my.cnf, which is usually is /etc/my.cnf or /etc/mysql/my.cnf.



     [mysqld]
    bind-address = 127.0.0.1
    port = 3306


    Edit the configuration file specifying your values and restart the MySQL server.






    share|improve this answer
























      up vote
      5
      down vote



      accepted










      This configuration typically happens in my.cnf, which is usually is /etc/my.cnf or /etc/mysql/my.cnf.



       [mysqld]
      bind-address = 127.0.0.1
      port = 3306


      Edit the configuration file specifying your values and restart the MySQL server.






      share|improve this answer






















        up vote
        5
        down vote



        accepted







        up vote
        5
        down vote



        accepted






        This configuration typically happens in my.cnf, which is usually is /etc/my.cnf or /etc/mysql/my.cnf.



         [mysqld]
        bind-address = 127.0.0.1
        port = 3306


        Edit the configuration file specifying your values and restart the MySQL server.






        share|improve this answer












        This configuration typically happens in my.cnf, which is usually is /etc/my.cnf or /etc/mysql/my.cnf.



         [mysqld]
        bind-address = 127.0.0.1
        port = 3306


        Edit the configuration file specifying your values and restart the MySQL server.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 24 at 22:52









        arcsin

        845




        845






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433284%2fhow-to-install-mysql-on-ubuntu-with-a-particular-ip-address-on-a-particular-port%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay