分類: sql

sql

設定mysql binlog 保留時間,及相關的查詢、刪除

查詢自己是否有開啟binlog 在mysql資料庫,如果資料庫安裝的時候,有啟用了log-bin選項,那麼,所 […]

Be the First to comment. Read More
php, sql

sql的hex攻擊注入

之前其實我一直在想 怎可以透過sql injection注入程式碼進去 原來發現其實 sql會吃hex編碼的東 […]

Be the First to comment. Read More
sql

[sql]根據日期統計數量

最近幫朋友解決一個小mysql問題,其實不是甚麼難的 他就是只是想要根據每一天來統計一下說log數量有多少 其 […]

Be the First to comment. Read More
sql

15個優化你的sql Query的方式

這邊先介紹15個優化你的sql Query的方式 1.Indexes 對你的欄位做Index優化是非常常見的優 […]

Be the First to comment. Read More
sql

[sql] 基本功能介紹-view fk pk unique

這篇會稍微簡單介紹一些sql常用的設定,包含Primary key 、Unique key、foreign k […]

Be the First to comment. Read More