Home
|
簡體中文
|
繁體中文
|
雜文
|
打賞(Donations)
|
Github
|
OSChina 博客
|
雲社區
|
雲棲社區
|
Facebook
|
Linkedin
|
知乎專欄
|
視頻教程
|
About
部分 V. MongoDB
上一頁
下一頁
部分 V. MongoDB
目錄
42. Install 安裝MongoDB
42.1. Quickstart
42.1.1. 二進制tar包安裝
42.1.2. Ubuntu MongoDB
42.1.3. CentOS MongoDB
42.1.4. 從官網安裝最新版本的 MongoDB 3.4
42.1.4.1. Server
42.1.4.2. Client
42.1.4.3. 工具
42.1.5. MongoDB + Hadoop
42.2. OSCM 一鍵安裝 MongoDB 4.0.2
42.3. Replication
42.3.1. Master
42.3.2. Slave
42.3.3. 測試
42.4. Drivers
42.4.1. Using MongoDB in PHP
43. 資料庫管理
43.1. lsnrctl
43.2. listener.ora
43.3. TNS 配置
43.3.1. HOST
43.3.2. SID
43.4. parameter
43.4.1. db
43.4.2. instance_name
43.4.3. service_name
43.4.4. global_name
43.4.5. db_name
43.4.6. db_domain
43.4.7. sga
43.4.8. size
43.4.9. spfile
43.4.10. cache
43.4.11. Character Set
43.5. 進程
43.6. 查看用戶
43.7. 顯示表
43.8. 顯示試圖
43.9. PROCEDURE
43.10. FUNCTION
43.11. 視圖、存儲過程、函數
43.12. 查看存儲過程原始碼
43.13. 日期時間格式
43.13.1. Date
43.13.2. 修改系統日期格式
43.13.3. TIMESTAMP
43.13.4.
43.14. 切換字符集
43.14.1. 切換到 GBK
43.14.2. 切到 UTF-8
43.14.3. 切到 AL32UTF8
43.14.4. 切換過程實例
43.15. Oracle 表空間
43.15.1. 查詢空閒表空間
43.15.2. 創建表空間
43.15.2.1. 臨時表空間
43.15.3. 更改表空間屬性
43.15.3.1. 修改表空間大小
43.15.4. 刪除表空間
44. 命令工具
44.1. mongo - MongoDB Shell
44.1.1. eval
44.1.2. help
44.1.3. 登陸認證
44.1.4. 管道操作
44.2. mongodump - Backup
44.2.1. 遠程備份
44.2.2. 本地備份
44.3. mongorestore
44.3.1. 遠程回覆
44.3.2. 本地恢復
44.3.3. filter
44.4. mongostat
44.5. mongotop
44.6. mongofiles - Browse and modify a GridFS filesystem.
44.6.1. list 瀏覽檔案
44.6.2. put 上傳檔案
44.6.3. get 下載
44.6.4. delete 刪除
45. MongoDB Shell
45.1. shutdownServer
45.2. show 查看命令
45.2.1. show dbs
45.2.2. show collections
45.2.3. show users
45.2.4. show profile
45.3. 切換資料庫
45.4. save
45.5. insert
45.6. update
45.6.1. multi 更新所有數據
45.6.2. upsert 更新,如果不存在則插入數據
45.7. remove
45.7.1. 刪除條件使用 _id
45.8. 刪除 collection
45.8.1. 刪除欄位
45.9. count()
45.10. 查詢
45.10.1. find() MongoDB 2.x
45.10.2. find() MongoDB 3.x
45.10.2.1. Query
45.10.2.2. 包含欄位
45.10.2.3. 排除欄位
45.10.2.4. sort()
45.10.3. group()
45.11. aggregate
45.11.1. project
45.11.1.1. $split
45.11.1.2. substr
45.11.2. groupby + sum
45.12. Indexes 索引
45.12.1. 查看索引
45.12.2. 創建索引
45.12.3. 刪除索引
45.12.4. 唯一索引
45.12.5. 復合索引
45.12.6. 稀疏索引
45.13. Map-Reduce
45.13.1. 使用 Map-Reduce 統計Web 伺服器 access.log 日誌檔案
45.14. 內嵌對象
45.14.1. Array / List 列表類型
45.15. Javascript 腳本
46. Mongo Admin UI
46.1. RockMongo
46.2. MongoVUE
47. FAQ
47.1. Reset root password 重置MySQL root密碼
47.1.1. MySQL 5.7.x
47.1.2. MySQL 8.0
47.2. 資料庫內容替換
47.3. 查看錯誤代碼
47.3.1. ERROR 1153 (08S01) at line 3168: Got a packet bigger than 'max_allowed_packet' bytes
47.3.2. ERROR 1129 (00000): Host 'XXXXXX' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
47.4. 臨時表是否需要建索引
47.5. Kill 腳本
47.6. ERROR 1503 (HY000): A PRIMARY KEY must include all columns in the table's partitioning function
47.7. ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
47.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
47.9. 重新整理AUTO_INCREMENT欄位
47.10. 轉換 latin1 到 UTF-8
47.11. this is incompatible with sql_mode=only_full_group_by
47.12. [Warning] Changed limits: max_open_files: 5000 (requested 20480)
47.13. ERROR 1364: 1364: Field 'id' doesn't have a default value
47.14. ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
47.15. ERROR 1086 (HY000): File '/var/lib/mysql-files/order.txt' already exists
47.16. ERROR 1415: Not allowed to return a result set from a trigger
47.17. Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such fileor directory
47.18. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
http://www.mongodb.org/
Please enable JavaScript to view the
comments powered by Disqus.