The version of the installed MySQL server can be found out easily by running the following command from the MySQL prompt.
mysql> SHOW VARIABLES LIKE “%version%”;
The PHP configuration file, php.ini , is the final and most immediate way to affect PHP's functionality. The php.ini file is read ea...
No comments:
Post a Comment