How to completely uninstall phpMyAdmin?
PhpmyadminController handler class cannot be loaded
This comes up when I go to my website.com/phpmyadmin even though I have completely uninstalled phpmyadmin and reinstalled about 5 times and this still comes up.
phpmyadmin
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
PhpmyadminController handler class cannot be loaded
This comes up when I go to my website.com/phpmyadmin even though I have completely uninstalled phpmyadmin and reinstalled about 5 times and this still comes up.
phpmyadmin
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
PhpmyadminController handler class cannot be loaded
This comes up when I go to my website.com/phpmyadmin even though I have completely uninstalled phpmyadmin and reinstalled about 5 times and this still comes up.
phpmyadmin
PhpmyadminController handler class cannot be loaded
This comes up when I go to my website.com/phpmyadmin even though I have completely uninstalled phpmyadmin and reinstalled about 5 times and this still comes up.
phpmyadmin
phpmyadmin
asked Jul 12 '15 at 20:18
Randomguy55Randomguy55
114
114
bumped to the homepage by Community♦ 7 hours 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♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
To really clean up everything you need to purge a package, otherwise your configuration will be kept and the package is only deleted.
Try
sudo dpkg --purge phpmyadmin
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
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%2f647637%2fhow-to-completely-uninstall-phpmyadmin%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
To really clean up everything you need to purge a package, otherwise your configuration will be kept and the package is only deleted.
Try
sudo dpkg --purge phpmyadmin
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
add a comment |
To really clean up everything you need to purge a package, otherwise your configuration will be kept and the package is only deleted.
Try
sudo dpkg --purge phpmyadmin
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
add a comment |
To really clean up everything you need to purge a package, otherwise your configuration will be kept and the package is only deleted.
Try
sudo dpkg --purge phpmyadmin
To really clean up everything you need to purge a package, otherwise your configuration will be kept and the package is only deleted.
Try
sudo dpkg --purge phpmyadmin
answered Jul 12 '15 at 21:05
thedlerthedler
1064
1064
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
add a comment |
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
PhpmyadminController handler class cannot be loaded still comes up at mywebsite.com/phpmyadmin after using sudo dpkg --purge phpmyadmin
– Randomguy55
Jul 12 '15 at 21:08
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
This means you access your website mywebsite.com/phpmyadmin via browser and then you'll see the error? Then have a look in your web browser <document root directory>/phpmyadmin or look at your web browser's configuration if 'phpmyadmin' is an alias to another directory. In this directory there is still some index.php file that wants to load phpmyadmin but because it is deleted can not be loaded. Every new installation will not touch your browser configuration because it is already changed.
– thedler
Jul 12 '15 at 21:20
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
Yes I access my website via browser and I see the error, could you explain in more detail what I need to do (I'm very new to this.)
– Randomguy55
Jul 12 '15 at 21:29
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
And also this error still happens even if phpMyAdmin is installed, no matter what I do it won't go away
– Randomguy55
Jul 12 '15 at 21:32
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
Ah, sorry. In the comment above I wanted to go to your web server (!) <document root directory>/phpmyadmin or look at your web server's configuration. Do you know what web server (apache, nginx) the site mywebsite.com serves?
– thedler
Jul 13 '15 at 6:37
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%2f647637%2fhow-to-completely-uninstall-phpmyadmin%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