How to use phpstorm to make tables

爱喝马黛茶的安东尼
Release: 2019-08-08 11:33:02
Original
4934 people have browsed it

How to use phpstorm to make tables

1. Create a new database

1. Open phpstorm, select Tool Windows in the view, and then select Database.

How to use phpstorm to make tables

2. Select the " " sign, ->data source---->mysql click to open.

How to use phpstorm to make tables

#3. When you open it for the first time, you will be prompted that the MySQL driver is not installed. Click to download and it will be installed automatically.

How to use phpstorm to make tables

Related recommendations: "PhpStorm Usage Tutorial"

4. Fill in the configuration parameters:

How to use phpstorm to make tables

5. After success, click OK in the lower right corner to enter the next page.

How to use phpstorm to make tables

How to use phpstorm to make tables

2. Commonly used data operations:

(1) Add – Add table,

1. Find the name of the new database, right-click ->new–>table, and a table will be created.

How to use phpstorm to make tables

#2. Enter the table name and click " ".

How to use phpstorm to make tables

#3. Enter the corresponding information and click "execute".

How to use phpstorm to make tables

4. View the newly added information.

How to use phpstorm to make tables

5. Creation completed

(2)Delete----Delete table

" "Plus sign represents increase , "-" minus sign code decreases.

How to use phpstorm to make tables

The above is the detailed content of How to use phpstorm to make tables. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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!