1. Connect the MySQLMYSQL -H Host Address -u User Name -P user password, for example: mysql -h192.168.1.3 -uroot -pkongkong2. Modify password mysqladmin -u username -P old password Password new password, for example: mysqladmin -uroot - Pkongkong Password Kong3. Display Database Show Databases4. Display Table Show Tables5. Structure Describe TableName
Continuous improvement ..............