Dev log
Migrate a WordPress site from local to live
Move a WordPress site from your computer to a live server. Copy the files, move the database, fix URLs safely (serialized data included) and check everything.
4 min read
Tag
mysql
Dev log
Migrate a WordPress site from local to live
Move a WordPress site from your computer to a live server. Copy the files, move the database, fix URLs safely (serialized data included) and check everything.
4 min read
Dev log
Remove or escape illegal characters in a MySQL string
There are two jobs here. Stop quotes breaking a query with prepared statements, and clean unwanted characters out of stored data with REPLACE, TRIM or REGEXP_REPLACE.
4 min read