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 MySQL

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

The most recent version of MySQL can be obtained via the MySQL download page. There are numerous mirrors to choose from. You'll need to perform the following steps:

  1. Untar it and change into the source directory tree:
    tar -xvzf mysql-3.22.26a.tar.gz
    cd mysql-3.22.26a
    
  2. Configure the package; I used following options:
    ./configure --prefix=/opt/mysql
    
  3. Build it:
    make
    
  4. Install it; as root:
    make install
    

You'll then need to configure the installation:

  1. As root, create the grant tables:
    scripts/mysql_install_db
    
  2. As root, start the server:
    /opt/mysql/bin/safe_mysqld &
    
  3. As root, create the mysql user:
    useradd -c "MySQL Administrator" -d /opt/mysql -g users mysql
    
  4. As root, give the installation tree to the mysql user:
    chown -R mysql.users /opt/mysql
    

Next: Acquiring and Installing mSQL »

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