Those who are getting Not Found ("The requested URL was not found on this server.") error, Follow below Steps in Terminal. 1. Open apache2.conf file in nano editor. sudo nano /etc/apache2/apache2.conf 2. Add the following line to the end of the file. Include /etc/phpmyadmin/apache.conf 3. Save & Exit the Editor. CTRL-o and CTRL-x 4. Restart Server. /etc/init.d/apache2 restart 5. Try: YourIPAddress/phpmyadmin (Hope this Works)
LEGEND I was stuck installing PHPMyAdmin and had trouble hosting my website on ubuntu and this person's vids helped me ALOT. All the others were SO tough. You should put the longer commands in the descriptions so we can just copy pate them
Hi, great video! Is it possible to change the settings you choose in the secure installation process afterwards? Say I want to re-enable or disable external connections for the root user?
hello i work on a vps and when i type my ip_of_the_server/phpmyadmin i get The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Ubuntu default page is working but when i type [vps ip]/phpmyadmin it shows me this error "The requested URL was not found on this server. Apache/2.4.52 (Ubuntu) Server at [vps ip] Port 80"
Great tutorial. so after to install phpmyadmin now my database not load it show me this: Erreur: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'. how can i resolve? thanks
when I pasted the server ip address in the browser. it redirected it to home/installation but the page was saying "Not Found The requested URL was not found on this server."
great tuto! but, i received this error: mysqli::real_connect(): (HY000/2002): Permission denied do you know how can i fix this? i did the step-by-step on Ubuntu 22.04 running by Docker.
@@absprog thanks for the fast reply i did it but it says page doesnt exist, its probebly because in there is also a error in vs code. But thanks bro ill ask my teacher
I did everything and you did a great job but in browser I get 404 The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at mysite Port 80
So what I did was download and install Xampp control panel for Linux. Next, I configured and ran MySQL and Apache web server from Xampp. Now open your web browser and type in localhost:"your port number"/phpmyadmin This will take you to the login screen as shown here.''
Those who are getting Not Found ("The requested URL was not found on this server.") error, Follow below Steps in Terminal.
1. Open apache2.conf file in nano editor.
sudo nano /etc/apache2/apache2.conf
2. Add the following line to the end of the file.
Include /etc/phpmyadmin/apache.conf
3. Save & Exit the Editor.
CTRL-o and CTRL-x
4. Restart Server.
/etc/init.d/apache2 restart
5. Try: YourIPAddress/phpmyadmin (Hope this Works)
Thank you so much, I was stuck on it for hours :
Thank you, I've been stuck on that for a long time.
I knew roughly what the problem was but couldnt find the answer.
Thanks so much man! It worked Great!!!
thank you
This comment needs to be pinned by the author and upvoted. This fixed it for me!
Thank you so much. You solved my issue which was pending for one week. It's very well and clear and to the point.
Thank you for your feedback!👍
Thank you so much. You saved me. Such a clean and to the point tutorial.
You are so welcome, khus, and I am glad it helped 😊
LEGEND I was stuck installing PHPMyAdmin and had trouble hosting my website on ubuntu and this person's vids helped me ALOT. All the others were SO tough.
You should put the longer commands in the descriptions so we can just copy pate them
Thank you for you feedback. It is much appreciated
I have tried so many things. But your video works for me. Thanku.
Glad to hear that
Thanks for this video. Exactly what I was looking for.
👍
Always the best video for anything he explains how to.
Thanks so much.
Thank you so much for your nice comment 😊
Thanks for the vid, exactly the type of video everyone wants a how to video to be.
You're most welcome. Thank you too!
you saved me. simply and easy to follow and worked just fine. Thank you very much
I'm glad you found this helpful
This perfect very nice,detailed and t the point explanation. This is very much appreciated.
Good video! New subs, can i ask why do you need to ssh your ip?(sorry just moved in to linux because win11 is getting more painful to use)
Hi @ Abstract programmer Thank you so much for your Tutorial.. it’s helpful and well clear
Thanks for your support and kind words! 👍🌟
Very clearly explained.
thank you AP.
You are welcome!
Great video. I finally got it working with your step by step.
Glad it was helpful!👍
Thank you very much for this helpful Tutorial👍👍👍.
You are welcome! 👍
So much grateful Sir 🙏
You just saved me 😇😇😇⭐
Happy to help
It's such a very cool tips! Thank you so much!
Thank you for taking the time to leave such a positive comment Nafi 👍
Hi, great video!
Is it possible to change the settings you choose in the secure installation process afterwards?
Say I want to re-enable or disable external connections for the root user?
thanks for your great video...very helpful
I'm glad to hear that it worked well for you. 😊
I cant change my root password in mysql it always says your password does not satisfy the current policy requirement.
Don't use pasword short, use a long like mypassword
Simple and great 👏👏
Thanks for video ! What should I do when I see line "Plugin 'caching_sha2_password' is not loaded"?
Thank you. Excellent video.
Thank you so much for taking the time to watch my video and for leaving such a kind comment Jon
Thank You for Everything.. God Bless You..
Blessings to you as well🙏
This helped me a lot, thank you very much!!!
Glad it helped!👍
hello i work on a vps and when i type my ip_of_the_server/phpmyadmin i get The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Ubuntu default page is working but when i type [vps ip]/phpmyadmin it shows me this error "The requested URL was not found on this server.
Apache/2.4.52 (Ubuntu) Server at [vps ip] Port 80"
thanks man!
even i am facing the same issue how did you resolved it
Big help! Thanks!
Glad it was helpful!
Thank you for this video, it really helped me!!
That's great to hear👍
Thanks bro it is very helpfull
Glad to hear that!
Thank you very much. Helped me a lot.
Glad to hear that!👍
Thank youб it turned out!
👍
Great tutorial. so after to install phpmyadmin now my database not load it show me this:
Erreur: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'.
how can i resolve? thanks
What permission string do I need to add to the API request so the data can land into mysql?
help
Not Found
The requested URL was not found on this server.
Apache/2.4.52 (Ubuntu) Server at localhost Port 80
i have the same problem, any solution please ?
Not Found
The requested URL was not found on this server.
thank you so much 😊great video
Thank you too Jorge! 👍
Thank you so much man.......
Thank you for watching Mahadi! I appreciate your support
when I pasted the server ip address in the browser. it redirected it to home/installation but the page was saying "Not Found
The requested URL was not found on this server."
Same
@@berlusco use elastic beanstalk instead it was more easy and working
thanks brother for this tutorial
You're welcome!
great tuto! but, i received this error:
mysqli::real_connect(): (HY000/2002): Permission denied
do you know how can i fix this? i did the step-by-step on Ubuntu 22.04 running by Docker.
When I tried to install the MySQL server it says package MySQL server has no installation candidate what do I do
Very helpful video only im stuck on the part where you put your server ip in. How do i find my server ip?
Just run
ip a
@@absprog thanks for the fast reply i did it but it says page doesnt exist, its probebly because in there is also a error in vs code. But thanks bro ill ask my teacher
@@absprog wait i have good news it now says page isnt found on the server
Hey, do u know maybe how can i download old mysql-server versions 4.x or 5.x and php 5.x?
great video sir
Thank you
on point explanation
Thank you for your comment👍
גם בלינוקס אתה האלוף 3> חחחח
וואו תודה 🤗
all good but you missed something important, USERS CANT CREATE DATABASE
as you can see
"NO PRIVILEGES TO CREATE DATABASES"
do you have any idea how to install cpanel on 22.04? thank you
I did everything and you did a great job but in browser I get 404 The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at mysite Port 80
Not sure what I did, but it now works Thank you.
👍
I can't visit phpmyadmin with 10.100.102.96/phpmyadmin, how to fix it?
tysm, nice tutorial
Glad it was helpful!
thanks a lot, my man.
You're most welcome👍
Thank you very much!!!
You're welcome! 👍
Thank you!!
You're welcome!
Seen
Can you please tell me how can download phpmyadmin 4.9.1 in ubuntu
What has changed? Did you encounter any problems following this video?
Thank you Legend
You're welcome Jon
Great ❤️
🤗
Thank you so much.
You're welcome!
Well Done!
Thank you for watching Tesfaye! I appreciate your support.
Thanks a lot!!!!
You're welcome!👍
thank you so much
You're welcome! 😊
how to install spesific version
Thank you
Thanks and welcome 👍
ขอบคุณครับ
ด้วยความยินดี! 👍
Thanks
You're welcome
Thank you man. You are saver, you are the one, you are the best
Thank you very much!🤗
How to get the ip for my server 😅 help
i have this problem HTTP ERROR 500
Bro saved my degree 😀
You are so welcome, Charles, and I am glad you enjoyed it 😊
dude you are a fuckin legend thanks soo much
You're most welcome👍
thx
You're most welcome👍
thx bro
You're most welcome
Saviour
I am glad you found this helpful 😊
refused connection
same here
So what I did was download and install Xampp control panel for Linux.
Next, I configured and ran MySQL and Apache web server from Xampp.
Now open your web browser and type in localhost:"your port number"/phpmyadmin
This will take you to the login screen as shown here.''