Home > Database > Mysql Tutorial > body text

将MySQL命令行的显示数据提取为文本方法[图文]

WBOY
Release: 2016-06-07 16:53:06
Original
1137 people have browsed it

下面的是在Windows下的而不是在Linux系统下的。 在使用MySQL命令行查询数据时,发送帖子经常采用抓图如下图:

下面的是在Windows下的而不是在Linux系统下的。

在使用MySQL命令行查询数据时,发送帖子经常采用抓图,如下图:

将MySQL命令行的显示数据提取为文本方法[图文]

这样显示就不太方便,显示速度较慢,如何将数据提取为文本:

1、单击右键,选择标记如下图:

将MySQL命令行的显示数据提取为文本方法[图文]

2、选择要复制的数据区域(连续区域),白色表示选中如下图:

将MySQL命令行的显示数据提取为文本方法[图文]

3、单击右键,,完成复制,就可以将数据粘贴到需要的其他地方了,效果如下:

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| test               |
+--------------------+
3 rows in set (0.00 sec)

mysql> use mysql;
Database changed
mysql>

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!