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 |