Mixed short techniques CentOS

By admin at 2017-09-29 • 0 collector • 1495 pageviews

Remote-MySql

----

Make MySql  to access from Remote

example   root   cdx75ccw

# mysql -uroot root -pcdx75ccw


> CREATE USER 'root'@'%' IDENTIFIED BY '@Cdx75ccW#';


> GRANT ALL PRIVILEGES ON * . * TO 'root'@'%';


Now you can connect mysql by navicat  100%


Credit from google

Kasem Thiyavej    

----------------------------------------------------------------------

การเปลี่ยน TimeZone to Bangkok

----

# ln -sf /usr/share/zoneinfo/Asia/Bangkok /etc/localtime

----------------------------------------------------------------------

How to Change MAC Address

----

# /etc/init.d/network stop

# ip link set eth0 address 02:01:02:03:04:08

# /etc/init.d/network start

-----------------------------------------------------------------------


Requires Login

Loading...