This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Cara Install mySQL dari binaries package di linux Mint 5

Cara Install mySQL dari binaries package :

1. Download paket mySQl dari www.mysql.com
2. Buka terminal program dan jalankan command dibawah ini :

shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-mysql-VERSION-OS mysql
shell> cd mysql
shell> chown -R mysql .
shell> chgrp -R mysql .
shell> scripts/mysql_install_db --user=mysql
shell> chown -R root .
shell> chown -R mysql data
shell> bin/mysqld_safe --user=mysql &

3. Kemudian login ke mySQL anda dengan perintah :
mysql -u namaUser -h localhost
4. Jika prompt sudah berubah menjadi mysql> berarti mySQL server telah berjalan.

2 Comments

  1. mbang ….. klo mo pake MySql menager bagus nx pake apa yahh….. pake console kudu jeli je …

    aditya.duniamaya.org

  2. pake mysql administrator yang versi linux, download aja di http://www.mysql.com

Leave a Reply

Security Code: