Related Articles
25 Best MySQL DATABASE interview questions
How do you start MySQL on Linux? – /etc/init.d/mysql start How do you start and stop MySQL on Windows? net start MySQL, net stop MySQL What’s the default port for MySQL Server? 3306 What does tee command do in MySQL? tee followed by a filename turns on MySQL logging to a specified file. It […]
5 Free Web Hosting Providers With Linux PHP and Mysql
Below are the Top Best 5 Free Web Hosting Providers With Linux PHP and Mysql along with Cpanel systems. Free Web Hosting Websites 1. 000WebHost 000WebHost.com provides one of the most reliable and feature-rich web hosting service without advertising. All accounts come with 500 MB disk space, 100 GB data transfer and PHP and MySql […]
How to Get the Current Timezone of Mysql Database
By running below query you can able to get the Current Timezone of the database server. select timediff(now(),convert_tz(now(),@@session.time_zone,’+00:00′));