PDA

View Full Version : Questions about upgrading to mysql-3.23.36


saleem
Fri 6th Apr '01, 10:51pm
Hello

1. I've got 3.23.35 on RedHat 7. What are the necessary files for the ubgrade.

2. How to transfer them directly from www.mysql.com into my server.

3. How to install them. ( I think I know this one )

4. what is the way to check if I am using MyISAM or not.

5. How do I make my PHP files to run as CGI.

Thanx in advance.

saleem
Sun 15th Apr '01, 3:16pm
Thanx to all of those who read my post. Follows are the answers to my question:

1. You will need MySql server for linux on intel machines. Down load the rpm. Cuz it is easier to use. For 3.23 users just use " rbm -U filename " from the shell and you are done. For 3.22 users go here

http://www.mysql.com/doc/U/p/Upgrading-from-3.22.html

2. Use nix's lynx browser to down load any file into your server. In case of intel nix machine just type " lynx http://www.mysql.com/Downloads/MySQL-3.23/MySQL-3.23.36-1.i386.rpm " out of shell prompt to down load the file.

3. Go to #1.

4.MySQL 3.23 run databases using MyISAM by-default.

5. Contrary to what some believe, running PHPs using mod_php is faster than mod_perl.


Thanx again