PDA

View Full Version : how do I create a database??


deco
7-3-03, 01:09 PM
I'm new and need help thank you!!

irasmith
7-3-03, 02:44 PM
You need to sign into member operations and 'order' your database by going to the MySQL tab. There you will name your database. The powweb staff will see the submitted request and actually create the database for you. Users are not allowed to create the database.

Once the database is created they should email you that it is done. Once that happens you can begin working with it creating tables and the like.
Ira

Jade Dragon
7-3-03, 03:00 PM
Actually to sign on to your first Mysql the link is found at the bottom of the page in the Billing/Plan tab.

First one free, each additional one is $10.00 USD

=)
Jade

RocketJeff
7-3-03, 04:27 PM
Originally posted by irasmith
The powweb staff will see the submitted request and actually create the database for you. Unless I'm greatly mistaken, the admin staff never sees the request (unless something goes wrong) - the entire process is automated.

SixString
7-19-03, 01:12 PM
Originally posted by Jade Dragon
Actually to sign on to your first Mysql the link is found at the bottom of the page in the Billing/Plan tab.

First one free, each additional one is $10.00 USD

=)
Jade

So we can order additional databases?

irasmith
7-19-03, 01:26 PM
Actually yes you can order additional databases, at $10 each.

When I joined powweb the first one cost $10 as well, I wasn't aware of the plan change to provide the first at no charge but I'm happy to see it happen to encourage more people to use the service.

Depending on what you want to do, and the size of the data you anticipate storing, you may not need the added expense of ordering more than one database. You or your applications create the tables used within the database and so you can have many applications using the same database as long as they don't all use the same table names.

I have one database but many applications that compose my site, each application has it's own set of table names that resides in the one database.

Hope this helps.

SixString
7-19-03, 01:29 PM
Originally posted by irasmith
Actually yes you can order additional databases, at $10 each.

When I joined powweb the first one cost $10 as well, I wasn't aware of the plan change to provide the first at no charge but I'm happy to see it happen to encourage more people to use the service.

Depending on what you want to do, and the size of the data you anticipate storing, you may not need the added expense of ordering more than one database. You or your applications create the tables used within the database and so you can have many applications using the same database as long as they don't all use the same table names.

I have one database but many applications that compose my site, each application has it's own set of table names that resides in the one database.

Hope this helps.

Thats exactly what I wanted to know, thank you very much...