Extract the display data of MySQL command lines as text

Source: Internet
Author: User
Tags mysql command line
The following is in Windows, not in Linux. When querying data using the MySQL command line, the following figure is often used to capture posts:

The following is in Windows, not in Linux. When querying data using the MySQL command line, the following figure is often used to capture posts:

The following is in Windows, not in Linux.

When querying data using the MySQL command line, screenshots are often used to send posts, such:

In this way, the display is not convenient, and the display speed is slow. How to extract data into text:

1. Right-click and select the tag, as shown in:

2. Select the data area (continuous area) to be copied. If it is white, the data area is selected, for example:

3. Right-click and copy the data to the desired location. The effect is as follows:

Mysql> show databases;
+ -------------------- +
| Database |
+ -------------------- +
| Information_schema |
| Mysql |
| Test |
+ -------------------- +
3 rows in set (0.00 sec)

Mysql> use mysql;
Database changed
Mysql>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.