User Tools

Site Tools


ubuntu_tips_tricks_and_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu_tips_tricks_and_notes [2025/06/22 01:06] mikeubuntu_tips_tricks_and_notes [2025/07/17 20:33] (current) – [Post-Installation] mike
Line 52: Line 52:
  
 === Install phpmyadmin === === Install phpmyadmin ===
 +
   sudo apt update   sudo apt update
-  sudo apt install phpmyadmin+  sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl 
 +  sudo phpenmod mbstring 
 +  sudo systemctl restart apache2
   mysql   mysql
 +  mysql> SELECT user,authentication_string,plugin,host FROM mysql.user;
   mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<password>';   mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<password>';
-  +
 === Installing Portainer to manage Docker containers === === Installing Portainer to manage Docker containers ===
  
ubuntu_tips_tricks_and_notes.1750579575.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki