This Question is Answered 

    Can Any One Tell Me The Whole Process For Connecting The Mysql Data Base To Java?

    asked 2 years ago

    Can't find what you're looking for?

    Ask a Question, Get an Answer ASAP


    Answers


    Installation of software
    Prior to we start, make specific you have the following things installed on your computer:
    1. NetBeans IDE 5.5
    2. MySQL database
    3. JDBC Driver for MySQL
    4. Java SE Development Kit (JDK™) version 5.0 or higher
    After that to get the MySQL server running:
    1. Run the zip file. The MySQL Setup Wizard opens to lead you from beginning to end the installation procedure.
    2. Upon carrying out installation, let the MySQL wizard to directly arrange the server by making certain changes for Configure the MySQL Server. Now checkbox is chosen. This will permit an example of the server to be shaped, which will run as a Windows examine on your computer.
    3. In the MySQL Server illustration Configuration wizard, choose normal Configuration. Click Next. As you turn up at the step allowing you to place Windows options, select the take in Bin Directory in Windows PATH checkbox. This will later on permit us to do a simple test to make sure the MySQL service is awake and running.
    The next step is registering the Database in Net Beans IDE. Database is installed and configured; let's index it in the IDE.
    After that Add the Driver to the IDE and Create a Database Connection.

    answered 2 years ago   

    New Comment

    1000 words left


      Categories