Hrm...
Assuming that the database you have created is on your webserver, then
perhaps the next step is to write some code to actually access the database.
This is where you need to RTFM, especially the sections about the different
API's.
http://www.mysql.com/Manual/manual.html#Perl
http://www.mysql.com/Manual/manual.html#PHP
http://www.mysql.com/Manual/manual.html#Java
http://www.mysql.com/Manual/manual.html#Cplusplus
http://www.mysql.com/Manual/manual.html#Python
http://www.mysql.com/Manual/manual.html#TCL
Then you write some code that can be executed by the webserver to access the
database or you begin your search for a qualified consultant.
I think you get the idea...
++
Aaron Lake
Senior Web Programmer
-----Original Message-----
From: Jesper Michelsen [mailto:jmich@stripped]
Sent: Tuesday, October 05, 1999 9:02 AM
To: mysql@stripped
Subject: MySQL on the internet
I've created a database with some tables and now I want to put it on my
homepage.
I guess it's not enough to just put the folder containing the *.frm, *.ISD,
*.ISM - files on the server ?
Jesper