               MYSQL

   
   linuxthreads-0.71

 make
       make install
       ldconfig (  )
---------------------------------------------------------

 SQl

   mysql-3.20.13-beta

 ./configure --prefix=/home
    ./configure --localstatedir=/home/var ( 
                                                /home)
       make
       make check
       make install
       ldconfig (  )
       mysql_install_db (    
)

         root
       mysql.server start (  )
       mysql.server stop  (   )
      
       mysqlshow (   )       

 
/usr/local/bin/mysqladmin -u root password 'new-password'
  
/usr/local/bin/mysqladmin --password=old-password password new-password
                                         |                      |
                                                