HI THERE !!!


P L E A S E  ,,,  L E A V E    M Y   E - M A I L    A C C O U N T   A L O N E  !!!
You are sending me hundreds of messages from anybody and nobody !
I am not a garbage bin for so many messages !
I am tired to delete them !
 

S O ,   U N S U B S C R I B E   M E    N O W   !!!!
 
 
 
 
 
 

Dan Kegel wrote:

Corey Shelton wrote:
> I was told that there's a JAVA web interface for MySQL that works much
> better than the one currently in Perl.  Could someone point me in the right
> direction?

Here's my setup (from a post in comp.databases):

I needed to do some web database stuff on Linux.
I got up and running fairly quickly, so I thought I'd
post a note about exactly what packages I installed.

The packages I picked were
MySQL, Apache, PHP3, JDK1.1.6, JDBC, and Red Hat Linux 5.1.

In particular, the RPM's
ftp://ftp.redhat.com/pub/contrib/hurricane/i386/apache_php3-1.3b6-1.i386.rpm
ftp://ftp.redhat.com/pub/contrib/hurricane/i386/libgd-1.3-2.i386.rpm
http://mysql.he.net/Downloads/MySQL-3.21/RPMS/i386/mysql-client-3.21.32a-rh50.1.i386.rpm

(You may need to retrieve the RPM's with plain old FTP, not with a
web browser.  Web browsers tend to get confused by the extension.)

plus Java support (these aren't RPM's)
ftp://ftp.tux.org/pub/java/JDK-1.1.6/i386/glibc/v4a/jdk1.1.6v4a-i386-glibc.tar.gz
http://www.worldserver.com/~mmatthew/mysql/dist/mm.mysql.jdbc-1.1.zip

Here's example PHP2 code (pretty easy to convert to PHP3; PHP3 code
available several places I can't recall just now):
http://www.webtechniques.com/features/1998/01/note/note.shtml

All these things seem to be playing together nicely for me.

For more info on PHP3, see http://www.php.net/
For more info on MySQL, see http://mysql.he.net/
For more info on Java under Linux, see
http://www.blackdown.org/java-linux.html
For more info on a jdbc driver for mysql, see
http://www.worldserver.com/~mmatthew/mysql/

Be sure to read the MySQL documentation and try out a
few examples.  The FAQ in the doc really does get
you through most common questions.
- Dan

  

Reply via email to