$
grep
-r --tag="mysql"
posts/
// 1 post found
TAG
tag/mysql
$ wc -l tag/mysql/ // 1 entry
-
2013-07-26
Step 1 - Stop mysql service # /etc/init.d/mysql stop You should see something like this Stopping MySQL database server: mysqld. Step 2 - Start MySQL server with out password # mysqld_safe --skip-grant…