How to get “mysqlbinlog” utility for Ubuntu?












1















I can't find "mysqlbinlog" utility in my Ubuntu server, i can see mysql, mysqldump, mysqlshow etc... command line utilities but not mysqlbinlog utility.



Can someone please help me from where I can get this utility and install it?










share|improve this question



























    1















    I can't find "mysqlbinlog" utility in my Ubuntu server, i can see mysql, mysqldump, mysqlshow etc... command line utilities but not mysqlbinlog utility.



    Can someone please help me from where I can get this utility and install it?










    share|improve this question

























      1












      1








      1








      I can't find "mysqlbinlog" utility in my Ubuntu server, i can see mysql, mysqldump, mysqlshow etc... command line utilities but not mysqlbinlog utility.



      Can someone please help me from where I can get this utility and install it?










      share|improve this question














      I can't find "mysqlbinlog" utility in my Ubuntu server, i can see mysql, mysqldump, mysqlshow etc... command line utilities but not mysqlbinlog utility.



      Can someone please help me from where I can get this utility and install it?







      mysql mysql-5.5






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 1 '14 at 5:48









      Mahesh PatilMahesh Patil

      2,494919




      2,494919






















          4 Answers
          4






          active

          oldest

          votes


















          2














          mysqlbinlog utility is in mysql server package. You should try install mysql server.






          share|improve this answer
























          • @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

            – jynus
            Aug 1 '14 at 7:39











          • I am using TAR package and it's installed using "MySQL-Sandbox"

            – Mahesh Patil
            Aug 1 '14 at 9:11











          • Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

            – Mahesh Patil
            Aug 1 '14 at 9:12



















          1














          Try this



          cd /
          sudo find . -name mysqlbinlog


          however, if it's not in the same directory as your mysqldump &c., it sounds like something has gone wrong with your install and you should uninstall and reinstall.






          share|improve this answer































            0














            Probably you could try this command:



            $ whereis mysqlbinlog





            share|improve this answer

































              0














              sudo apt-get install mysql-utilities




              share








              New contributor




              Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                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%2f72897%2fhow-to-get-mysqlbinlog-utility-for-ubuntu%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                2














                mysqlbinlog utility is in mysql server package. You should try install mysql server.






                share|improve this answer
























                • @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                  – jynus
                  Aug 1 '14 at 7:39











                • I am using TAR package and it's installed using "MySQL-Sandbox"

                  – Mahesh Patil
                  Aug 1 '14 at 9:11











                • Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                  – Mahesh Patil
                  Aug 1 '14 at 9:12
















                2














                mysqlbinlog utility is in mysql server package. You should try install mysql server.






                share|improve this answer
























                • @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                  – jynus
                  Aug 1 '14 at 7:39











                • I am using TAR package and it's installed using "MySQL-Sandbox"

                  – Mahesh Patil
                  Aug 1 '14 at 9:11











                • Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                  – Mahesh Patil
                  Aug 1 '14 at 9:12














                2












                2








                2







                mysqlbinlog utility is in mysql server package. You should try install mysql server.






                share|improve this answer













                mysqlbinlog utility is in mysql server package. You should try install mysql server.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 1 '14 at 7:26









                Luke NguyenLuke Nguyen

                3642620




                3642620













                • @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                  – jynus
                  Aug 1 '14 at 7:39











                • I am using TAR package and it's installed using "MySQL-Sandbox"

                  – Mahesh Patil
                  Aug 1 '14 at 9:11











                • Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                  – Mahesh Patil
                  Aug 1 '14 at 9:12



















                • @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                  – jynus
                  Aug 1 '14 at 7:39











                • I am using TAR package and it's installed using "MySQL-Sandbox"

                  – Mahesh Patil
                  Aug 1 '14 at 9:11











                • Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                  – Mahesh Patil
                  Aug 1 '14 at 9:12

















                @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                – jynus
                Aug 1 '14 at 7:39





                @Mahesh Patil mysql-server-5.5 in precise of architecture amd64: packages.ubuntu.com/precise/amd64/mysql-server-5.5/filelist

                – jynus
                Aug 1 '14 at 7:39













                I am using TAR package and it's installed using "MySQL-Sandbox"

                – Mahesh Patil
                Aug 1 '14 at 9:11





                I am using TAR package and it's installed using "MySQL-Sandbox"

                – Mahesh Patil
                Aug 1 '14 at 9:11













                Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                – Mahesh Patil
                Aug 1 '14 at 9:12





                Thanks for your help. I will figure it out. MySQL should include important utilities with generic TAR package as well.

                – Mahesh Patil
                Aug 1 '14 at 9:12













                1














                Try this



                cd /
                sudo find . -name mysqlbinlog


                however, if it's not in the same directory as your mysqldump &c., it sounds like something has gone wrong with your install and you should uninstall and reinstall.






                share|improve this answer




























                  1














                  Try this



                  cd /
                  sudo find . -name mysqlbinlog


                  however, if it's not in the same directory as your mysqldump &c., it sounds like something has gone wrong with your install and you should uninstall and reinstall.






                  share|improve this answer


























                    1












                    1








                    1







                    Try this



                    cd /
                    sudo find . -name mysqlbinlog


                    however, if it's not in the same directory as your mysqldump &c., it sounds like something has gone wrong with your install and you should uninstall and reinstall.






                    share|improve this answer













                    Try this



                    cd /
                    sudo find . -name mysqlbinlog


                    however, if it's not in the same directory as your mysqldump &c., it sounds like something has gone wrong with your install and you should uninstall and reinstall.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Sep 5 '14 at 1:10









                    VéraceVérace

                    16.1k33550




                    16.1k33550























                        0














                        Probably you could try this command:



                        $ whereis mysqlbinlog





                        share|improve this answer






























                          0














                          Probably you could try this command:



                          $ whereis mysqlbinlog





                          share|improve this answer




























                            0












                            0








                            0







                            Probably you could try this command:



                            $ whereis mysqlbinlog





                            share|improve this answer















                            Probably you could try this command:



                            $ whereis mysqlbinlog






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Sep 4 '14 at 22:22









                            ypercubeᵀᴹ

                            77.5k11134216




                            77.5k11134216










                            answered Aug 1 '14 at 9:04









                            Wen RenWen Ren

                            1324




                            1324























                                0














                                sudo apt-get install mysql-utilities




                                share








                                New contributor




                                Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.

























                                  0














                                  sudo apt-get install mysql-utilities




                                  share








                                  New contributor




                                  Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.























                                    0












                                    0








                                    0







                                    sudo apt-get install mysql-utilities




                                    share








                                    New contributor




                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.










                                    sudo apt-get install mysql-utilities





                                    share








                                    New contributor




                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.








                                    share


                                    share






                                    New contributor




                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    answered 1 min ago









                                    Masayuki IshikawaMasayuki Ishikawa

                                    1




                                    1




                                    New contributor




                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.





                                    New contributor





                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






                                    Masayuki Ishikawa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






























                                        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%2f72897%2fhow-to-get-mysqlbinlog-utility-for-ubuntu%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

                                        SQL Server 17 - Attemping to backup to remote NAS but Access is denied

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

                                        Restoring from pg_dump with foreign key constraints