ec2jlist — java program to list aws ec2 simpledb s3 resources across all regionsList ec2 instances, simpledb resources and s3 resources across all accounts and regions I was trying to get aws resources across all...
Staged approach to building a Data Lake Most data lakes have emerged from incremental growth and experimentation. The idea of designing a data lake is something that few people...
Don’t remember MySQL Root Password?If you don’t remember your MySQL root password, you can follow the steps below to reset it to a new value. The following example uses...
MySQL Script to monitor and kill long running queriesLong-running MySQL queries can bring down the whole database even before you react. One of the ways to keep the application running and...
Identify and Kill Queries with MySQL Command-Line ToolLong-running MySQL queries keep other transactions from accessing the necessary tables to execute a request, leaving your users on hold....
How to enable MySQL for remote login I have MySQL installed in the bitnami directory structure. Change the directory structure based on where you install is located. At the...