How to get “mysqlbinlog” utility for Ubuntu?
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
add a comment |
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
add a comment |
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
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
mysql mysql-5.5
asked Aug 1 '14 at 5:48
Mahesh PatilMahesh Patil
2,494919
2,494919
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
mysqlbinlog utility is in mysql server package. You should try install mysql server.
@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
add a comment |
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.
add a comment |
Probably you could try this command:
$ whereis mysqlbinlog
add a comment |
sudo apt-get install mysql-utilities
New contributor
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
mysqlbinlog utility is in mysql server package. You should try install mysql server.
@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
add a comment |
mysqlbinlog utility is in mysql server package. You should try install mysql server.
@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
add a comment |
mysqlbinlog utility is in mysql server package. You should try install mysql server.
mysqlbinlog utility is in mysql server package. You should try install mysql server.
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
add a comment |
@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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Sep 5 '14 at 1:10
VéraceVérace
16.1k33550
16.1k33550
add a comment |
add a comment |
Probably you could try this command:
$ whereis mysqlbinlog
add a comment |
Probably you could try this command:
$ whereis mysqlbinlog
add a comment |
Probably you could try this command:
$ whereis mysqlbinlog
Probably you could try this command:
$ whereis mysqlbinlog
edited Sep 4 '14 at 22:22
ypercubeᵀᴹ
77.5k11134216
77.5k11134216
answered Aug 1 '14 at 9:04
Wen RenWen Ren
1324
1324
add a comment |
add a comment |
sudo apt-get install mysql-utilities
New contributor
add a comment |
sudo apt-get install mysql-utilities
New contributor
add a comment |
sudo apt-get install mysql-utilities
New contributor
sudo apt-get install mysql-utilities
New contributor
New contributor
answered 1 min ago
Masayuki IshikawaMasayuki Ishikawa
1
1
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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