mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
11 lines
272 B
PHP
11 lines
272 B
PHP
<?php require "header.inc"?>
|
|
<H1>Installation</H1>
|
|
|
|
<h2>MySQL</h2>
|
|
<ul>
|
|
<li>Grab a binary distribution from www.mysql.com. For RedHat Linux, get the mysql, mysql-client and mysql-devel rpms.
|
|
<li><tt>rpm -Uvh MySQL-devel-3.22.25-1</tt>
|
|
</ul>
|
|
|
|
<?php require "footer.inc"?>
|