Posts tagged as:

Tech

Perl : search and replaced

There are many times when we need to search and replace certain words from files. Doing it manually will be very time consuming. One way to do it is using VI ( my favorite editor !) search n’ replace.
The better option is using perl command line search and replace option. The syntax is the following.
# [...]

Read the full article →

Reset root mysql password

By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root [...]

Read the full article →