HeidiSQL: Another Free MySQL Client Tools
I bet many of you know what MySQL is and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as…
// TAG · 16 POSTS · MYSQL
I bet many of you know what MySQL is and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as…
PHP and Adobe Flash (formerly Macromedia Flash) are popular scripts used for creating web pages and online multimedia presentations. The two scripts can be combined to…
If you are looking for a nice and good database designer for MySQL, then I’m very recommend you to use MySQL Workbench. Besides it is free…
ODBC or Open Database Connectivity provides a standard software interface for accessing database management systems (DBMS). ODBC could work in multi-platform environments. With the ODBC API,…
Sometimes your MySQL database data is corrupted. Usually it is not properly closed when querying the database, because of high server load or the MySQL server…
Nginx is a simple yet powerful web server. It is widely known for being a stable web server. If it is well configured, Nginx rarely has…
These past couple of days I’ve spent a lot of time debugging the nginx 504 gateway timeout error. As far as I understand, this error 504…
If you are a PHP web developer or want to be, it is a must that you need to have a testing environment. A testing environment…
As you know your website data is stored in your database server, in this case MySQL. To prevent disaster, backing up your data regularly is a…