Managed Hosting by 1-800-HOSTING

Posts Tagged ‘MySQL’

PHP Script Tips and Resources

Monday, February 1st, 2010 by David Tooke

php PHP is a language absolutely made for websites. PHP code can be inserted into an html page to enable dynamic creation. Many content management systems like Drupal, Joomla, and osCommerce  use PHP together with MySQL to build webpages. (more…)

 

MySQL Version 6 Preview

Tuesday, January 5th, 2010 by David Tooke

mysql There is a new version of MySQL currently in development that will be version 6. MySQL is an open source software package that allows data to be stored and queried in tables. MySQL is used my millions, and many websites use it to store data. I think the reason it is very popular is because most versions are free and works very well. In my experience the performance is comparable to commercial SQL software from Sybase, Oracle, and Microsoft. (more…)

 

Do I need a dedicated database server?

Wednesday, June 17th, 2009 by Jay - Sales

Well not always, but typically, yes. If you just want to sort your wedding or vacation pictures for family viewing, then probably not. Otherwise, three very good reasons why you should consider it are Security, Performance, Scalability. (more…)