PDA

View Full Version : MySql question


sillycheese
10-14-03, 02:01 AM
I have setup a posting forum on my site, and it uses MySql. It works fine and it uses the table that was set up for free, that is the thing in the PowWeb control panel after making a new account-where powweb sets it up for free the first time.

Now I also want to put up a Flash-Chat that uses php and MySql for the Flash-Chatroom to work.

I want to know if I set up this Flash Chatroom, will it use the same one, or will it set up a different table and I will be charged for using a 2nd one.

I know that you have to pay for more, but I am a newbie to MySql and dont really understand it completely.

I just want to avoid paying more money.

If anyone understands what I am askign I would appreciate any thoughts/help/.

Thankyou..

Blazester
10-14-03, 02:10 AM
You are able to use the same database you use for the forum for your flash-chat. They will use different tables but will be within the same database so you will not be charged for an extra database.

Naveen
10-14-03, 02:15 AM
so can I create one more user in same data base?

sillycheese
10-14-03, 02:17 AM
Wow that was a fast reply. Nothing like having a question answered in less than 10 minutes after posting.

Your answer is EXACTLY what I needed to know.

Thankyou so much.

Blazester
10-14-03, 02:59 AM
Originally posted by Naveen
so can I create one more user in same data base?

You can create another user if you want, or you can just use the same user for both.