All Questions
Tagged with phpmyadmin apache2
10 questions
0
votes
1
answer
802
views
Ubuntu 18.04: PHP stopped working after I tried to fix phpmyadmin
I have a problem with a Ubuntu 18.04.6 Ubuntu server.
I was trying to fix a problem with phpMyAdmin (a lot of errors appearing on screen, and preventing me to use it, pointing to some authorization ...
0
votes
0
answers
324
views
PHPMYADMIN You're speaking plain HTTP to an SSL-enabled server port
/etc/apache2/sites-available/phpmyadmin:
<VirtualHost *:133>
ServerName phpmyadmin
DocumentRoot /var/www-133
</VirtualHost>
/etc/apache2/ports....
0
votes
0
answers
429
views
How to reset 2FA on the phpmyadmin software?
I have been using 2FA (2 factor authentication) to log in into the admin panel but I recently resettled my phone which has the 2FA code due to certain problems. I tried reading through the phpmyadmin ...
3
votes
1
answer
7k
views
Apache Start Fails due to missing mpm module
I originally posted this question on StackOverflow. Before it was taken down as off topic, the answer and comments were leading to MPM not being loaded
I tried sudo apt-get install apache-mpm-prefork ...
1
vote
1
answer
995
views
Cannot load phpmyadmin with apache2
Running Debian Stretch 9.5 with apache2. After upgrading from Debian 8, I can no longer access phpmyadmin from http://localhost/phpmyadmin. I get a page not found error. Everything looks good on the ...
1
vote
1
answer
1k
views
phpmyadmin works with http but forbidden with https
I have installed a new dedicated web server, and installed phpmyadmin, and it works.
I have follow a tutorial that helps to secure phpmyadmin i.e. call phpmyadmin thru a subdomain like mysql.mydomain....
0
votes
1
answer
102
views
Restrict myphpadmin to listen on specific ethernet adapter
I want to prevent phpmyadmin being accessible from the internet. I have two ethernet adapters on my CentOS 7 box, one 'internal' and one 'external'. I would like to restrict access so that users (any ...
0
votes
1
answer
904
views
PHPMyadmin redirection issues on Apache2
A couple of days back I updated Apache on the webserver. Which seems to have broken accessing Phpmyadmin through server IP:
server.ip/phpmyadmin
Instead now when typing above the ip/phpmyadmin it ...
3
votes
2
answers
10k
views
#1146 - table doesn't exist but showing in sidebar in phpmyadmin
I copy my database files from windows
wamp/bin/mysql/mysql5.6.17/data
into my ubuntu
/var/lib/mysql/
Folders of my database_name and ibdata1, ib_logfile0, ib_logfile1 files.
Now my all databases ...
0
votes
1
answer
288
views
phpMyAdmin authentication issues on upgrade to phpMyAdmin-4.0.10.17-2.el6
I've run into an issue where a routine upgrade of phpMyAdmin to phpMyAdmin-4.0.10.17-2.el6 from 0:4.0.10.16-1.el6 on CentOS 6 causes some strange behavior with logins to a mysql server. Basically, ...