PDA

View Full Version : cpanel databases


Infinite
12-12-2004, 06:56 PM
I Was wondering...

1. Why when we create a database the name comes out as
<username_<database name>?

2. What is the difference between Postrges (i think) and MySQL?

3. Can we setup more than one program into a Database?

688206002
12-12-2004, 07:13 PM
Originally posted by Infinite@Dec 12 2004, 12:56 PM
I Was wondering...

1. Why when we create a database the name comes out as
<username_<database name>?

2. What is the difference between Postrges (i think) and MySQL?

3. Can we setup more than one program into a Database?
17399



1. That's just the way it's set up
2. Postgre has more features and is more powerful, but mysql is a gazillion times faster
3. program??? Do you mean like the scripts from the library? Well, yes... but you'll have to edit the code manually.

Loser
12-12-2004, 07:14 PM
1. I believe it's because of cPanel

2. I am not sure, but I would believe that they are ran by a different software.

3. Of course you can try, but if you are unexperienced with MySQL and/or PHP, it will be hard.