摘要:
[root@stag-8-46 0104]# mysql --socket=/tmp/mysql_sandbox20034.sock -umsandbox -p'msandbox' mysql: [Warning] Using a password on the command line inter 阅读全文
摘要:
安装schema分每个文件导出 #!/bin/env bash DB_USER=dbxx DB_PASSWORD=dbxx BACKUP_DIR=/opt/mysql_bak/ for i in `/usr/local/mysql/bin/mysql -u$DB_USER -p$DB_PASSWOR 阅读全文
摘要:
数据;学生表,课程表,成绩表 DROP TABLE IF EXISTS `course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 * 阅读全文
摘要:
查看表结构; # mysql testReading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -A We 阅读全文
摘要:
直接登录 # mongo MongoDB shell version v4.4.11connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodbImplicit session: se 阅读全文