Mysql

How to: Remote Root Access to MySql

Posted under Article, Mysql on Sunday, 6 September 2009 by rueben

Very quickly, another thing that I typically like to do on my server boxes is allow root access to my Mysql database from remote computers. I don’t forward the port through my router and I use a very secure password (doesn’t everyone?).

How to: Remote Root Access to MySql

MySQL Multi-table queries Left Join and Right Join

Posted under Article, Development, Mysql on Saturday, 8 August 2009 by Jack

Mysql multi-table query Left Join and Right Join to Use

MySQL Multi-table queries Left Join and Right Join

Upload files into MySQL using php

Posted under Article, Development, Mysql, PHP on Sunday, 2 August 2009 by rueben

There are, however, some special circumstances that do require a little more complex tactics.For example, when handling sensitive data, putting the files into a database gives you a little more control over how the data is handled and who has access to it.This article shows a simple way of putting files into a MySQL table, using PHP.

Upload files into MySQL using php

Tungsten replicator do mysql cluster backup

Posted under Article, Development, Mysql on Saturday, 25 July 2009 by rueben

Tungsten is a family of open source technologies for database clustering and replication. Tungsten includes replication, management, SQL routing, and proxying that improve database availability, protect data, and raise application throughput.

Tungsten replicator do mysql cluster backup

FFmpeg,FFmpeg-PHP,Mplayer,Mencoder,flv2tool integrated configuration

Posted under Development, Mysql, PHP on Friday, 24 July 2009 by rueben

Have developed a video sharing site, users upload videos, using FFmpeg convert. Flv and .3 gp format. web site is very simple procedure, the main task is to configure the video server.Now the video server configuration steps, share out.

FFmpeg,FFmpeg-PHP,Mplayer,Mencoder,flv2tool integrated configuration

Mysql automatic backup script

Posted under Article, Featured, Mysql on Sunday, 19 July 2009 by Jack

Mysql automatic backup script,This script only once a day, and only the most recent five-day backup on the server.

Mysql automatic backup script

Mysql bin log files to remove the shell

Posted under Article, Mysql on Sunday, 19 July 2009 by Jack

Mysql bin log files to remove the shell script, share to everybody

Mysql bin log files to remove the shell

Apache+Tomcat+Mysql load balancing and clustering

Posted under Article, Java, Mysql on Sunday, 19 July 2009 by rueben

Recently developed a Web site, it is estimated that the maximum online 30000, up to 100 concurrent. Development site can stand the pressure, how to ensure that there is no problem loading the site, after decisions are as follows…

Apache+Tomcat+Mysql load balancing and clustering

Mysql slow log analysis tools comparison

Posted under Article, Mysql, Software on Thursday, 16 July 2009 by rueben

Mysql slow log to record the execution time is longer (more than long_query_time seconds) a log of the sql tools.

Mysql slow log analysis tools comparison

Replication Optimization of some of my thoughts

Posted under Article, Development, Mysql on Thursday, 16 July 2009 by rueben

Replication can be suspended for an hour after the restart Replication, Slave to observe how long the data can be consistent with the Master. Replication restart from the Master data and agreed to spend the time and the suspension of time Replication is the ratio of the capacity of Replication.

Replication Optimization of some of my thoughts