How To install MySQL 8.0 On Ubuntu 18.04 LTS Bionic Beaver

preview_player
Показать описание
MySQL is an open source database management system commonly used in web application stacks to store and retrieve records and information.
Рекомендации по теме
Комментарии
Автор

It worked perfectly! The commands used are here, in case of copy and paste material

dpkg -i
apt update
apt-get install mysql-server mysql-client -y
systemctl start mysql; systemctl enable mysql; systemctl status mysql
mysql_secure_installation
mysql -u root -p
mysqladmin -u root -p version

Pongelupe
welcome to shbcf.ru