PDA

View Full Version : [ubuntu] mysql variants



brook adams
May 17th, 2008, 06:12 PM
Hi There,

I'm figuring out how to use mysql with ubuntu 7.10
I see in the System->Administration->Services menu
that I have three different mysqls running. They are:
mysql
mysql-mdb
mysql-mdb-mgm

Can someone explain what's the difference and do I need all these?

thanks,

Brook Adams

drubin
May 17th, 2008, 09:15 PM
How do you have dynamic pages in .html? Dont you need some sort of scripting lang?

jcostom
May 17th, 2008, 09:20 PM
How do you have dynamic pages in .html? Dont you need some sort of scripting lang?

Probably by configuring his httpd to serve up .html files as if they were .php, or whatever language he'd like to use.

There's really nothing magical about file extensions..

drubin
May 17th, 2008, 09:23 PM
There's really nothing magical about file extensions..

I know that is why i was confused as to the question, I assumed he meant .php would be a php script, and .html would be html file. :P