认证高级PHP讲师
Solved, add the address after @127.0.0.1
The questioner was a little careless today, but I really admire the questioner’s extensive coverage
I looked at the gorm documentation out of curiosity and found that you are missing something similar to a driver class
import ( "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" )
Solved, add the address after @
127.0.0.1
The questioner was a little careless today, but I really admire the questioner’s extensive coverage
I looked at the gorm documentation out of curiosity and found that you are missing something similar to a driver class