Posts Tagged ‘mysql’

In my new server, I have to do some fine tuning of MySQL 5 and here is what my.cnf file looks like for a double 2.33GHz CPU(four cores) machine with 16GB of memory. Below are notes on some of the important variables, I took down while tuning the config file. 1. query_cache_size: * MySQL provides [...]

Monday, June 21st, 2010 at 08:23 | 0 comments
Categories: database
Tags: ,

The PHP server-side scripting language and the MySQL database management system (DBMS) make a potent pair. Both are open-source products–free of charge for most purposes–remarkably strong, and capable of handling all but the most enormous transaction loads. Both are supported by large, skilled, and enthusiastic communities of architects, programmers, and designers. PHP and MySQL Web [...]

Saturday, April 18th, 2009 at 20:09 | 2 comments
Categories: books, php

Many people know from their own experience that it’s not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just [...]

Saturday, April 11th, 2009 at 16:19 | 0 comments
Categories: linux, perl, php, toolkit
Tags: , , ,
TOP