Konfigurasi MySQL Server Properties

Kamis, 03 Maret 2011

NetBeans IDE dibundel dengan dukungan untuk RDBMS MySQL. Before you can access the MySQL Database Server in NetBeans IDE, you must configure the MySQL Server properties. Sebelum Anda dapat mengakses MySQL Database Server di NetBeans IDE, Anda harus mengkonfigurasi properti Server MySQL.

  1. In the Services window, expand the Databases node, right-click the MySQL Server node and choose Properties. Pada jendela Services, memperluas node Databases, klik kanan server node MySQL dan pilih Properties.
    The MySQL Server Properties dialog box opens. Server MySQL kotak dialog Properties terbuka.
  2. IDE memasuki localhost sebagai server nama host default dan 3306 sebagai nomor default port server. If this information is correct, enter the Administrator user name (if not displayed). Jika informasi ini benar, masukkan nama pengguna Administrator (jika tidak ditampilkan).
    Note: You need administrative access to be able to create and remove databases. Catatan: Anda memerlukan akses administratif untuk bisa membuat dan menghapus database.
  3. Enter the Administrator password. Masukkan password Administrator. The default is set to blank. default diatur ke kosong.
    Note: A blank password can also be a password. Catatan: Sebuah sandi kosong juga bisa password.
  4. Click the Admin Properties tab at the top of the dialog box. Klik tab Admin Properties di bagian atas kotak dialog.
    The Admin Properties tab is then displayed, allowing you to enter information for controlling the MySQL Server. Admin Properties tab kemudian ditampilkan, memungkinkan Anda untuk memasukkan informasi untuk mengendalikan Server MySQL.
  5. In the Path/URL to admin tool field, type or browse to the location of your MySQL Administration application such as the MySQL Admin Tool, PhpMyAdmin, or other web-based administration tools. Pada Jalan / URL ke lapangan admin alat, ketik atau browse ke lokasi Anda aplikasi Administrasi MySQL seperti MySQL Admin Tool, PhpMyAdmin, atau alat administrasi berbasis web.
    Note: mysqladmin is the MySQl admin tool found in the bin folder of the MySQL installation directory. Catatan: mysqladmin adalah alat MySQL admin ditemukan di bin folder dari direktori instalasi MySQL. It is a command-line tool and not ideal for use with the IDE. Ini merupakan alat baris perintah dan tidak ideal untuk digunakan dengan IDE.
    Type any arguments for the admin tool in the Arguments field. Jenis apapun argumen untuk admin alat argumen di lapangan.
  6. In the Path to start command, type or browse to the location of the MySQL start command. Di jalan untuk memulai perintah, ketik atau browse ke lokasi dari mulai perintah MySQL. To find the start command, look for mysqld in the bin folder of the MySQL installation directory. Untuk menemukan perintah mulai, cari mysqld di bin folder dari direktori instalasi MySQL.
    Note: The recommended binary for Unix and NetWare is mysql_safe . Catatan: biner direkomendasikan untuk Unix dan NetWare adalah mysql_safe . The start command may also vary if MySQL was installed as part of an AMP installation. Perintah mulai juga mungkin berbeda jika MySQL telah diinstal sebagai bagian dari instalasi AMP.
    Type any arguments for the start command in the Arguments field. Jenis apapun argumen untuk perintah memulai argumen di lapangan.
  7. In the Path to stop command field, type or browse to the location of the MySQL stop command. Di jalan untuk menghentikan perintah lapangan, ketik atau browse ke lokasi dari perintah berhenti MySQL. This is usually the path to mysqladmin in the bin folder of the MySQL installation directory. Ini biasanya path ke mysqladmin di bin folder dari direktori instalasi MySQL. If the command is mysqladmin , in the Arguments field, type -u root stop to grant root permissions for stopping the server. Jika perintah ini mysqladmin , argumen di lapangan, jenis -u root stop untuk memberikan root izin untuk menghentikan server.
  8. When finished, the Admin Properties tab should resemble the following figure. Setelah selesai, tab Admin Properties harus menyerupai gambar berikut. If you are satified with your configuration, click OK. Jika Anda merasa puas dengan konfigurasi anda, klik OK.
    Sumber :
         http://netbeans.org/kb/docs/ide/mysql.html

0 komentar: