ลง MySQL Os Ubuntu on Proxmox CT

ลง MySQL Os Ubuntu on Proxmox CT

#apt update
#apt install mysql-server -y
#systemctl start mysql.service
#mysql
#ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;
#exit
#mysql_secure_installation
#systemctl start mysql
#service mysql status
#apt install phpmyadmin -y

nano /etc/phpmyadmin/config.inc.php
/* User for advanced features */
$cfg[‘Servers’][$i][‘controluser’] = ‘pma’;
$cfg[‘Servers’][$i][‘controlpass’] = ”;