public MySql databases online?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vineyard_saker@yahoo.com

    public MySql databases online?

    Hi,

    I am new to MySql and I want to practice querying by playing around a
    relatively large and complex database without having to enter all the
    data myself. Is there a publicly available MySql database on the
    internet which I could download? (the "world" database on the MySql
    website is really to simple to be useful). Of course, it would be even
    more pleasant if this database contained some interesting data.

    Many thanks in advance,

    VS

    PS: are MySql databases different depending on the system they are used
    on? I use Linux - can I download and practive with a MySQL database
    designed under Windows or Mac?

  • steve

    #2
    Re: public MySql databases online?

    "vineyard_saker " wrote:[color=blue]
    > Hi,
    >
    > I am new to MySql and I want to practice querying by playing
    > around a
    > relatively large and complex database without having to enter
    > all the
    > data myself. Is there a publicly available MySql database on
    > the
    > internet which I could download? (the "world" database on the
    > MySql
    > website is really to simple to be useful). Of course, it
    > would be even
    > more pleasant if this database contained some interesting
    > data.
    >
    > Many thanks in advance,
    >
    > VS
    >
    > PS: are MySql databases different depending on the system they
    > are used
    > on? I use Linux - can I download and practive with a MySQL
    > database
    > designed under Windows or Mac?[/color]

    You can run mysql under Windows, Linux (Mac I don’t know, find via
    search engine).

    Use a package to install php, phpmyadmin, mysql e.g. appserv. Saves
    you a ton of work.

    Mysql is usually used with php. So if you call it from php, you can
    easily insert many recrods to the db in a loop creating a database as
    large as you want.

    --
    Posted using the http://www.dbforumz.com interface, at author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: http://www.dbforumz.com/mySQL-public...ict211144.html
    Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=741485

    Comment

    Working...