1.使用AJAX一定需要PHP回傳資料才會執行
2.很多次傳進去console.log資料都沒辦法收到,搞到瘋掉真正原因要在PHP前面增加
header('Content-Type: application/json; charset=utf-8');
才能轉換成json格式(切記一定要加)
3.MySQL Workbench使用外部的鍵值(foreign key),透過MySQL Workbench傳入MySQL發生Operation has completed with errors. Please see logs for details.的錯誤
4.解決辦法將VISIBLE拿掉
5.因為MySQL8才會有VISIBLE