Linux Tutorials on the topic “mysql”
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: fedora, lighttpd, mysql, php • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 11 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 11 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.04. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1
Author: Falko Timme • Tags: lighttpd, mandriva, mysql, php • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2009.1 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP)
Author: Falko Timme • Tags: apache, debian, mysql, php • Comments: 11
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Lenny server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 8
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Lenny)
Author: Falko Timme • Tags: apache, debian, mysql • Comments: 0
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Lenny) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Lenny 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.
-
How To Set Up MySQL Database Replication On Fedora 10
Author: Falko Timme • Tags: fedora, mysql • Comments: 5
How To Set Up MySQL Database Replication On Fedora 10 This tutorial describes how to set up database replication in MySQL. 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. I will use Fedora 10 for the master and slave in this tutorial.
-
How To Add Two-Factor Authentication To phpBB
Author: nowen • Tags: apache, linux, mysql, php, security • Comments: 0How To Add Two-Factor Authentication To phpBB This document describes how to add WiKID two-factor authentication to phpBB through Apache using mod_auth_xradius. Given the recent attack against phpBB and the exposure of it's users' passwords, we thought two-factor authentication might be timely.
-
Reset Forgotten MySQL Root Password
Author: cmdln • Tags: mysql • Comments: 38Reset Forgotten MySQL Root Password Have you ever forgotten the root password on one of your MySQL servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server.
-
IP Address Geolocation From MySQL
Author: marchost • Tags: linux, mysql • Comments: 9IP Address Geolocation From MySQL In this short tutorial I will use a local MySQL database to do IP addresses geolocation.