Finding which database is on server

Ken Elliott's picture

They have: 358 posts

Joined: Jun 1999

Ok, I'm trying to teach myself SQL using PERL. How do I find out which database program my server is running, if any. Short of emailing the sys admin.

Also how would I create a new database within the server, only for me? Doesn't have to be password protected or anything. Pretty sure that would depend on the database software...but if it doesn't give me some insight...

Thanx
VulKen
IRS Motto: We Got What It Takes, To Take What You Got

Pimpin like a pimp with an electrofied pimpin machine!

They have: 5,633 posts

Joined: Jan 1970

Generally your host will list the databases they support somewhere. Database support is a major selling factor so naturally they usually have it in bold throughout the site. Most database programs (for UNIX anyway) are accessible throug telnet. You can access the shell program to add, modify, delete, etc a database. Some hosts give you access to this program well others require that you email them or use a web-based database setup system.

You’ll need to know which database you want to use before you can move forward. If your using Perl I’d suggest mySQL. mSQL and a few other SQL flavors are comparable however you’ll find better tutorials and documentation for mySQL. If your using NT it’s another story entirely.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.