Linux Tutorials on the topic “mysql”
-
Installing MySQL-Frontend Chive (A phpMyAdmin Alternative)
Author: Falko Timme • Tags: linux, mysql • Comments: 2
Installing MySQL-Frontend Chive (A phpMyAdmin Alternative) This guide explains how to install the phpMyAdmin alternative Chive. Chive is a free, open source, web-based database management tool with easy administration, super fast UI and state of the art web technologies. It takes advantage of the capabilities of modern browsers. Features include an SQL editor with syntax highlighting and built-in profiling of SQL queries.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 4
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04 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 an Ubuntu 11.04 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 15
Author: Falko Timme • Tags: fedora, mysql, nginx, php, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 15 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 Fedora 15 server with PHP5 support (through PHP-FPM) and MySQL support.
-
-
Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, mysql, nginx, ubuntu, web server • Comments: 6
Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 The phpMyAdmin package from the Debian/Ubuntu repositories comes with configuration files for Apache and Lighttpd, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 phpMyAdmin package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.10
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 4
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.10 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 an Ubuntu 11.10 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 9
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0 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 6.0 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail
Author: ZhangHuangbin • Tags: antivirus, apache, email, linux, mysql, postfix • Comments: 0Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail We're going to set up a free, full-featured mail server on Gentoo Linux, all mail service related components are free and open source, and you own all data. The installation process is extremly easy and smooth.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support.
-
Creating A Portable MySQL On CentOS 6 And Ubuntu 11.10 Linux From Sources
Author: eduardo.lago.aguiar • Tags: mysql, ubuntu, centos • Comments: 1
Creating A Portable MySQL On CentOS 6 And Ubuntu 11.10 Linux From Sources This tutorial shows how to create a portable MySQL installation on GNU/Linux. At the end of this guide you will obtain a portable MySQL installation on a target directory with its own databases, binaries, logs, pid files, etc. Consider always the use of a permission preserving packaging (like TAR) for moving the installation between systems or removable storages.
-
Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3
Author: Till Brehm • Tags: control panels, debian, email, ispconfig, mysql, web server • Comments: 46
Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3 This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 6 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers and Unison will be used to Sync the /var/www (websites) and /var/vmail (email account data) folders.