Blogs

Quick MySQL Commands

To Login into the MySQL #mysql -u username -ppaswword and if its RDS : #mysql -h rds.

Read more

How to Reset Mysql ROOT Password

1) Stop the mysql demon /etc/init.d/mysql stop 2) Start the mysqld demon process using the –skip-grant-tables option with this command

Read more

Mysql- Database Sharding

“share nonthing” : Key Law on database sharding Architecture. Small Databases are Fast, Big Databases are Slow !

Read more