AlthoughInstall MySQL databaseThere are a lot of articles, but I think it is difficult for beginners to write a simple method for your reference. I hope it will help you.
MySQL database installation method:
Var isMinNS4 = (navigator. appName. indexOf ("Netscape")> = 0 & parseFloat (navigator. appVersion)> = 4 )? 1: 0; var isMinIE4 = (do ***** ent. all )? 1: 0; var isMinIE5 = (isMinIE4 & navigator. appVersion. indexOf ("5.")> = 0? 1: 0; // var FONTSIZE = 2 var fs = 'small'; if (1 = 2) {fs = 'Big ';} if (isMinIE4) do ***** ent. write (""); if (isMinNS4) do ***** ent. write (""); 1. download mysql -XXX.tar.gz first
2. Unzip the tar zxvf mysql-3.22.32.tar.gz
3. cd mysql-3.22.32
4. The installation directory is not fixed:./configure -- prefix =/your path/mysql
5. make
6. make install
7. cd scripts
8 ../mysql_install_db
9. cd/usr/local/mysql/share/mysql/
10. chmod 611 mysql. server
11. cp/usr/local/mysql/scripts/mysql. server/usr/local/mysql/bin
12./mysql. server start
13. Use Kwrite to open the/etc/rc. d/rc. local file and add the following lines to automatically execute MySQL during startup.
/Usr/local/mysql/share/mysql. server start