low cost dedicated hostingdedicated web server
Network Traffic Probe
dedicated web hosting dedicated hosting dedicated server
sweepstakes Photo Gallery Ask Jon & Cary
 web designweb site design Online Store  web design My Account   About Us web design company Contact Us free web design Support web site design company1 800 695-6200
cobalt raq servers
Store Front   Account  Search  Product List  Basket Contents Checkout
Sign In




BlueQuartz
BlueOnyx
Sun Cobalt RaQ 550
Sun Cobalt Qube 3
Sun Cobalt Spare Parts
Server Security
Refurbished Sun Cobalt RaQ
RaQ XTR
Miva Merchant Platform
Expert Services
Colocation
Cisco Systems
Server Migrations
OS Restore CDs
Back UP System
Cobalt OS Restore CDs
Cobalt Repair Services
Centos BQ PROMO RAQ
Proxmox Virtualization Enviroment
Cluster RAQ Servers
Zenoss Monitoring
Atom Mini Server (9.8" Deep)
Dedicated Servers
SuperMicro Spare Parts
Software for BlueQuartz and BlueOnyx
Network Services

UPGRADE TO LATEST PHP, MySQL & phpMyAdmin Bundle for Centos Blue Quartz Server
 
Quantity in Basket: none
Code: IPMPBFCBQ
Price: $153.00
Shipping Weight: 0.00 pounds
 
Server Login SSH GUI admin:
 
Quantity:
 



PHP, MySQL & phpMyAdmin Bundle for BlueQuartz Server 2009

install   remotely by advance RAQport.com tech

PHP upgrade

 PHP-4.4.9 or PHP-5.2.10 PKG for BlueQuartz Server Appliances.

The MOD_PHP is an updated PHP installation, which installes into a separate directory than the already present PHP-4.3.9. This allows you to run the old PHP-4.3.9 which the BlueQuartz interface requires and the new PHP side by side without any interference. The AdmServ (the Apache webserver that powers the GUI interface) will continue to use the old PHP-4.3.9, while the public Apache webserver which serves your webpages will use then newer and more modern PHP version.

The new PHP will be installed into the directory /home/solarspeed/mod_php/ and it comes with all the bells and whistles enabled that the stock PHP is missing. The new features include support for XML, PDF, cURL, DOM-XML, Mcrypt, Mbstring, MHash, Aspell/Pspell, ZIP and Zzip as well as Zend Optimizer and IonCube support.

Also built in now:

  • MS SQL support through FreeTDS
  • PDO SQlite support
  • PDO SQlite2 support
  • PDO MySQL support
  • unixODBC support
  • Postgres SQL support

To remain as compatible as possible with the BlueQuartz base install the command line interpreter for PHP at /usr/bin/php has to remain unmodified. However, if you need to run PHP scripts through the more modern CLI that our PHP provides, then you find the CLI for that at the location /home/solarspeed/mod_php/bin/php. Just execute your scripts with the new CLI and they will be executed with the updated PHP interpreter instead.

Example: /home/solarspeed/mod_php/bin/php myscript.php

Likewise our updated PHP uses a separate php.ini file. You find the new php.ini at this location:

/home/solarspeed/mod_php/etc/php.ini

You can edit this php.ini through the GUI interface. Additional .ini files placed into /home/solarspeed/mod_php/etc/php.d/ will be included by the updated PHP if you supply them yourself.

To provide you with the most straightforward way on installing and using our MOD_PHP, the software is available as self installable PKG file, which you can install yourself. Either through the GUI interface, or from the command line.

We specifically made sure that our PHP packages for Server Appliances makes only those changes to the server appliance which are absolutely required for the usage of the upgraded PHP. All changes can be reverted back by uninstalling the package.

This package also comes with a GUI interface that allows you to easily edit your php.ini settings. See below for screenshots of the GUI extension:

Click on images to see larger versions of the screenshots.

 

For more information about install, usage and for more screenshots please see the PDF manual.

 

Features:
  • PHP4 or PHP5 PKG for BlueQuartz (latest version of PHP4 or PHP5 respectively)
  • GUI Integration
  • GUI Editor for modifying php.ini
  • Latest Zend Optimizer and IonCube installed
  • Support for GD, XML, DOM-XML, ZIP, ZZIP, cURL, SSL, PDF, MCRYPT, PSpell / Aspell Support and much more.
  • PHP5 version includes support for onboard MySQL-4.1.X and Solarspeed.net MySQL-5.0.67
  • Fully uninstallable
  • For more details see a sample phpinfo() output here.

 

MySQL install / upgrade

MySQL-5.0.67:

MySQL-4.1.22 is already installed on BlueQuartz server appliances. For most purposes this install of MySQL is good enough. But often scripts may require a more modern MySQL for better functionality.

The MySQL5 is an updated MySQL installation, which replaces the MySQL- 4.1.22 that is already present on a standard BlueQuartz install. It also comes with updated DBD and DBI Perl modules, which allows you to connect to the updated MySQL from within Perl scripts.

Additionally, it installs an updated php-mysql-4.3.9-5.0 driver, which will make sure that the default PHP-4.3.9 on your BlueQuartz can interface with MySQL5, too. To remain as compatible as possible with CentOS and BlueQuartz and to make sure that future YUM updates of PHP and MySQL don’t break things, we took a lot of effort in the naming and packaging of the installed RPMs. With quite some pride we can therefore say that this is probably the most professionally packaged MySQL install that you can get for your BlueQuartz server. It works fine with either the on-board PHP-4.3.9, or the Solarspeed.net PHP-4.4.X and of course also with our Solarspeed PHP-5.2.X.

Mod MySQL:

Furthermore this package includes 'Mod MySQL', which allows you to easily create and remove MySQL users and databases for each virtual site.

 

Configure the default settings of this module:

Click on image to see a larger version.

 

Server administrator modifying a virtual site:
Click on image to see a larger version.

 

Site administrator checking his web settings:
Click on image to see a larger version.

 

How it works:

When you create or modify a virtual site through the GUI, then you can choose to also create a MySQL database and a MySQL user for the site in question. Upon modifying a site a MySQL database name, username and password will be suggested to you. But you can of course also set them according to your specific needs.

The chosen MySQL username and database name cannot be modified by the site administrator, but he can see his MySQL database details read only in the BlueQuartz GUI.

When you disable the MySQL feature for a site, or when you delete the virtual site, then the MySQL database and user will be deleted automatically.

Mod MySQL requirements:

This module requires that the PHP used by AdmServ can communicate directly with MySQL through "php-mysql". It usually can do that - unless you upgraded your PHP or your MySQL with one from a third party vendor. This module will work with the following PHP and MySQL versions:

- Stock BlueQuartz PHP and MySQL.
-  PHP4 or PHP5 and stock MySQL4.
-  PHP4 or PHP5 and MySQL5.

 update php-mysql, so that the onboard PHP-4.3.9 can interface with MySQL5.

The Perl modules perl-DBD-MySQL and perl-DBI are also upgraded to the latest versions and for compatability with MySQL5.

 

Features:
  • MySQL-5.0.67 PKG for BlueQuartz
  • Mod MySQL GUI Integration to automatically create or remove  MySQL users and databases
  • GUI Editor for modifying /etc/my.cnf directly.
  • Compatible with onboard PHP-4.3.9, Solarspeed.net PHP4 and PHP5

 

phpMyAdmin for Server Appliances

phpMyAdmin-2.11.9.1 or 3.1.3 PKG for BlueQuartz Server Appliances.

The  phpMyAdmin package is essentially the Open Source phpMyAdmin repackaged for CentOS + BlueQuartz with a GUI integration. phpMyAdmin is a browser based interface to your MySQL databases.

phpMyAdmin can manage a whole MySQL server (if you login as MySQL-user "root") as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual.

Currently phpMyAdmin can:

  • easily browse through databases and tables
  • create, copy, rename, alter and drop databases and tables
  • do table maintenance
  • add, edit and drop fields
  • execute any SQL-statement, even multiple queries
  • create, alter and drop indexes
  • load text files into tables
  • create (*) and read dumps of tables or databases
  • export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
  • administer multiple servers
  • manage MySQL users and privileges
  • check server settings and runtime information with configuration hints
  • check referential integrity in MyISAM tables
  • using Query-by-example (QBE), create complex queries automatically connecting required tables
  • create PDF graphics of your Database layout
  • search globally in a database or a subset of it
  • transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link
  • support InnoDB tables and foreign keys
  • communicate in 50 different languages

 

For more information about install, usage and for more screenshots please see the PDF manual.

 

Features:
  • phpMyAdmin-2.11.9.1 or 3.1.3 PKG
  • Full GUI Integration. Ties into "Personal Profile" for easy access.
  • phpMyAdmin package is fully uninstallable
  • Fully uninstallable


RAQport Inc.
2004 North Monroe Street
Arlington Virginia 22207
Washington DC Area
USA
TEL: 703-528-0114
TEL2: 703-652-0993
FAX: 703-940-8300
sms: 703-485-6619
Toll Free:1800-695-6200
EMAIL: sales@raqport.com
WEB SITE: http://raqport.com
Replacement  for the SUN COBALT RAQ LINE
New Centos BluQuartz Virtualization and Cluster Web Servers