Forwarded from R J
Check out this post… "DATA ENCRYPTION IN MYSQL".
http://databtale.blogspot.com/2021/06/data-encryption-in-mysql.html
http://databtale.blogspot.com/2021/06/data-encryption-in-mysql.html
Blogspot
DATA ENCRYPTION IN MYSQL
There are many ways of data encryption in MySQL. We always want to protect sensitive columns like Email, Phone number, Passcode, Cred...
Check out this post… "Converting Database Character set to UTF8MB4 with Minimal Downtime".
http://databtale.blogspot.com/2021/06/migrating-mysql-database-character-set.html
http://databtale.blogspot.com/2021/06/migrating-mysql-database-character-set.html
Blogspot
Converting Database Character set to UTF8MB4 with Minimal Downtime
In this blog post, we are going to see steps for migrating MySQL database from any character set to any other character set. M...
Check out this post… "Script to Reset Slave Using Same Master Position".
http://databtale.blogspot.com/2021/09/script-to-reset-master-using-same.html
http://databtale.blogspot.com/2021/09/script-to-reset-master-using-same.html
Blogspot
Script to Reset Slave Using Same Master Position
Hello Folks, Hope you are doing well. To begin with, you mostly have come across replication errors (few examples are given below), wher...
MySQL 8.0 – InnoDB Parallel Threads for Online DDL Operations – lefred blog: tribulations of a MySQL Evangelist
https://lefred.be/content/mysql-8-0-innodb-parallel-threads-for-online-ddl-operations/
https://lefred.be/content/mysql-8-0-innodb-parallel-threads-for-online-ddl-operations/
lefred blog: tribulations of a MySQL Evangelist
MySQL 8.0 – InnoDB Parallel Threads for Online DDL Operations
MySQL 8.0.27 introduced a new variable to control the maximum of parallel threads InnoDB can use for creating (sorting and building) secondary indexes: innodb_ddl_threads. This new variable is coupled with another new variable: innodb_ddl_buffer_size. If…