Mysql... - and its limits?

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by michaelper22 on Nov 9 2005, 02:55 AM. (Line Breaks Removed)
You can use phpMyAdmin, an open source tool that you can acces from cPanel. I use it occasionally, and find it easy to use.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > Others

Mysql... - and its limits?

truefusion
I haven't been able to try out any mysql databases, but is more than one really required? I'm looking at most hosts and most offer unlimited mysql databases. Shouldn't one database be enough? I would guess one can hold several kinds of information in sub-databases, maybe?

Reply

bjrn
You can manage with just one, and just make sure all your tables have different names. You could for example add a few characters in front of each table name to show which "group" it belongs to. So you might have
dev_table1
dev_table2
forum_table1
forum_table2
and so on

In fact phpBB by default prefixes all its tables with a few characters so it doesn't clash with any existsing tables you may have.


Something that _is_ important is the amount of space you get for your database(s). Some hosts have space for the databases independent from the rest of your hosting space. Make you that you have enough space for storage.

Other than that, multiple databses is a convenience, and a bit of a security measure (both with regards to password and so on, but also data-corruption). But as I said, you will probably manage with just one.

Reply

htmlmaster
II would go with five, better safe than sorry. It really depends on the type of website you run. If you run an extremely dynamic website with submission forms, user log-ins, and other stuff that requires a MySQL database, then shoot for unlimited. Otherwise if your website is more static go for about 5, just in case you decide you want to use them.

Reply

Dominic
QUOTE(htmlmaster @ Jun 23 2005, 05:20 PM)
I would go with five, better safe than sorry.

I agree, If someone is using over 50 MySQL databases at a time, the server will go REALLY slow.

Reply

sader
QUOTE(Dominic @ Jul 26 2005, 07:47 PM)
I agree, If someone is using over 50 MySQL databases at a time, the server will go REALLY slow.
*


Are you want to say Dominic that is much better use one database
with many tables instead many databases huh.gif
I realy want to know that smile.gif

Reply

Nileshpatel
Hello

Wehosting server is not simple server its handle more than 500 site at a time so
i thing for webserver its not issue for fast/slow.

But if you are use use diffrent database rather that table than it will take more time compare to one database.


Reply

arboc7
One database would be the fastest and likely the most efficient. But it's all up to you. There are some professionals out there who are database consultants, so that should give you an idea of how complex the issue could be. It's really up to you...

Good Luck! smile.gif


Reply

sonorama
I guess I'd use more than one... I just read something about tables and it said that tables can make unstable a site or a whole database.

So, i think i will keep using my 3 MySQL and that should be enough for me smile.gif

Cheers!! rolleyes.gif

Reply

Saint_Michael
so wait your telling me with-in the one mySQL table you could run everything would that mean you would have to do all the editing in myphpadmin or could you do that in cpanel?

Reply

DreamCore
I dont think peapole shuld use over 15 databases so I would add the limit to 15 databases beacuse may be some beginners dont know how to add tables.

So thats my tought....

Reply

Latest Entries

michaelper22
You can use phpMyAdmin, an open source tool that you can acces from cPanel. I use it occasionally, and find it easy to use.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. limit table number mysql - 321.49 hr back. (1)
  2. mysql limit table - 424.27 hr back. (1)
  3. mysql limits - 582.21 hr back. (2)
  4. limit of mysql tables - 583.32 hr back. (1)
  5. table mysql limit - 635.13 hr back. (1)
  6. mysql limit in each table - 691.71 hr back. (1)
  7. mysql data limits - 765.81 hr back. (1)
  8. mysql kisam table limit - 772.44 hr back. (1)
  9. mysql table limit - 292.95 hr back. (4)
  10. mysql table number limit - 274.77 hr back. (2)
  11. mysql database table limits - 842.35 hr back. (1)
  12. mysql database table limit - 635.59 hr back. (3)
  13. mysql table limits - 681.56 hr back. (3)
  14. table limit in mysql - 343.62 hr back. (2)
Similar Topics

Keywords : mysql, limits

  1. Ipb Mysql Probelm
    (1)
  2. Learning Mysql
    pls guide (3)
    hello out there, i have already looked through on this tutorial forum.. and still can find any
    topics which related to MySql basic.. i wanna learn about how to create MySql table and its
    concept!! just basic.. i've no knowledge on MySql before nor any other database server
    software.. but i do have littol konwledge on programming,scripting,html basic in concept.. pls dun
    gave me so many links so as i can be blur for none about how to get start!! /laugh.gif'
    border='0' style='vertical-align:middle' alt='laugh.gif' /> i can thou find from Googles sear....
  3. Mysql: What Do I Do First?
    (3)
    I know SQL statements and a little PHP. I want to create an online database and a friend gave me
    this cd with tutorials on PHP and MySQL development. I'm lost in all these deleting user,
    setting privileges part. Can anyone make me understand these things better? /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> ....
  4. All Database Query
    MySql, Sql Server, All Database Talk! (4)
    Dear All Friends! I have create this topic for everyone who have some problem with query
    analyses. You could post all your problem with database. We all would have and find a solution for
    you. Now let me start my small problem. This i have fixed but i just think of the best way. I
    got 3 tables: table_users ( user_id ,user_name,user_pass,user_group) table_group ( group_id
    ,group_name) table_usersingroup ( ursingro_id , user_id , group_id ) I need output like this:
    username | password | group test1 | ***** | (group1,gro....
  5. Mysql
    Any help?.. (7)
    Alright, well. Let's face it, I can understand PHP, but MySQL seems like... Chinese to Japanese.
    Korean to Vietnamese. Totally different, but looks the same to some. Anyway, I was wondering.. Are
    there any understandable tutorials out there that involve php? WebMonkey confuses me (@_@) I'll
    be eternally in your debt. Edit: It seems I can understand MySQL fairly okay, it's phpMyAdmin
    that confuses me. /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /> -
    Zenchi Discalimer: I'm a liar.....
  6. Installing Apache,mysql And Php In Windows
    Good text for beginners (4)
    Here it is the text i have found in CODE http://www.jevontech.com/ , and i'm posting
    this text because i remember the dificults i had when i wanted to do this right... Installing
    Apache , MySQL and PHP under Windows Introduction While many webservers run Linux, Unix or BSD most
    personals computers run on Windows. So it would be quite comfortable if web designers and
    developers could develop on their home computer.So in this E-book we will focus on configuring your
    computer to use Apache, MySQL and PHP, so you can work on your home computer. Step 1: Ins....

    1. Looking for mysql, limits

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for mysql, limits

*MORE FROM TRAP17.COM*
advertisement



Mysql... - and its limits?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE