|
You are here |
hyperborea.org | ||
| | | | |
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 [...] | |
| | | | |
callihandata.com
|
|
| | | | | The MySQL keyring plugin is a built-in plugin that can be used for encrypting data at rest and protecting sensitive information. Let's step through an example demonstrating what's visible in a file before and after encrypting data with the keyring plugin. Open for Business Using the sakila sample MySQL database, let's focus on the actor... | |
| | | | |
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 ... | |
| | | | |
bicofino.io
|
|
| | | I'm using InfluxDB a lot lately, InfluxDB is a time-series database written in Go. InfluxDB is easy to setup and to use, it comes with a CLI like MySQL for example and the commands are very similar, also, you have a web UI to make things even easier. If you want to develop applications using InfluxDB there is a ton of client libraries(Go, Python, Java, Ruby, etc.) too. In this tutorial we are going use InfluxDB 0. | ||