当前位置:网站首页>Mysql Workbench uses .sql file to import data into database
Mysql Workbench uses .sql file to import data into database
2022-08-09 00:06:00 【Sweet and sour duck】
- Create the specified database (such as library name: message) in Mysql Workbench.
- Enter the bin folder in the MySQL directory: C:\Program Files\MySQL\MySQL Server 8.0\bin, enter cmd in the top box, and press Enter to enter the command line.
- Enter mysql -u root -p After entering MySQL, enter use message (the database name just created) to switch the database
- Enter source d:/sqltest/message.sql (this is where the .sql file is stored)
- Data import is complete.
边栏推荐
猜你喜欢
随机推荐
将板子芯片从ST32F101改为STM32F103要改的地方
MySQL基础知识
了解CI/CD流水线
laravel框架之验证码控制器
Ubuntu下Docker安装Redis (快速简便)
2018年蓝桥杯省赛本科B组-全球变暖(水漫金山)
穿越派·派盘(WebDAV)解决OmniFocus同步问题
reits基金是什么意思?安全吗?
解决8080端口被占用问题
Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [33,755] milliseco
爬虫学习整理
二 分析C#中的结构
第四章 SQL与关系数据库基本操作(下)
第一章 数据库系统概述
HCIP2--RIP实验
ResNet 6大变体对比
对于js中apply和call的区别和用法
2021.10.7 2020 CCPC重现赛
WeChat applet console error - summary 】 【
C#编写飞行棋游戏