Install MySQL in Ubuntu for XAMPP in 14.04
I was having problem since some time using XAMPP. In terminal the MySQL starts as normal but when it comes to app, it saying MySQL stopped working. So I removed MySQL and hope installing it again will fix the issue. please share the command for install MySQL in Ubuntu 14.04.
software-installation mysql xampp
add a comment |
I was having problem since some time using XAMPP. In terminal the MySQL starts as normal but when it comes to app, it saying MySQL stopped working. So I removed MySQL and hope installing it again will fix the issue. please share the command for install MySQL in Ubuntu 14.04.
software-installation mysql xampp
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
Just to make sure: The server is up, right?sudo service mysql start
.
– Alex
May 4 '14 at 4:37
1
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41
add a comment |
I was having problem since some time using XAMPP. In terminal the MySQL starts as normal but when it comes to app, it saying MySQL stopped working. So I removed MySQL and hope installing it again will fix the issue. please share the command for install MySQL in Ubuntu 14.04.
software-installation mysql xampp
I was having problem since some time using XAMPP. In terminal the MySQL starts as normal but when it comes to app, it saying MySQL stopped working. So I removed MySQL and hope installing it again will fix the issue. please share the command for install MySQL in Ubuntu 14.04.
software-installation mysql xampp
software-installation mysql xampp
edited May 16 '14 at 0:08
Clayton
1,2201026
1,2201026
asked May 4 '14 at 0:38
user227495user227495
1,15652743
1,15652743
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
Just to make sure: The server is up, right?sudo service mysql start
.
– Alex
May 4 '14 at 4:37
1
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41
add a comment |
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
Just to make sure: The server is up, right?sudo service mysql start
.
– Alex
May 4 '14 at 4:37
1
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
Just to make sure: The server is up, right?
sudo service mysql start
.– Alex
May 4 '14 at 4:37
Just to make sure: The server is up, right?
sudo service mysql start
.– Alex
May 4 '14 at 4:37
1
1
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41
add a comment |
1 Answer
1
active
oldest
votes
Try:
$ sudo apt-get install phpadmin
Then access your phpmyadmin service with this web link (firefox):
http://localhost/phpmyadmin/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f460316%2finstall-mysql-in-ubuntu-for-xampp-in-14-04%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
Try:
$ sudo apt-get install phpadmin
Then access your phpmyadmin service with this web link (firefox):
http://localhost/phpmyadmin/
add a comment |
Try:
$ sudo apt-get install phpadmin
Then access your phpmyadmin service with this web link (firefox):
http://localhost/phpmyadmin/
add a comment |
Try:
$ sudo apt-get install phpadmin
Then access your phpmyadmin service with this web link (firefox):
http://localhost/phpmyadmin/
Try:
$ sudo apt-get install phpadmin
Then access your phpmyadmin service with this web link (firefox):
http://localhost/phpmyadmin/
answered May 16 '14 at 1:28
L. D. JamesL. D. James
18.8k43889
18.8k43889
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f460316%2finstall-mysql-in-ubuntu-for-xampp-in-14-04%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
Followed this guide and reinstalled MySQL. Still MySQL starts in the terminal and stop on XAMPP UI. Even restarting does not work. The used to install MysQL is : archanaschangale.wordpress.com/2013/08/23/…
– user227495
May 4 '14 at 0:54
To be sure, I restarted the PC and went on with XAMPP > phpmyadmin only to get this error message " Error MySQL said: Documentation #2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed."
– user227495
May 4 '14 at 1:18
Just to make sure: The server is up, right?
sudo service mysql start
.– Alex
May 4 '14 at 4:37
1
It was working fine before. Suddenly this issue popped up
– user227495
May 4 '14 at 4:41