Tag: Technical

MYSQL error (appending)

1. not allow grant (mysql 8.x) MYSQL8.0版本中,grant 命令已經做了一些限制,需要增加子用戶。 2. create user with ‘localhost’ limited. 3. first install the mysql-server ‘s log after you installed the my-server(8.0) ,the /var/log/mysql/error.log ‘s content as below : about the ‘—initialize-insecure’ introduction document link is Here. https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_initialize-insecure if you want use the mysqld —initialize command to generate mysql database password, […]