Do you run long MySQL queries? Do you want to know what your Amazon RDS database is really doing? With this one easy command, monitor processes on MySQL Amazon RDS (or any MySQL database) just like the “top” command for linux: mysqladmin –host=your.unique.address.rds.amazonaws.com –user=root –password=yourPassword -i 1 processlist –verbose –host – The host […]