Home > Database > navicat > body text

How to add pictures to database navicat

爱喝马黛茶的安东尼
Release: 2019-08-13 10:01:47
Original
15647 people have browsed it

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))
Copy after login

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!

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