★ wanayoo — archive 1999 http://www.linuxplanet.com/linuxplanet/tutorials/1224/4/Nouvelle recherche | Portail wanayoo
Home | Windows | Linux | Hardware | Shopping | Web Building | Downloads |Tech Support
LinuxPlanet
Search 
  Power Search | Tips 

 Front Door
 Discussion
 LinuxEngine
 Opinions
 Reports
 Reviews
 Tutorials

 Tech Support »


 Browse by subject.
Exploring XML
internet.com
Internet News
Internet Stocks/VC
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/Marketing
ISP Resources
ASP Resources
Downloads
Internet Resources
Internet Lists
International

Search internet.com
Advertising Info
Corporate Info
Print this article
Email this article

  LinuxPlanet / Tutorials




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

Matthias Warkus

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


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

 Copyright © 1999-2000 internet.com Corporation. All Rights Reserved.
About internet.com Corp. | Press Releases
Privacy Policy | Career Opportunities