Delphi PHP C# CentOS mysqld timeout metaWeblog API file attachment SQL db autorepair mt_rand Java TidURI select rndom row VPS TQuery Virtual Private Hosting allow_persistent mysqlcheck image upload by metaweblog API httpd cron copy & paste body blog bash

IMAGE UPLOAD BY METAWEBLOG API.ZIP

SQL to Select a random row from a database table   (created at Jan 07, 2008)   72  

There are lots of ways to select a random record or row from a database table. Here are some example SQL statements that don't require additional application logic, but each database server requires different SQL syntax.Select a random row with MySQL: SELE...

How to download/grap web pages or XML document at internet website in Delphi XE?   (created at Jul 20, 2015)   145  

If you are considering Delphi XE as cross compiler for the multiple platforms such as Android, iOS, and Windows, you need to have the standard method to get web content such as the normal text, or XML document as a result of RESTful API.Delphi provides the...

mysql optimization – if you are using Word Press, do not turn off persistent connection   (created at Jun 12, 2012)   134  

I am using Virtual Private Hosting service, and I found that my server has some problem as below. As you can see the CPU occupation rate is more than 300%. So my server response speed is the most slower than I had experiences before. I had read some articl...
mysql optimization – if you are using Word Press, do not turn off persistent connection

How to optimize MySQL automatically in CentOS Linux   (created at Mar 06, 2012)   206  

I am using CentOS Linux for service purpose. Main reason to use CentOS is cheaper hosting for private purpose. Actually MySQL requires periodical optimization process in my experiences, and I use /etc/cron.hourly usually for those kind of bath processing.&...

Setting TQuery SQL Statement   (created at Aug 25, 2007)   6,369  

This source code sets the SQL String in Query1. As it fits on one line we just use SQL[0].The SQL statement finds all the fields from the Article table where the user_id field is equal to a varaible Text value dbtUser.Text.A better way would be to use Para...