> I'm newly acquinted with MySQL today, and made a very first attempt to
> create a table with MySQLGUI. However, the "Commands-Tables-Create Tables"
> menu option doesn't seemed implemented -- nothing happens. Is this something
> that hasn't been implemented, or am I not using the tool correctly? I'm
> using the Win32 Static Binary of MySQLGUI 1.7.5-2. Can you please help?


Scott,

Did you first create a database?

1 log in to MySQL/the tool (the Relational Database Management System)
2 create a database (the 'container' for a set/group of tables)
3 create a table (the relation/rows and columns)
4 insert data (the contents)
5 select, etc... (the reason for it all)

=dn



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to