View Single Post
  #2 (permalink)  
Old 08-21-05, 03:52 AM
Wuiqed Wuiqed is offline
Wannabe Coder
 
Join Date: Aug 2004
Location: Sverige
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Of course, you can have an (I think) unlimited amount of tables in a database. The hardware in the computer will probably limit you before mysql does

On a side note: I only use one database per site I make. And I always give the tables a prefix like "forum_users", "forum_posts", "forum_threads", "blog_posts", "blog_comments" and so on. Try to organize your tables something like that and you won't get lost in PhpMyAdmin

Last edited by Wuiqed; 08-21-05 at 03:56 AM.
Reply With Quote