首页 > 数据库技术 > 详细

Mysql fundamental knowledge

时间:2019-12-28 00:32:44      阅读:152      评论:0      收藏:0      [点我收藏+]
  • Mysql 5.1, 5.5 are more stable than other versions.

 

  • postgresql has more strict "sql standard " than mysql.

 

  • A server contains multiple databases, a database contains multiple tables, a table contains multiple records.

 

  • Transaction(事务):  a series of database‘s options which have strong connection.

 

  • Relationship of cmd and mysql:   cmd(client) <-->  mysql(server)

 

  • connect mysql in dos:

    1. move to the folder where there is your mysql‘s installation is located.

    2.> mysql -u[username] -p[password]

 

  • mysql‘s default port is 3306

Mysql fundamental knowledge

原文:https://www.cnblogs.com/exploer/p/12110080.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!