Home >Database >navicat >How to add pictures to database navicat

How to add pictures to database navicat

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-13 10:01:4715694browse

How to add pictures to database navicat

1. First log in to navicat for mysql to the specified database.

2. Create a test table:

CREATE TABLE test
(ID INT,
PHOTO varchar(1000))

where photo is the picture field.

Related recommendations: "Navicat for mysql graphic tutorial"

3. Find the newly created table in the tree on the left and right-click to open it.

How to add pictures to database navicat

#4. Add data and click the "Image" button above when adding it to the image field.

How to add pictures to database navicat

5. Click the load button below, find the image path and add it.

How to add pictures to database navicat

#6. Close after adding.

The above is the detailed content of How to add pictures to database navicat. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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