摘要:
1.报错 完整报错信息 This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to u 阅读全文
摘要:
登录mysql后才可操作 创建账号 create user 'cenxi'@'%' identified with mysql_native_password by '666cenxi666'; 给所有权限 grant all privileges on *.* to 'cenxi'@'%' wit 阅读全文