> [EMAIL PROTECTED] (Moritz Von Schweinitz) writes:
> > AFAIK the mysqladmin tool doesn't really do anything else than alter the
> > predefined database called mysql that's in charge of all the
> > configuraton of the other databases - why not simply alter that DB with
> > the DBI? i think the mysql docs describe the db-structure in more
> > detail...
> >
> > just my two cents (ha! finally us europeans can say that, too! :-)
>
> Did they add a "CREATE DATABASE" SQL command when I wasn't looking?
> And can it be accessed through the DBI?  If so, then nevermind.  I
> think the version of MySQL that I learned first didn't have that; if
> so, maybe that's what's mixing me up.
>

The MySQL docs on the CREATE DATABASE command:
http://www.mysql.com/doc/C/R/CREATE_DATABASE.html



Reply via email to