sudo service mysql status
hostname -I
sudo mysql - enter to mysql interface\--
CREATE USER 'root'@'%' IDENTIFIED BY '*******';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;--
sudo netstat -tlnp | grep 3306
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnfSSH (Industry SSH, TCP/IP etc...)
- connection through ETHERNET cable or WiFi
Connected through WiFi
Project Directory
mkdir building_automation\
cd building_automationnetstat -ano | findstr :502
tasklist | findstr 10800