Hi man. I sow yr video, but i got a problem: how i finish to set the "info.php" file, and retry to start "localhost/phpmyadmin/" my browser allert me with "404 Not found:The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80". I've followed all yr steps watching video
I had the same issue, but you need to enable the phpMyadmin module in Apache2 and then restart your apache server Just use the following commands sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf sudo a2enconf phpmyadmin sudo service apache2 reload
Thanks for the tutorial, this saved me. But there is something you skipped in your explanation Enabling phpmyadmin in Apache2 server. sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf sudo a2enconf phpmyadmin sudo service apache2 reload
Very useful, but I have one question if I have installed phpmyadmin on server, how can I transfer data to php? I can connect to database remotely but I can't use data from database in php project. Can somebody help me? Thanks
Hello I get an error when I set the password : │ mysql said: ERROR 1819 (HY000) at line 1: Your password does not satisfy │ the current policy requirements even though my password is strong, it does it everytime, what should I do ?
thats because you edit your /var/www/html folder, thats by default 'permission denied'. try run the following command in the terminal: sudo chmod 777 /var/www/html/
Clear, brief, easy to follow...
Perfect tutorial.
Thanks a lot!
This is the best explanation and assistant with commands below
Its a easy to understand command and clear specification.
so this is useful thank you sir
Hi man. I sow yr video, but i got a problem: how i finish to set the "info.php" file, and retry to start "localhost/phpmyadmin/" my browser allert me with "404 Not found:The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80".
I've followed all yr steps watching video
I had the same issue, but you need to enable the phpMyadmin module in Apache2 and then restart your apache server
Just use the following commands
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 reload
@@ninsiimawilber Thank u, bro!!!
Very useful guide. Works on latest unbuntu as of Nov 2022
Thanks for the tutorial, this saved me.
But there is something you skipped in your explanation
Enabling phpmyadmin in Apache2 server.
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 reload
Thanks a lot bro. This was the missing final step in my set up.
Lifesaver!! I've been trying to install this for days and now it finally works! Thank you!
Thanks bro. What a lifesaver..
Very useful, many thanks for step-by-step, I can set it up in one time. Thanks thanks again. God bless you. Cheers!!
What’s the difference between the Apache web server and the lamp server?
Very useful, but I have one question if I have installed phpmyadmin on server, how can I transfer data to php? I can connect to database remotely but I can't use data from database in php project. Can somebody help me? Thanks
the same quetion
Can't understand 5:25 to 5:30 minute..Please help
How do you enter the last character in apt-get install lamp-server^
Found it. The browser does not run any *.php files and only displays the source code. Was there some other configuration missing? Thank you
@@robertmassotti4177 No any configuration have been missed. Thank you!
Greate,
after long search i found this,
Thanks a lot,
Nice, it also came with written instruction!
fast and easy
Wou, thanks for you bro.......⚡⚡⚡
E: Unable to locate package -y
while -- apt-get install phpmyadmin -y
use it without -y: apt-get install phpmyadmin
i add my projet in www/html/
after
localhost/myprojet/
but the phpmyadmin not connected with my database
Hello I get an error when I set the password :
│ mysql said: ERROR 1819 (HY000) at line 1: Your password does not satisfy
│ the current policy requirements
even though my password is strong, it does it everytime, what should I do ?
Omg! Thanks, man,! you're very helpful
It was really healpfull sir,Thank you
when i am try this command it is throwing an error. permision denied
thats because you edit your /var/www/html folder, thats by default 'permission denied'. try run the following command in the terminal: sudo chmod 777 /var/www/html/
@@roypolinder8158 thanks bro u saved me
Thanks bro.
Very help! Thank you! The best manual!
thanks a lot
It was very useful and practical
Your video was very helpful thanks I sub u same time
i was stuck at the log in stage, I had not created a user. - ty
you need to create a user at first
this doesnt work unable to see phpmyadmin
nice tutorial, it was verry helpfull
Very very helpful bro thanks
web interface. not show
Very helpful video, you made my day
thank you... it very helpfull
Still show not found
Thanks for that tutorial
thanks bro. very helpful
Thank you very much sir
ty man, really useful :D
very helpful! Thank you
Thanks alot....It worked!
This did not work for me.
what's the error you are getting?
@@dipenshrestha1105 phpmyadmin isnt showing login page and i did this correctly
Thanks a lot Bro ,
Thank you very much !
thank you so much you are geniesse
think you
What is the password for ubuntu
Very helpful
Thank you sir
Thank very much!!!!!
thanks a lot bro..
Nice to see this video
Thank you.
Thankssssssss
thanks
legend!
69 comments to 70. (;
69. (;.
scripted!
GRANT ALL PRIVILEGES ON*.* TO 'admin'@'%' WITH GRANT OPTION; update the privilege's code otherwise it will give error, Thanks
Latest grant permission: GRANT ALL PRIVILEGES ON *.* TO 'user'@'%';
thanks
the last command in the comment needs to be updated the below one works for me
GRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION;
Ty bro!!!!
Thank you !!!
Thanks alot
Thank you.