How to install PhpMyAdmin on Ubuntu and how to fix permission errors for root access.

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024
  • Hi, this video shows you how to install phpmyadmin software on Ubuntu Linux.
    commands for mysql:
    1) drop user 'root'@'localhost';
    2) create user 'root'@'localhost' identified by 'YOUR_PASSWORD_SET_UP_DURING_THE_MYSQL_SECURE_INSTALLATION';
    3) grant all privileges on . to 'root'@'localhost' identified by 'YOUR_PASSWORD';
    4) flush privileges;
    5) exit;
    Linux command after these steps:
    sudo service mysql restart;
    Thank You For Watching This Video.
    Please subscribe to my channel in order not to miss any future videos of mine. Bye.

ความคิดเห็น •