Category Archives: Databases
Mysql master/slave replication
The replication mechanism is very powerful and useful feature. Here I will try to briefly describe how to set it up.
MYSQL quick overview
Here I systematized some of my MYSQL knowledges.
Reset mysql password in several steps.
Make new password for mysql user in 5 simple steps.
How to print all tables at Oracle database.
If you want to get all avaible tables in Oracle database you need a run this simple sql query:
Print space utilization at Oracle
To print total and available space of Oracle database you can use next sql query. It’s a pretty good tool for monitoring.