19/06/2021Disable quyền ghi file wordpressdefine( 'DISALLOW_FILE_EDIT', true ); define( 'DISALLOW_FILE_MODS', true );
09/12/2019Query mysql update home and siteurl table wp-option wordpressCâu lệnh SQL update url website wordpress SET SQL_SAFE_UPDATES = 0; UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl.com', 'http://www.newurl.com') WHERE […]
10/10/2020No space left on deviceVào một ngày làm việc đẹp trời, khi bạn đang phăm phăm lướt những ngón tay điêu luyện của mình […]
17/06/2023Lỗi Export mysql “ERROR 1045 (28000): Access denied for user”If you’re able to connect to the database using mysql, but you get an error for mysqldump, then the problem […]
16/06/2020Database là gì?Database là gì? Một Database (Cơ sở dữ liệu) là một tập hợp dữ liệu đã được tổ chức sắp […]
24/06/2020Kiểu dữ liệu trong SQLKiểu dữ liệu trong SQL định nghĩa một kiểu giá trị mà một cột có thể chứa. Trong một bảng, […]