- How to set MySQL Root password?
#mysqladmin -u root password YOURNEWPASSWORD
- How to Change MySQL Root password?
#mysqladmin -u root -p oldpassword password 'newpassword'
- How to check MySQL Server is running?
Enter password:
mysqld is alive
- How to Check which MySQL version
- How to Find current Status of MySQL server?
- How to check & see MySQL Server Variable’s and value’s?
#mysqladmin -u root -p variables
- How to check all the running Process of MySQL server?
- How to create a Database?
- How to delete a Database?
- How to reload/refresh MySQL Privileges?
# mysqladmin -u root -p refresh
- How to shutdown MySQL server Safely?
MySQL Flush commands
- flush-hosts: Flush all host information from host cache.
- flush-tables: Flush all tables.
- flush-threads: Flush all threads cache.
- flush-logs: Flush all information logs.
- flush-privileges: Reload the grant tables (same as reload).
- flush-status: Clear status variables.
- How to Connect remote mysql server
- How to store MySQL server Debug Information to logs?
Thanks brother....This tutorial will very very help me..
ReplyDeleteThanks.
Deletethis was very helpful. I really did helped
ReplyDeleteplease check this Subway Street Run
Thanks