Changes

Jump to: navigation, search

Creating New Databases and Tables with MySQL Administrator

417 bytes added, 15:38, 29 October 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[The MySQL Query Browser|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[Creating Databases and Tables Using SQL Commands|Next]]</td>
<tr>
<td width="20%">The MySQL Query Browser<td align="center"><td width="20%" align="right">Creating Databases and Tables Using SQL Commands</td>
</table>
<hr>
 
Unless a database already exists, very little can be done with MySQL until a database with at least one table has been created. Databases and tables can either be created using SQL commands (typically using the ''mysql'' tool) or using a grpahical administration tool such as ''MySQL Administrator''. In this chapter we will cover the creation of databases and tables using MySQL Administrator. If you prefer to use SQL commands to perform these tasks refer to [[Creating Databases and Tables Using SQL Commands]].

Navigation menu