Using phpMyAdmin for Effective MySQL Management in Windows XP Menggunakan phpMyAdmin for Effective MySQL Management pada Windows XP
Introduction to phpMyAdmin Pengenalan phpMyAdmin
phpMyAdmin is a open source, web-based client that can manage a whole MySQL server (needs a super-user) as well as a single database. phpMyAdmin adalah open source, klien berbasis web yang dapat mengelola seluruh MySQL server (needs a super-user) serta database tunggal. It supports PHP5 and MySQL 4.1. Mendukung PHP5 dan MySQL 4.1.
Requirements Persyaratan
- PHP 4.1.0 or newer PHP 4.1.0 atau yang lebih baru
- MySQL 3.23.32 or newer MySQL 3.23.32 atau yang lebih baru
- Optional: if you are using the “cookie” authentication method, having the mcrypt PHP extension on your web server accelerates not only the login phase but every other action that you do in phpMyAdmin. Opsional: jika Anda menggunakan "cookie" metode otentikasi, memiliki ekstensi mcrypt PHP pada server Web Anda tidak hanya mempercepat fase login tapi setiap tindakan lain yang Anda lakukan di phpMyAdmin.
- A web-browser Sebuah web-browser
- Web Server Server
Note: Refer to Catatan: Lihat this post posting for steps to setup the above required ocmponents. untuk langkah-langkah untuk setup di atas diperlukan ocmponents.
Download phpMyAdmin Download phpMyAdmin
Download latest version of Download versi terbaru phpMyAdmin phpMyAdmin . . For Windows web server, the zip package should downloaded. Untuk Windows web server, paket zip harus di-download.
Install phpMyAdmin Install phpMyAdmin
- Extract the distribution into a folder (phpmyadmin is fine) in your webserver's document root (../apache group/apache2/htdocs). Ambil distribusi ke folder (phpmyadmin baik-baik saja) di dokumen server web root (.. / apache group/apache2/htdocs). If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp. Jika Anda tidak memiliki akses langsung ke akar dokumen Anda, meletakkan file dalam suatu direktori pada komputer lokal Anda, dan, setelah langkah 3, transfer direktori pada server Web Anda menggunakan, misalnya, ftp.
- Locate the folder, edit the config.inc.php file with any text editor. Cari folder, edit file config.inc.php dengan editor teks apapun.
- Search for $cfg['Servers'][$i]['auth_type'] , modify the value from 'config' to either 'http' or 'cookie', for security purpose. Cari $ cfg [ 'Servers'] [$ i] [ 'auth_type'], memodifikasi nilai dari 'config' ke salah satu 'http' atau 'cookie', untuk tujuan keamanan. 'http' will prompt you for user id and password for each login, while 'cookie' will prompt you for user id and password for one time only until the cookie is deleted or expired. 'http' akan meminta Anda untuk user id dan password untuk setiap login, sementara 'cookie' akan meminta Anda untuk user id dan password untuk satu kali saja sampai maka cookie akan dihapus atau kedaluwarsa.
Testing and Accessing phpMyAdmin Pengujian dan Mengakses phpMyAdmin
Launch your browser and access Luncurkan browser dan akses http://localhost/phpmyadmin/index.php http://localhost/phpmyadmin/index.php (or http://[www.your-host.com]/[your-install-dir]/index.php by replacing [www.your-host.com] with your own domain, and [your-install-dir] with path of your phpMyAdmin. (atau http:// [www.your-host.com] / [your-install-dir] / index.php dengan mengganti [www.your-host.com] dengan domain Anda sendiri, dan [Anda-install-dir ] dengan jalan phpMyAdmin Anda.
phpMyAdmin should display a welcome screen and your databases, or a login dialog if using HTTP or cookie authentication mode. phpMyAdmin harus menampilkan layar selamat datang dan database Anda, atau login dialog jika menggunakan cookie otentikasi HTTP atau mode.
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 3
- Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 Install phpBB 2 pada Windows XP berjalan pada Apache 2, PHP 5 dan MySQL 4
- Change and Reset MySQL root Password Perubahan dan Reset MySQL root Password
- Check and Optimize MySQL Database Automatically with Crontab/Cron Periksa dan Optimalkan MySQL Database Secara Otomatis dengan Crontab / Cron
- Reset the Root Password of MySQL Server Me-reset Password Root MySQL Server
- Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank Fix for Munin MySQL Monitoring Plugin Grafik Tidak Menampilkan atau Blank
- How to Backup and Restore (Export and Import) MySQL Databases Tutorial Cara Backup dan Restore (Ekspor dan Impor) Tutorial MySQL Databases
- Using PHP-MySQL Persistent Connections to Run WordPress Blog Menggunakan PHP-MySQL Koneksi Persistent untuk Jalankan Wordpress Blog
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 5
- Download Key Management Service (KMS) 1.2 for Windows Server 2003 for Windows 7 and Server 2008 R2 Volume Activation Download Key Management Service (KMS) 1.2 untuk Windows Server 2003 untuk Windows 7 dan Server 2008 R2 Volume Aktivasi










































November 10th, 2008 01:17 10 November 2008 01:17
[...] To make the selection from database easier, it's recommended to use phpMyAdmin or other GUI interface to MySQL [...] [...] Untuk membuat seleksi dari database lebih mudah, maka dianjurkan untuk menggunakan phpMyAdmin atau antarmuka GUI untuk MySQL [...]
April 19th, 2006 00:42 19 April 2006 00:42
thank's a lot, very pleasant to. terima kasih banyak, sangat menyenangkan.