MySQL8.0删除password()函数
如果使用PASSWORD会报错:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near xxx
可以使用SHA1()替代
如果使用PASSWORD会报错:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near xxx
可以使用SHA1()替代