1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 11:42:09 +02:00
Files
archived-web-php/oreilly99/s_install2.php3
1999-08-21 16:11:20 +00:00

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"?>