DB Geek Girl
Learning new things, everyday
Tuesday, October 15, 2019
MySQL storing time
›
Storing time in databases seems like a daunting task to many. The general principle with storing time in databases is - ALWAYS STORE TIME ...
Tuesday, October 1, 2019
Quick fix for Replication Error "but the master has purged binary logs containing GTIDs"
›
I ran into this error recently, and wanted to share a quick fix. This is what the problem looks like - mysql> show slave status \G ...
2 comments:
Wednesday, April 24, 2019
LDAP Authentication for MySQL
›
Why LDAP? LDAP stands for Lightweight Directory Access Protocol. It is based on a client server model. A client queries LDAP server, whi...
1 comment:
Tuesday, January 29, 2019
Passwordless authentication (supposedly) using mysql_config_editor
›
In the DBA operations world there are always challenges with passwords. How do you use the password for login, automation and operation scr...
1 comment:
Wednesday, December 19, 2018
Exchange Partition: An Archiving Strategy
›
As applications mature, tables tend to grow infinitely, specially the time series ones. They have tens of millions of rows and run up t...
2 comments:
Friday, January 19, 2018
Crash Recovery : Scratching the surface : Part 3
›
In the last post we saw how the log is written during the operation of a database system. In this post we will go over the actual recovery...
›
Home
View web version