Belajar CSS

CSS Advantages from Quackit.com

Instalasi MySQL

Pertama extract paket (mysql-4.0.18-win.zip) ke direktori sementara, kemudian jalankan setup.exe. Terus klik tombol berikutnya untuk menyelesaikan instalasi. Secara default MySQL akan diinstal di C: \ mysql.

Buka jendela DOS dan pergi ke C: \ mysql \ bin dan kemudian jalankan mysqld-nt - console, Anda akan melihat beberapa pesan seperti ini:
C: \ mysql \ bin> mysqld-nt - console
InnoDB: pertama file data ditentukan. \ Ibdata1 tidak ada:
InnoDB: a new database yang akan dibuat!
040807 10:54:09 InnoDB: Setting file. \ Ibdata1 ukuran 10 MB
InnoDB: Database secara fisik menulis file full: wait ...
040807 10:54:11 InnoDB: Log file. \ Ib_logfile0 tidak ada: baru harus diciptakan

InnoDB: Setting file log. \ Ib_logfile0 ukuran sampai 5 MB
InnoDB: Database secara fisik menulis file full: wait ...
040807 10:54:12 InnoDB: Log file. \ Ib_logfile1 tidak ada: baru harus diciptakan

InnoDB: Setting file log. \ Ib_logfile1 ukuran sampai 5 MB
InnoDB: Database secara fisik menulis file full: wait ...
InnoDB: buffer Doublewrite tidak ditemukan: menciptakan baru
InnoDB: buffer diciptakan Doublewrite
InnoDB: Menciptakan sistem batasan kunci asing tabel
InnoDB: Foreign sistem kendala kunci tabel dibuat
040807 10:54:31 InnoDB: Started
mysqld-nt: siap untuk koneksi.
Version: '4 .0.18-nt 'socket:''port: 3.306

Sekarang buka jendela DOS lain dan ketik C: \ mysql \ bin \ mysql

jika instalasi Anda berhasil, Anda akan melihat MySQL client berjalan:

C:\mysql\bin>mysql
Welcome to the MySQL monitor. Commands end with; atau \ g.
Anda koneksi MySQL id adalah 1 ke server version: 4.0.18-nt

Jenis 'membantu;' atau '\ h' for help. Type '\ c' untuk menghapus penyangga.

mysql>
Ketik exit pada prompt mysql> untuk keluar dari MySQL client.

Sekarang mari kita instal MySQL sebagai Service. Proses ini sederhana cukup ketik mysqld-nt - install untuk menginstal layanan dan net start mysql untuk menjalankan layanan ini. Tapi pastikan untuk shutdown server pertama yang menggunakan mysqladmin-u root shutdown

C: \ mysql \ bin> mysqladmin-u root shutdown

C: \ mysql \ bin> mysqld-nt - install
Layanan berhasil diinstal.

C: \ mysql \ bin> net start mysql

Layanan MySQL dimulai dengan sukses.

C: \ mysql \ bin> mysql
Welcome to the MySQL monitor. Commands end with; atau \ g.
Anda koneksi MySQL id adalah 1 ke server version: 4.0.18-nt
Jenis 'membantu;' atau '\ h' for help. Type '\ c' untuk menghapus penyangga.

mysql>


0 comments:

facebook

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | coupon codes

KOMPUTER| TEMPAT BERBAGI TENTANG PERANGKAT LUNAK, APLIKASI DAN INFORMASI ...