MySQL

cbbrowne-HInyCGIudOg at public.gmane.org cbbrowne-HInyCGIudOg at public.gmane.org
Tue Sep 14 13:11:06 UTC 2004


> I have mysql installed . How does one find a database server that is willing 
> to let me use its data base. Specifically I am interested in obtaining 
> astronomy maps to be used in a program called Cartes du Ciel.
> I have the mysql running and in konsole mode it displays that it is listening
> on port 3292. But nothing is happening.
> Any idiea what to do?

YOU are the one that has to populate your database system with the data
that you want.

It won't magically download data from elsewhere on the Internet
(although MySQL AB might promise that as a feature for version 5.2...)

You have to find the data that you want, make sure it is in a form that
can be loaded into the database, and then submit it to your database.
Until you set up some tables (CREATE TABLE) and insert data into them
(INSERT), the database will remain idle.
--
If this was helpful, <http://svcs.affero.net/rm.php?r=cbbrowne> rate me
http://www3.sympatico.ca/cbbrowne/rdbms.html
"You can only  examine 10 levels  of pushdown, because that's  all the
fingers you have to stick in the listing."
-- Anonymous programmer - "TOPS-10 Crash Analysis Guide"
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list