Linux Tutorials on the topic “mysql”
-
[solved] MySQL - Got a packet bigger than 'max_allowed_packet' bytes
Author: Falko Timme • Tags: errors, mysql • Comments: 1
You see the following error while executing a MySQL query: 'ERROR 1153 (08S01) at line 138: Got a packet bigger than 'max_allowed_packet' bytes'. Here is the solution
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04
Author: Falko Timme • Tags: cherokee, mysql, php, ubuntu, web server • Comments: 2
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04 Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.6
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 0
Installing Nginx With PHP5 And MySQL Support On CentOS 5.6 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.0 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6
Author: Falko Timme • Tags: centos, lighttpd, mysql, php, web server • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu, web server • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze
Author: Falko Timme • Tags: debian, high-availability, mysql • Comments: 1
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.
-
MySQL Backup: Table By Table Backup With Auto Rotation, For Easy Restoration Of Partial/Full Database
Author: msalih • Tags: mysql, backup • Comments: 7MySQL Backup: Table By Table Backup With Auto Rotation, For Easy Restoration Of Partial/Full Database Here is a MySQL backup script which can take table by table backups (individual backup files of each table of each database) in a compressed format. It also provides an automatic rotation of old backup files. The backup script handles innodb and myisam tables separately.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 36
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.