摘要:
基本操作:1234567891011121314151617181920212223242526272829303132db.addUser(username,password) //添加用户db.auth(usrename,password) //设置数据库连接验证db.cloneDataBase(fromhost) //从目标服务器克隆一个数据库db.commandHelp(name) //returns the help for the commanddb.copyDatabase(fromdb,todb,fromhost) //复制数据库fromdb---源数据库名称,todb---目 阅读全文