On Mon, 07 Feb 2005 11:02:07 -0800, in mailing.database.mysql Bill
Karwin <bill.RemoveThis@karwin.com> wrote:
>| Jim Bunton wrote:
>| > New to MySql:
>| > I can't seem to get a grab on what is a schema and what is a database
>| > So I have seen! the 'Mysql' Database and the Test Database
>| > I'm runninng the database Administrator and thinking
>| > "What I what to do now is create a new one of these to create my own tables
>| > in."
>|
>| Strangely, I have found no way in the graphical front-end applications
>| provided by MySQL (MySQL Administrator, MySQL Query Browser), to create
>| a database.
Try mySQL Control Center
In mySQL Administrator
Click/ Select Catalogs
Right mouse click in the Schemata list and select Create New Schema,
type in the new schema/database name, press enter.
The right panel will show an empty table list for the newly created
schema. Click on the Create Table button at the bottom of the screen.
IMHO the Create Table window is a couple of steps backward from the
old Control Centre functionality.
>| As far as I know, only the command-line mysql utilities can do this.
>| Run 'mysql' at the command line. In the mysql shell, you can issue a
>| 'CREATE DATABASE' command.
>|
>| See:
>| <a style='text-decoration: underline;' href="http://dev.mysql.com/doc/mysql/en/mysql.html" target="_blank">http://dev.mysql.com/doc/mysql/en/mysql.html</a>
<font color=purple> >| <a style='text-decoration: underline;' href="http://dev.mysql.com/doc/mysql/en/create-database.html</font" target="_blank">http://dev.mysql.com/doc/mysql/en/create-database.html</font</a>>
>|
>| After the database is created, you can use the same command-line
>| interface or else the MySQL Query Browser GUI application to do
>| virtually everything else you need to do.
>|
>| Other GUI applications, such as phpMyAdmin, include a database creation
>| feature, but these are not interfaces provided by MySQL AB.
>|
>| Regards,
>| Bill K.
---------------------------------------------------------------
jnorthau.RemoveThis@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Jumping the First Hurdle