[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ3 PHP4 and MySQL
- Subject: Re: [cobalt-users] RAQ3 PHP4 and MySQL
- From: James Spahr <james@xxxxxxxxxxxxxxx>
- Date: Fri Jun 23 18:21:58 2000
on 6/22/00 6:23 PM, Boss at bcnu@xxxxxxxxxxxxx wrote:
> Some of the messages in the list have made me want to be absolutely sure about
> how to install. Very new to RAQ and would appreciate any info offered on how
> to successfully install the latest versions of PHP and MySQL. Would this be
> as simple as it was to install on the REDHAT box I use at the office?
I got my Raq3i today, new to linux, and I installed it no problems (ecpect
PHP 3.0.16 not 4). These screen dumps are for a Raq3 only!
Install MySQL+PHP like this (watch the Wrap)
type (or copy paste & avoid the return charaters) all the lines after the
'#' symbol (and to the '.rpm') once you telnet into your raq
You mail client will put return characters into these lines, be careful.
After
[admin@www4]# su root
password *******
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/MySQL-3.22.32-1.i386.rpm
MySQL
##################################################
Creating db table
Creating host table
Creating user table
Creating func table
Creating tables_priv table
Creating columns_priv table
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.c
om
Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy.
Starting mysqld daemon with databases from /var/lib/mysql
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/MySQL-client-3.22.32-1.i386.r
pm
MySQL-client
##################################################
[root@www4]# rpm -Uvh ftp://ftp.colbaltnet.com/pub/experimental/Raq3/rpm
-Uvh MySQL-devel-3.22.32-1.i386.rpm
MySQL-devel
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/freetype-1.2-7.i386.rpm
freetype
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/freetype-devel-1.2-7.i386.rpm
freetype-devel
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/freetype-utils-1.2-7.i386.rpm
freetype-utils
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/gd-1.3-5.i386.rpm
gd
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/gd-devel-1.3-5.i386.rpm
gd-devel
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/php-3.0.16-2C2.i386.rpm
php
##################################################
[root@www4]# rpm -Uvh
ftp://ftp.colbaltnet.com/pub/experimental/Raq3/php-mysql-3.0.16-2C2.i386.rpm
php-mysql
##################################################
[root@www4]#
HTH - this does it all except start MySQL after a reboot.
James.