どのようにデータベースをjavascriptで接続しますか?MongoDB/MySQLをjavascriptで接続する
mongodbといくつかの例がありますか?またはmysql?
mongodb://[username:[email protected]]host1[:port1][,host2[:port2],...[,hostN[:portN]]]` `[/[database][?options]]
TCPサーバで使用することができ、この現在データベースの性能?:
~/$ ./mongod
db.adminCommand({にmovePrimary :,:})
//enable sharding on the database, and move it to the shard01
use test1 //新しいデータベース db.adminCommand({enabl //これは、test1データベースの新しいコレクションに影響します //データベース上でシャーディングを有効にして移動します(この場合、 shard01 test1 // new databaseを使用 db.adminCommand({movePrimary: "test1"、to: "shard01"}) //これは新しいコレクションに影響します
:test1のデシベル