Home | Hardware | Internet News |Web Hosting |IT Management |Network Storage
LinuxPlanet
Search 
  Power Search | Tips 

 Front Door
 Discussion
 LinuxEngine
 Opinions
 Reports
 Reviews
 Tutorials
 News
 Technology Jobs

 Browse by subject.
Free Newsletter

Linux Planet
Linux Today
More Free Newsletters

Be a Commerce Partner


















internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

Print this article
Email this article

   LinuxPlanet / Tutorials



Apples and Oranges: A Linux DBMS Comparison
Acquiring and Installing mSQL

Matthias Warkus
Wednesday, November 10, 1999 03:04:53 PM

Downloading mSQL is not as uncomplicated as downloading PostgreSQL or MySQL, but then, the distribution is much smaller, too. Start out from Hughes Technologies Web page and look for further instructions. To download mSQL, one needs to first register with the site and go through a CGI-based downloading system which allows choice between a couple of mirrors if necessary. Building and installing mSQL is a matter of the following steps:

  1. Untar it and change into the source directory tree:
    tar -xvzf msql-2.0.11.tar.gz
    cd msql-2.0.11
    
  2. Generate the target definitions:
    make target
    
  3. Change into the target directory for your platform:
    cd targets/Linux-2.2.12-i586
    
  4. Configure the package:
    ./setup
    
  5. Edit site.mm; I only changed the installation path into /opt/msql.
  6. Build it:
    make all
    
  7. Install it as root:
    make install
    

After building and installing mSQL, you'll need to configure it:

  1. As root, create the msql user:
    useradd -c "mSQL Administrator" -d /opt/msql -g users msql
    
  2. As root, give the tree to the msql user:
    chown -R msql.users /opt/msql
    
Next week: Designing the database.

« Back: Introducing the Series

Skip Ahead

1 Introducing the Series
2 Acquiring and Installing PostgreSQL
3 Acquiring and Installing MySQL
4 Acquiring and Installing mSQL





Linux is a trademark of Linus Torvalds.


internet.com home | search | help! | about us

Jupiter Online Media

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers