MySql Configuration

MySQL CONNANDS :-

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'PASSWARD';
     //for getting permission for remote access

sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
sudo ufw allow 3306/tcp
sudo service ufw restart 
sudo service mysql restart
sudo mysql
select user, authentication_string, plugin, host from mysql.user;
control+c for exit
 

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

How to Safely Delete Files and Directories Using Linux Command Line

How to Debug Android TV App using IP