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 […]
20/06/2020Cú pháp SQL cơ bảnác lệnh trong SQL Các lệnh trong SQL được bắt đầu với bất cứ từ khóa nào trong SQL như […]
17/12/2019Export databases with mysqldump and gzip filemysqldump -u[dbuser] -p[dbpass] [dbname] | gzip > [dbname].sql.gz
10/12/2019mysql import database teminalmysql -u[database_user] -p[database_pass] [database_name] < [name_file].sql
04/08/2020Stateless là gì? Stateful là gì?Stateless Trong lập trình web, chúng ta có sự tương tác giữa client với server. Phần mềm gồm 2 thành […]
14/09/2023How to remove X-Powered-By EasyEngine 4 (EE4)Step 1: Step 2: Edit file version.conf and remove add_header X-Powered-By “EasyEngine v4.6.6 Step 3: Restart docker