6:23:00 PM
Achappan Mahalingam
No comments
Related Posts:
Which command is used to find the total number of php files in linux directory? [root@achappan~]# find . -name '*.php' | wc -l … Read More
How to Check and Repair MySQL Tables Using Mysqlcheck 1. Check a Specific Table in a Database # mysqlcheck -c <dbname> <tablename> -u root -p 2. Check All Tables in a Database # mysqlcheck -c <dbname> -u root -p 3. Check All Tables and All Databases # mys… Read More
13 Essential Tools to Check Cross-Browser Compatibility Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when featu… Read More
Date Format Validation in PHP <?php $… Read More
Restart, Start, Stop MySQL Service from Linux Command Line To restart, start or stop MySQL server from the command line, type the following at the shell prompt… /etc/init.d/mysqld start /etc/init.d/mysqld stop /etc/init.d/mysqld restart Some Linux flavo… Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment