mysql command

Recover MySQL root Password

by Vivek Gite on April 18, 2006 · 211 comments

You can recover MySQL database server password with following five easy steps.

{ 211 comments }

If you want to get optimized and speedy response from your MySQL server then you need to add following two configurations directive to your MySQL server: query_cache_size=SIZE The amount of memory (SIZE) allocated for caching query results. The default value is 0, which disables the query cache. query_cache_type=OPTION Set the query cache type. Possible options [...]

{ 19 comments }