LINUX explains mysql installation and login method
Configure MySQL under Fedora5 (very reference-value MySQL information includes how to move the location of the MySQL database in the linux file system)
First, download the MySQL installation file
complete The following 6 files are required to install MySQL:
MySQL-server-community-5.1.26-0.rhel4.i386.rpm
MySQL-client-community-5.1.26-0.rhel4.i386.rpm
MySQL-shared-community-5.1.26-0.rhel4.i386.rpm
MySQL-devel-community-5.1.26-0.rhel4.i386.rpm
MySQL-test-community-5.1.26-0.rhel4.i386.rpm
MySQL-community-debuginfo-5.1.26-0.rhel4.i386.rpm
The download address is: http://dev.mysql.com/downloads/mysql/5.1.html#linux-rhel4-x86-32bit-rpms, open this page (because the Fedora version is not found, use Redhat Enterprise 4 instead, no problem), download all the required rpm files.
Second, MySQL installation
The rpm file is a software installation package developed by Red Hat, and rpm allows Linux to avoid many complicated procedures when installing software packages.The commonly used parameters of this command during installation are
First, download the MySQL installation file
complete The following 6 files are required to install MySQL:
MySQL-server-community-5.1.26-0.rhel4.i386.rpm
MySQL-client-community-5.1.26-0.rhel4.i386.rpm
MySQL-shared-community-5.1.26-0.rhel4.i386.rpm
MySQL-devel-community-5.1.26-0.rhel4.i386.rpm
MySQL-test-community-5.1.26-0.rhel4.i386.rpm
MySQL-community-debuginfo-5.1.26-0.rhel4.i386.rpm
The download address is: http://dev.mysql.com/downloads/mysql/5.1.html#linux-rhel4-x86-32bit-rpms, open this page (because the Fedora version is not found, use Redhat Enterprise 4 instead, no problem), download all the required rpm files.
Second, MySQL installation
The rpm file is a software installation package developed by Red Hat, and rpm allows Linux to avoid many complicated procedures when installing software packages.The commonly used parameters of this command during installation are
0 Comments