I've installed phpmyadmin I've even reconfigured it on my ubuntu I went to localhost/phpmyadmin and 94.249.188.109/phpmyadmin and it still says "Not Found" PLEASE Help ME!
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Then you haven't installed it correctly. Try installing with this command sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin If that doesn't work then try this fix: sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf sudo /etc/init.d/apache2 reload You should be ready dude ! |
|||
|
|
|
Install phpmyadmin using
Then go to |
|||
|
|