Today Let's start to make database through MySQL easily, When I start this first that I thought this will be difficult to me. But It's not. So follow me It's easy than we thought.

 


Naturally Go into MySQL software and follow the picture step.

 

 

 

 

 

Click the EER Diagram. And Follow the step.

 

 

 

Double click this table1. You can adjust a size.

 

 

 

 

 

You can change the table name and insert the attribute you want.

 

 

 

 

 

 

Set this environment "utf8mb4 and utf8mb4_unicode_ci

 

 

 

 

 

 

 

Go back to the Local instand MySQL 80

 

 

 

 

Error Code 1054. Unknown column 'name' in 'field list'

 

본인이 입력한 것이 오타가 있는 지 확인해보아라. 

 

Error Code: 1062. Duplicate entry '1' for key 'PRIMARY'

데이터가 안들어 갔다는 의미이다.

 

 


 

 

To be continue

복사했습니다!