View Single Post
  #3 (permalink)  
Old 08-21-05, 06:38 AM
monkey123 monkey123 is offline
Newbie Coder
 
Join Date: Jan 2005
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Wuiqed
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
Yes, I second that. My host only allows 1 database and I have 4 different things installed on it. I have a PHPBB forum, a gallery, a poll and a newsletter. just use prefixes like Wuiqed said.
__________________
Monkey
Reply With Quote