Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 56981  / 1 Year ago, thu, february 16, 2023, 5:10:41

I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.



I've installed phpmyadmin using



sudo apt-get install phpmyadmin


I've run



sudo gedit /etc/apache2/apache2.conf


And there added:



#Include phpmyadmin: 
include /etc/phpmyadmin/apache.conf


But I was getting a warning when I restart apache, telling me:




The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will
probably never match because it overlaps an earlier Alias.




How can I solve this, so that I can see phpmyadmin interface again, when I do http://localhost/phpmyadmin instead of seeing a blank webpage?



Dump -




  • I've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page. :(


  • /etc/phpmyadmin - I've chmod o+w permissions to phpmyadmin folder and it's contents. - still the blank page...



More From » apache2

 Answers
1

Try running



sudo dpkg-reconfigure phpmyadmin


To set up the phpmyadmin files, database connections and create the phpmyadmin databases


[#43720] Friday, February 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
learty

Total Points: 432
Total Questions: 115
Total Answers: 109

Location: Wallis and Futuna
Member since Tue, Mar 30, 2021
3 Years ago
learty questions
Sat, May 21, 22, 15:30, 2 Years ago
Sun, Jan 9, 22, 22:31, 2 Years ago
Mon, Jul 4, 22, 11:31, 2 Years ago
Tue, Mar 22, 22, 16:28, 2 Years ago
;