摘要:
1. ERROR 1418 ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled 阅读全文
摘要:
Windows PowerShell 版权所有(C) Microsoft Corporation。保留所有权利。 安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows PS C:\Users\iyang> mysql -u root -p Enter 阅读全文
摘要:
一、 mysql> use test Database changed mysql> create table if not exists branch( -> branchNo varchar(5) primary key, -> street varchar(30) not null, -> c 阅读全文