|
You are here |
hyperborea.org | ||
| | | | |
arnorhs.dev
|
|
| | | | | I've been doing some Wordpress development for the last year or so. A few client projects, some personal etc. A common chore that I find myself doing is developing the sites on one server and then moving them to the next. Very often I'll be developing on a virtual machine instance on my local machine and then placing the files online later. Just copying the files and exporting and importing the database will not do, so there are a few extra steps you need to take to do this successfully. So the best way ... | |
| | | | |
xplus3.net
|
|
| | | | | If you have triggers or views in a MySQL database, a dump of that database will have clauses like: | |
| | | | |
j11g.com
|
|
| | | | | PSA: the MySQL utf8 character set is not real Unicode utf8. Instead use utf8mb4. So you landed here because some parts of your website are garbled. And this happened after a server or website migration. You exported your database and imported this export or dump on the new server. And now your posts look like [...] | |
| | | | |
phiresky.github.io
|
|
| | | Using relational databases in a typed language is a pain unless you have great libraries to support you. There's a lot of different libraries for TypeScript, but they all have their own advantages and flaws. Since it's hard to find anything other than TypeORM, this is a short list of the | ||