Jump to content

Recommended Posts

Posted

I see 4 databases listed in the lower righthand corner of my Cpanel page: MySQL, phpMyAdmin, PostgreSQL, and & phpPgAdmin.

 

What are those used for? I keep seeing statements from people with radio stations like mine saying they use databases on their web hosts. I have no idea how to use a database located on my TCH server.

 

Mission

Posted

MySQL and PostgreSQL are different types database engines. phpMyAdmin and phpPgAdmin are browser-based database administration tools (phpMyAdmin for MySQL databases, phpPgAdmin for PostgreSQL databases).

 

Databases allow you to store information in an organized manner that can be retrieved later. With access to a database on your hosting account, scripts in your account can store and add information to a database that can be later retrieved (by the same script or a different script).

 

My web site is primarily a weblog, and the posts I write, the comments that are submitted by visitors, the templates for how the weblog pages are displayed, and many settings for how Movable Type works is stored in a MySQL database.

 

In order for you to use a database, you'd need a script that has been written to make use of a database - one that you've downloaded from someplace on the internet or one that you've written yourself.

Posted

Thanks, David!

 

I'll have to check around to see how I can put 'em to use. It's a shame to have great features that I don't even know how to use. :1eye: My phpBB forum is utilizing one, but I had no idea how that was implemented or established. :rolleyes1:

 

Mission

Posted
I'll have to check around to see how I can put 'em to use. It's a shame to have great features that I don't even know how to use. :1eye: My phpBB forum is utilizing one, but I had no idea how that was implemented or established. :rolleyes1:

It was implemented when you installed phpBB.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...