PDA

View Full Version : Myqsl


BennyS
1-5-02, 10:42 AM
Hello Folks,

i dont know much about MYQSL, but when i want make for example an good online live counter they say in the instruction, that i have to create an MYQSL databse, for my clientdatabase, i need another database, that means that i need for my clients 30$ for setup and 30$ for the counter, or can i share it??


Benny

jbenalluch
1-5-02, 10:56 AM
go to www.freesql.org
there you can create free mysql databases.
though you don't need more than one database for a counter...

BennyS
1-5-02, 10:58 AM
Very thanx for the fast answer...


BennyS

NathanRX7
1-6-02, 04:09 AM
you can use the same database, but none of the tables can have the same name, and it is likely they won't from the sound of what you're doing

DeafNLoud
1-6-02, 07:35 PM
You are getting confused which is common for people who are first starting out. You only need one database. But within that database you will have multiple "tables" which hold or contain various information.

For example:

You would like to create a counter for all of your clients, create a mailing list and probably for arguments sake, an order page.

All you need is to have one database, but have multiple tables.

database1
client_counter table
client_counter2 table
client_counter3 table
mailing_list table
orders table

Make sense? Think of it this way, you have a 5 subject notebook. The notebook is a database where each individual tab or section of the notebook is a table where you only write notes or store information about a particular subject.

Hope this helped you understand a little bit.

Michael

BennyS
1-7-02, 03:42 AM
Thankx,

how much tbles i can create with Powweb???

BennyS

DeafNLoud
1-8-02, 07:46 AM
Originally posted by BennyS
Thankx,

how much tbles i can create with Powweb???

BennyS

As far as I know...you can create unlimited tables as long as you have the space available on your account. Your mySQL database shares the same disk space as your web hosting account.

HTH,

Michael