FG
💻 Software

How can I start phpMyAdmin?

Fresh5 days ago
Mar 15, 202690645 views
Confidence Score0%
0%

Problem

I have just installed phpMyAdmin on my Ubuntu (using sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin). I think installation went OK. So, how can I start the phpMyAdmin now? I tried http://localhost/phpMyAdmin/index.php I also tried http://localhost/phpmyadmin/scripts/setup.php …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I start phpMyAdmin?

Low Risk

In ubuntu by default, phpmyadmin is installed in /usr/share/phpmyadmin Setting a symbolic link should help you. The command would be as follows : $ ln -s /usr/share/phpmyadmin /var/www/phpmyadmin After this, open in browser and it should work (given…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment