Re: Help with the World.sql sample database

2010-02-11 Thread Paul DuBois
On Feb 11, 2010, at 11:47 AM, kebede teferi wrote: > Could any one lead me to a true link where I can download the world.sql > sample database? Thanks. Go to: http://dev.mysql.com/doc/ Click on the "Other Docs" tab to get to: http://dev.mysql.com/doc/index-other.html You

Re: Help with the World.sql sample database

2010-02-11 Thread Carlos Proal
On 2/11/2010 11:47 AM, kebede teferi wrote: Could any one lead me to a true link where I can download the world.sql sample database? Thanks. http://dev.mysql.com/doc/index-other.html Carlos Proal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Help with the World.sql sample database

2010-02-11 Thread kebede teferi
Could any one lead me to a true link where I can download the world.sql sample database? Thanks.

RE: sample database

2002-02-01 Thread Mike
PM To: [EMAIL PROTECTED] Subject: sample database I'm trying to create a database system for our school and since 'm still new to MySQL, I'm wondering if there are any sample databases (student registration/enrollment information, employee payroll, etc.) published in the internet so

sample database

2002-02-01 Thread Luie delos Santos
I'm trying to create a database system for our school and since 'm still new to MySQL, I'm wondering if there are any sample databases (student registration/enrollment information, employee payroll, etc.) published in the internet so that I can have some idea on how to go about developing our o

Re: Is there a sample database with tables

2001-01-15 Thread Scott Baker
Yes MySQL comes empty. You have to make tables. At 05:36 AM 1/14/2001 -0800, jim.brown wrote: >I installed MySQL on Win98 and acessed it from a SmartArrays program >which uses ODBC with this connection string: > >DSN=sample-MySQL;DRIVER={MySQL} > >This worked. When I asked for the the list of ta

Is there a sample database with tables

2001-01-14 Thread jim.brown
I installed MySQL on Win98 and acessed it from a SmartArrays program which uses ODBC with this connection string: DSN=sample-MySQL;DRIVER={MySQL} This worked. When I asked for the the list of tables, there were not tables. Is this expected? Jim ---