随笔分类 -  database

摘要:Edit at: 2019-12-28 16:52:42 1.mysql -u+username -p+password --> connect mysql 2.use databasename --> select database 3.show databases --> show all da 阅读全文
posted @ 2019-12-28 16:53 code_explorer 阅读(98) 评论(0) 推荐(0)
摘要:1. find file: "my.ini" 2.Using ctrl+F find string "datadir" then you can see your local position of databases. 阅读全文
posted @ 2019-12-27 23:57 code_explorer 阅读(96) 评论(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 dat 阅读全文
posted @ 2019-12-27 23:39 code_explorer 阅读(94) 评论(0) 推荐(0)