SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

MySQL rpm build for : Other. For other distributions click MySQL.

Name : MySQL
Version : 5.0.33 Vendor : aLinux Soft_ Corporation_
Release : 3 Date : 2013-01-16 21:43:33
Group : System Source RPM : MySQL-5.0.33-3.src.rpm
Size : 30.93 MB
Packager : linuxkid < alinux_alinux_tv>
Summary : MySQL: a very fast and reliable SQL database engine
Description :
Default: no password set, just hit < enter>. Make a password a.s.a.p.
1. By default, installing this package will keep all previous databases
and preserve. Then it will stop mysql daemon and restart it. That\'s all
you need to know. Number \'3\' below is already done in aLinux - no need
to do this but rebuilding the database with \'mysql_install_db\' you might
want to do. If so, read number \'2\' below but be cautious.
-

2. NOTE: This will blast away all previous databases.
With this MySQL package. Getting started on a fresh upgrade:

a. Install this MySQL rpm your reading now.
b. /etc/init.d/rc.mysqld stop; # Stop mysql daemon.
c. rm -rf /var/lib/mysql/*; # if it exists with no needed database(s).
d. mysql_install_db; # Sets up a brand new fresh initial database.
e. /etc/init.d/rc.mysqld start; # Start mysql daemon again.

Socket and pid files are now kept and located in the /var/pid/ directory.
-
3. To get started with \'mysql\', for the first time, run as \'root\':
groupadd mysql
useradd -g mysql mysql
mysql_install_db < now reboot and let the SystemV script start the daemon or>
mysqld_safe -u root &
$ mysql
-
MySQL is a true multi-user, multi-threaded SQL (Structured Query
Language) database server. SQL is the most popular database language
in the world. MySQL is a client/server implementation that consists of
a server daemon mysqld and many different client programs/libraries.

The main goals of MySQL are speed, robustness and easy to use. MySQL
was originally developed because we at Tcx needed a SQL server that
could handle very big databases with magnitude higher speed than what
any database vendor could offer to us. We have now been using MySQL
since 1996 in a environment with more than 40 databases, 10,000
tables, of which more than 500 have more than 7 million rows. This is
about 50G of mission critical data.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years.
While MySQL is still in development, it already offers a rich and
highly useful function set.
-
Note lk - cd libmysql; ln -sf .libs/*.o . (when building, for now)

RPM found in directory: /vol/rzm1/linux-ibiblio.old/distributions/peanut/aLinux-15.0/pkgs/RPMS

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  MySQL-5.0.33-3.i686.rpm
ftp.icm.edu.pl  MySQL-5.0.33-3.i686.rpm
ftp.icm.edu.pl  MySQL-5.0.33-3.i686.rpm
ftp.icm.edu.pl  MySQL-5.0.33-3.i686.rpm
ftp.icm.edu.pl  MySQL-5.0.33-3.i686.rpm
     Search for other platforms
MySQL-5.0.33-3.sparc.rpm
MySQL-5.0.33-3.alpha.rpm
MySQL-5.0.33-3.ppc.rpm
MySQL-5.0.33-3.ia64.rpm
MySQL-5.0.33-3.s390.rpm

Provides :
mysql
MySQL-server
MySQL-client
libmysqlclient_r.so.15
libmysqlclient_r.so.15(libmysqlclient_15)
libmysqlclient.so.15
libmysqlclient.so.15(libmysqlclient_15)
MySQL

Requires :
/bin/sh
libcrypto.so.0.9.8
libcrypt.so.1
libc.so.6
libdl.so.2
libgcc_s.so.1
libm.so.6
libmysqlclient_r.so.15
libmysqlclient.so.15
libncurses.so.5
libnsl.so.1
libpthread.so.0
libreadline.so.5
librt.so.1
libssl.so.0.9.8
libstdc++.so.6
libtinfo.so.5
libwrap.so.0
libz.so.1
/bin/sh
/usr/bin/perl
libcrypt.so.1(GLIBC_2.0)
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.2)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.17)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.3)
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libgcc_s.so.1(GLIBC_2.0)
libm.so.6(GLIBC_2.0)
libm.so.6(GLIBC_2.1)
libpthread.so.0(GLIBC_2.0)
libpthread.so.0(GLIBC_2.1)
libpthread.so.0(GLIBC_2.2)
libpthread.so.0(GLIBC_2.3.2)
librt.so.1(GLIBC_2.2)
libstdc++.so.6(GLIBCXX_3.4)


Content of RPM :
/etc
/etc/init.d
/etc/init.d/rc.mysqld
/etc/mf.cnf
/etc/my.cnf
/etc/rc.d
/etc/rc.d/rc0.d
/etc/rc.d/rc0.d/Kmysqld.sh
/etc/rc.d/rc3.d
/etc/rc.d/rc3.d/Smysqld.sh
/usr/bin
/usr/bin/comp_err
/usr/bin/innochecksum
/usr/bin/msql2mysql
/usr/bin/my_print_defaults
/usr/bin/myisam_ftdump
/usr/bin/myisamchk
/usr/bin/myisamlog
/usr/bin/myisampack
/usr/bin/mysql
/usr/bin/mysql_client_test
/usr/bin/mysql_config
/usr/bin/mysql_convert_table_format
/usr/bin/mysql_create_system_tables
/usr/bin/mysql_explain_log
/usr/bin/mysql_find_rows
/usr/bin/mysql_fix_extensions
/usr/bin/mysql_fix_privilege_tables
/usr/bin/mysql_install_db
/usr/bin/mysql_secure_installation
There is 190 files more in these RPM.

 
ICM