Databases in Mysql!

liunx

Guest
Ok, im extremely new to Mysql, and need to know how to make tables inside databases, any suggestions?Perhaps some tutorials could help you:
<!-- m --><a class="postlink" href="http://www.devshed.com/Server_Side/MySQL/">http://www.devshed.com/Server_Side/MySQL/</a><!-- m -->
<!-- m --><a class="postlink" href="http://perl.about.com/compute/perl/cs/mysql/">http://perl.about.com/compute/perl/cs/mysql/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.mysql.com/information/links.html">http://www.mysql.com/information/links.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.analysisandsolutions.com/code/mybasic.htmWhen">http://www.analysisandsolutions.com/cod ... ic.htmWhen</a><!-- m --> I first started working with MySQL I found the following article to be useful:

<!-- m --><a class="postlink" href="http://www.webmasterbase.com/article.php?aid=228&pid=145">http://www.webmasterbase.com/article.ph ... 28&pid=145</a><!-- m -->

It talks about implementing MySQL into PHP scripts as well, not sure if your using PHP or not, but the mysql part is still good.

Regards,
 
Top