Linux Tutorials on the topic “mysql”
-
Installing Nginx With PHP5 And MySQL Support On Fedora 12
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 2
Installing Nginx With PHP5 And MySQL Support On Fedora 12 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 12 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.04
Author: Falko Timme • Tags: cherokee, mysql, php, ubuntu • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.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 9.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: cherokee, fedora, mysql, php • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On Fedora 11 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 a Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Cherokee With PHP5 And MySQL Support On Debian Lenny
Author: Falko Timme • Tags: cherokee, debian, mysql, php • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On Debian Lenny 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 a Debian Lenny server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10
Author: Falko Timme • Tags: cherokee, mysql, php, ubuntu • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10 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 9.10 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Install Drupal 5.6 On Debian Etch With ISPConfig
Author: lubos • Tags: control panels, debian, ispconfig, mysql, other, php • Comments: 3How To Install Drupal 5.6 On Debian Etch With ISPConfig Drupal is a PHP based CMS (Content Management System) with great community support and a huge amount of modules. Drupal can be installed as a single site or it can be installed as a multisite.
-
Virtual Hosting Howto With Virtualmin On CentOS 5.1
Author: topdog • Tags: antivirus, bind, centos, control panels, dns, email, ftp, mysql, postfix • Comments: 17Virtual Hosting Howto With Virtualmin On CentOS 5.1 This tutorial shows how to set up a CentOS 5.x server to offer all services needed by virtual web hosters. These include web hosting, smtp server with (SMTP-AUTH and TLS, SPF, DKIM, Domainkeys), DNS, FTP, MySQL, POP3/IMAP, Firewall, Webalizer for stats.
-
How To Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 9.10)
Author: Falko Timme • Tags: apache, mysql, ubuntu • Comments: 0
How To Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 9.10) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
When To Use Indexes In MySQL
Author: tsmonaghan • Tags: mysql • Comments: 17
When To Use Indexes In MySQL This comes up in discussions almost every new project I work on, because it's a very important thing to consider when designing a database. When deciding when and how to create an index in your MySQL database, it's important to consider how the data is being used.
-
Allow Your Applications To Access The XAMPP MySQL Server Directly
Author: mrashad • Tags: linux, mysql • Comments: 3Allow Your Applications To Access The XAMPP MySQL Server Directly If you want to have a full featured "LAMP" server with one step you can use "XAMPP", it's easy and fast but you can't access its MySQL database server using the regular "mysql" client (/usr/bin/mysql), you have to use its own client (/opt/lampp/bin/mysql) to do that.