Linux Tutorials on the topic “mysql”
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 13
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 13.04 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Debian Wheezy
Author: Falko Timme • Tags: apache, debian, mysql, php, web server • Comments: 14
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 4
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.
-
-
How To Run Your Own Web SMS Portal With PointSMS
Author: coolzj • Tags: apache, centos, linux, mysql, php • Comments: 2How To Run Your Own Web SMS Portal With PointSMS This tutorial will show you how you can set up an SMS web site on CentOS using PointSMS.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3
Author: Falko Timme • Tags: linux, mysql, nginx, php, web server • Comments: 2
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3 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 Scientific Linux 6.3 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP)
Author: Falko Timme • Tags: apache, linux, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Scientific Linux 6.3 server with PHP5 support (mod_php) and MySQL support.
-
How To Skip Certain Errors In MySQL Replication
Author: Falko Timme • Tags: mysql • Comments: 5
MySQL replication is nice, however it can happen that it stops because of an error, and restoring a working replication can be hard - you need to set locks on the master to get a consistent MySQL dump, and during that time websites are not accessible. However there's a way to make the MySQL slave ignore certain errors using the slave-skip-errors directive.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18
Author: Falko Timme • Tags: fedora, lighttpd, mysql, php, web server • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 18 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support.
-
Set Up Rsnapshot, Archiving Of Snapshots And Backup Of MySQL Databases On Debian
Author: grungy • Tags: backup, debian, mysql • Comments: 4
Set Up Rsnapshot, Archiving Of Snapshots And Backup Of MySQL Databases On Debian This howto will show you how to install and set up Rsnapshot, enable archiving of snapshots and how to back up MySQL databases on Debian.