常用操作

注:也可以运行 mysql -u 用户名(root) -p 密码(root) 数据库名(bank) ,然后回车

导入文件:source e:bank.sql (你的sql文件) 回车

PS D:\cake_server\routers> mysql -u root -p
Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2049
Server version: 5.5.40 MySQL Community Server (GPL) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases
-> ;
+--------------------+
| Database |
+--------------------+
| information_schema |
| cake |
| mysql |
| performance_schema |
| test |
+--------------------+
5 rows in set (0.00 sec) mysql> show variables like '%time_zone%';
+------------------+--------+
| Variable_name | Value |
+------------------+--------+
| system_time_zone | |
| time_zone | SYSTEM |
+------------------+--------+
2 rows in set, 1 warning (0.02 sec) mysql> set global time_zone = '+8:00';
Query OK, 0 rows affected (0.00 sec) mysql> flush privileges;
Query OK, 0 rows affected (0.04 sec) mysql>

最新文章

  1. TranslateAnimation参数
  2. window10系统安装SQL数据库和小蝴蝶的问题
  3. Oracle 11g系列:SQL Plus与PL/SQL
  4. Android 开发之异常处理篇(一):SDK Manager 闪退的解决方法
  5. oracle里如何将两个日期的时间差返回**时**分的格式
  6. java foreach编辑讲解
  7. Innode引擎监控的开启的方法
  8. linux共享文件samba安装与java读取外部文件夹方法
  9. java高精度数组
  10. js中undefined,null,NaN的区别
  11. 华为oj - 统计大写字母个数
  12. CodeForces 501B - Misha and Changing Handles
  13. OpenGL鼠标旋转图像
  14. Apple Watch 1.0 开发介绍 1.2 简介 配置Xcode工程
  15. (大数据工程师学习路径)第一步 Linux 基础入门----基本概念及操作
  16. CentOS 安装 Mogodb(在线 && 离线)
  17. Apache 实现ProxyPass转发URL到Tomcat并实现http自动转https【转载】
  18. color 圆盘染色
  19. Git添加文件改动时出错
  20. sed命令替换目录

热门文章

  1. GlusterFS常用维护操作命令
  2. 二、Django下载与运行
  3. 分清国内版FireFox和国际版FireFox
  4. Abp.Zero 手机号免密登录验证与号码绑定功能的实现(一):验证码模块
  5. springboot整合mybatisplus遇到的错误
  6. Hexo多台电脑同步
  7. C++ using 编译指令与名称冲突
  8. Codeforces Round #836 (Div. 2) A-D
  9. 小米mini路由器刷breed不死鸟和潘多拉固件
  10. MySQL进阶实战2,那些年学过的事务