1. Download mySQL
2. Preparation
a. login as “root”
b. ketik "#pkginfo | grep mysql" pada shell di putty untuk mengecek
c. jika ada beberapa package maka hapus dengan cara mengetikan “pkgrm
d. instalan mysql dari .gz ubah menjadi .pkg dengan cara #gunzip (nama file)
3. Installation
a. login as root
b. buat mysql group dengan cara “groupadd mysql”.
c. buat mysql user dengan cara “useradd -g mysql mysql”
d. ubahlah directory dimana mysql berada dengan cara. “cd /usr/files”
e. install dengan cara: “pkgadd -d mysql-standard-xxx.pkg”
f. untuk mengecheck mysql berada “/opt/mysql/mysql”.
g. ubah directory dengan cara /etc/init.d dan edit "mysql" . dengan mengganti nama menjadi "datadir=/opt/mysql/mysql/data".
h. setelah itu ketik “chown -R mysql:mysql mysql”.
4. Initiallizing the Database
a. pada root ketik : “su mysql”.
b. ubah the working directory to “/opt/mysql/mysql/scripts” by typing: “cd /opt/mysql/mysql/scripts”.
c. Execute the mysql_db_install script by typing: “./mysql_install_db --user=mysql --ldata=/opt/mysql/mysql/data”.
d. Change the working directory to "/opt/mysql/mysql/bin”.
e. Start the database by typing: “./mysqld_safe --datadir=/opt/mysql/mysql/data --user=mysql &”.
5. Connecting to MySQL
a. Try to connect to the MySQL database by typing “mysql” as the root user. You should be able to see the “mysql>” prompt for the successful connection.
Tidak ada komentar:
Posting Komentar