filmov
tv
2. Installing MySQL in Linux OS Ubuntu | Introduction to DBMS | Web Development

Показать описание
Learning objectives -
Install MySQL on the Linux operating system.
Resources
Installing MySQL:
To open terminal Ctrl + Alt + t
To install MySQL sudo apt-get install mysql-server
To install MySQL when setting MySQL root password explicitly, enter the following commands in the same order as given:
In the terminal enter sudo mysql_secure_installation
Enter sudo mysql
Enter ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'new-password';
Please choose the plugin caching_sha2_password or mysql_native_password corresponding to the existing rows.
Replace ‘new-password’ with a strong password that you want to set.
Enter FLUSH PRIVILEGES;
Enter quit;
Enter sudo service mysql stop
Enter sudo service mysql start
#webdevelopment #programming #coding #adgitm #bootstrap #DBMS
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.
Install MySQL on the Linux operating system.
Resources
Installing MySQL:
To open terminal Ctrl + Alt + t
To install MySQL sudo apt-get install mysql-server
To install MySQL when setting MySQL root password explicitly, enter the following commands in the same order as given:
In the terminal enter sudo mysql_secure_installation
Enter sudo mysql
Enter ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'new-password';
Please choose the plugin caching_sha2_password or mysql_native_password corresponding to the existing rows.
Replace ‘new-password’ with a strong password that you want to set.
Enter FLUSH PRIVILEGES;
Enter quit;
Enter sudo service mysql stop
Enter sudo service mysql start
#webdevelopment #programming #coding #adgitm #bootstrap #DBMS
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.