Difference between revisions of "Netbeans/C3/Connecting-to-a-MySQL-Database/English"
(Created page with ''''Title of script''': Connecting to a '''MySQL''' '''Database''' '''Author: Sindhu ''' '''Keywords: mysql, database, netbeans, sql, query, video tutorial''' [http://spoken-t…') |
PoojaMoolya (Talk | contribs) |
||
Line 46: | Line 46: | ||
# using the sql editor, | # using the sql editor, | ||
− | # using the create table | + | # using the create table dialog |
and, finally, | and, finally, | ||
Line 117: | Line 117: | ||
− | Choose '''Register MySQL Server '''to open the '''MySQL''' '''server properties''' | + | Choose '''Register MySQL Server '''to open the '''MySQL''' '''server properties''' dialog box. |
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the '''MySQL Server Properties | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the '''MySQL Server Properties dialog''' box >> in the '''Basic Properties '''tab >> point to '''localhost ('''server host name''') '''and '''3306''' (server port number) |
| style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Confirm that the server host name and the port are correct. | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Confirm that the server host name and the port are correct. | ||
Line 144: | Line 144: | ||
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| Click '''Admin Properties '''tab on top of '''MySQL Server Properties | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| Click '''Admin Properties '''tab on top of '''MySQL Server Properties dialog''' box |
| style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click the '''Admin Properties '''tab at the top of the dialog box. | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click the '''Admin Properties '''tab at the top of the dialog box. | ||
Line 246: | Line 246: | ||
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the '''Create Database | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the '''Create Database dialog''' box >> type >> '''mynewdatabase''' |
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Create Database | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Create Database dialog''' box, type the name of the new '''database'''. |
Line 387: | Line 387: | ||
− | The '''Create Table | + | The '''Create Table dialog''' opens. |
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In '''Create Table | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In '''Create Table dialog''' >> in the name field >> type >> '''Subject''' |
| style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Table '''name text field, type '''Subject''' | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Table '''name text field, type '''Subject''' | ||
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the RHS of the '''Create Table | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In the RHS of the '''Create Table dialog''' >> click on >> '''Add Column''' |
| style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click '''Add Column''' | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click '''Add Column''' | ||
|- | |- | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In '''Add Column | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| In '''Add Column dialog''' >> in the '''Name '''field''' '''>> type >> '''id''' |
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Add Column | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| In the '''Add Column dialog''', type '''id '''in the '''Name '''field. |
|- | |- | ||
Line 530: | Line 530: | ||
|- | |- | ||
| style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| Click Yes | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:none;padding:0.097cm;"| Click Yes | ||
− | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click '''Yes''' in the '''Confirm Object Deletion''' | + | | style="border-top:none;border-bottom:1pt solid #000000;border-left:1pt solid #000000;border-right:1pt solid #000000;padding:0.097cm;"| Click '''Yes''' in the '''Confirm Object Deletion''' dialog box. |
|- | |- |
Latest revision as of 13:36, 28 October 2020
Title of script: Connecting to a MySQL Database
Author: Sindhu
Keywords: mysql, database, netbeans, sql, query, video tutorial
Resources for "Connecting to a MySQL Database"
|
|
Welcome
Slide 1 |
Hello everyone,
Welcome to the tutorial on 'Connecting to a MySQL Database' |
Lesson Outline
Slide 2
|
In this tutorial, we will look at
|
Lesson Outline (cont'd)
Slide 3 |
4. Creating database tables,
under which we will explore two methods:
and, finally,
|
System Setup
Slide 4 |
For this demonstration, I am using the Linux Operating System Ubuntu v12.04,
|
Prerequisites
Slide 5
|
To learn this tutorial, basic understanding of database management is necessary.
|
Introduction
Slide 6 We will work with MySQL in the IDE's Database Explorer” |
This tutorial demonstrates how to setup a connection to a MySQL database from the Netbeans IDE.
|
Switch to Netbeans IDE
|
Netbeans IDE comes bundled with support for the MySQL RDBMS.
|
Narration Only | Before you access MySQL database server in Netbeans, you must configure the MySQL server properties. |
Services window >> right-click on Databases node >> choose Register MySQL Server | Right-click the Databases node in the Services window.
|
In the MySQL Server Properties dialog box >> in the Basic Properties tab >> point to localhost (server host name) and 3306 (server port number) | Confirm that the server host name and the port are correct.
|
Point to >> Administrator username | Enter the Administrator username (if not displayed)
|
Point to >> Administrator password | Enter the Administrator password.
|
Click Admin Properties tab on top of MySQL Server Properties dialog box | Click the Admin Properties tab at the top of the dialog box.
|
Point to >> Path/URL to admin tool: >> type >> /usr/bin/mysqladmin | In the Path/URL to admin tool: field,
type or browse to the location of your MySQL Administration application.
|
Point to Arguments field >> this can be left blank | Type any arguments for the admin tool in the Arguments field.
|
Point to >> Path to start command >> type >> /usr/bin/mysqld_safe | In the Path to start command: field
type or browse to the location of the MySQL start command.
|
Point to Arguments: >> type -u root start | Type any arguments for the start command in the Arguments field.
|
Point to >> Path to stop command >> type >> /usr/bin/mysqladmin | In the Path to stop command:
type or browse to the location of the MySQL stop command.
|
Point to Arguments: >> type -u root stop | If the command is mysqladmin, in the Arguments field, type -u root stop. |
Show Admin Properties >> Click OK | When finished, the Admin Properties tab should resemble what is shown on the screen.
|
Starting the MySQL Server
|
First ensure that the MySQL database server is running on your machine.
|
Right-click on >> MySQL server at localhost:3306 [root] >> click >> Connect | After making sure that it is running, right-click the Databases >> MySQL server node and choose Connect. |
Expand MySQL server node >> point to available databases | When expanded, the MySQL server node displays all the available MySQL databases. |
Creating and Connecting to the Database Instance
|
A common way of interacting with databases is through an SQL Editor.
|
Narration Only | You can access this by right-clicking on the connection node. |
Narration Only | Let us now create a new database instance using the SQL Editor. |
In the Services window >> right-click on >> MySQL server at localhost:3306 [root] >> choose >> Create Database | In the Services window, right-click the MySQL server node and choose Create Database. |
In the Create Database dialog box >> type >> mynewdatabase | In the Create Database dialog box, type the name of the new database.
|
Point to >> Grant Full Access To: checkbox >> select checkbox >> drop-down list | You can also grant full access to a given user.
By default, only the admin user has the permissions to perform certain commands.
|
Narration Only | It is a good practice to grant users most permissions, except to drop tables.
|
Point to >> Grant Full Access To: checkbox >> unselect checkbox >> Click OK | But for now, we will leave the checkbox unselected.
|
Creating Database Tables
Narration Only |
Let us now create tables, populate them with data, and modify the data maintained in tables. |
Narration Only | mynewdatabase is currently empty.
Let us explore the first method to input data in the tables. |
Using the SQL Editor
|
In the Database explorer, expand the mynewdatabase connection node.
Tables, Views and Procedures. |
Right-click on Tables folder >> choose >> Execute Command | Right-click the Tables folder and choose Execute Command. |
Focus on >> SQL Command 1 canvas in workspace | A blank canvas opens in the SQL Editor in the main window. |
Focus on >> SQL Editor >> type sql query >> show complete code | Let us type a simple query in this SQL editor.
id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT, firstname VARCHAR (50), nickname VARCHAR (50), lastname VARCHAR (50), telephone VARCHAR (25), email VARCHAR (50), memberSince DATE DEFAULT '0000-00-00', PRIMARY KEY (id) );
|
Point to sql query | This is a table definition for the Counselor table we are about to create. |
From the task bar on top >> focus on Run SQL icon | To execute this query, either right-click the Run SQL icon in the task bar at the top. |
Right-click in SQL editor >> click on >> Run Statement | Or right-click within the SQL Editor and choose Run Statement. |
Point to Output window | The IDE generates the Counselor table in the database.
which says that the command was executed successfully, |
Expand mynewdatabase node >> Right-click on >> Tables node >> click on >> Refresh | To verify these changes, right-click the Tables node in the Database Explorer.
|
Narration Only | This updates the current status of the specified database. |
Expand Tables >> point to Counselor table | The new Counselor table now displays under the Tables option. |
Expand Counselor table >> point to columns created | If you expand the table node, you can see the columns that you created. |
Narration Only | Let us now explore the next method to input data in the tables,
|
In the Database Explorer >> expand >> mynewdatabase >> right-click on >> Tables >> click on Create Table | In the Database Explorer, right-click the Tables node, and choose Create Table.
|
In Create Table dialog >> in the name field >> type >> Subject | In the Table name text field, type Subject |
In the RHS of the Create Table dialog >> click on >> Add Column | Click Add Column |
In Add Column dialog >> in the Name field >> type >> id | In the Add Column dialog, type id in the Name field. |
In the Type drop-down list >> choose >> SMALLINT | Choose SMALLINT for data-type from the Type drop-down menu.
|
Select the Primary Key check box | Select the Primary Key checkbox in the Add Column dialog box.
|
Point to >> Index and Unique checkboxes >> Click OK
|
Note that when you select the Key check box, the Index and Unique check boxes are also automatically selected;
|
Show the other added columns | Repeat this procedure to add the remaining columns, as shown on the screen. |
Point to completed table >> the >> click OK | We have now created a table named Subject that will hold data for Name, Description, and Counselor ID
|
Working with table data
Narration Only |
By running SQL queries on a database, we can add, modify and delete data maintained in database structures.
|
Right-click on Tables >> Click on Execute Command | Choose Execute Command from the Tables' node context menu.
|
In the SQL editor >> type >> the query being shown | In the SQL Editor, let us type a simple query:
VALUES (1, 'David', '”Dave”', 'Thomas', '333 612-5678', 'dave_thomas@ifpwadcad.com', '1996-01-01') |
Right-click in source editor >> click Run Statement | To execute this query, right-click within the source editor, and choose Run Statement |
Right-click on Counselor table >> click View Data | Let us now verify if the new record has been added to the table.
|
Focus on the new SQL editor in main window >> highlight the query | A new SQL Editor opens in the main window.
|
Show the table below the workspace | The results of this statement are displayed in a table view below the workspace. |
Point to the new row which has just been added | Note that a new row has been added with the data we just supplied. |
Running an SQL Script
|
We can also run an external SQL script directly in the IDE.
|
Show SQL query in gedit | I have a SQL query here for demonstrative purposes. |
Point to Counselor and Subject tables | This script creates two tables similar to the ones we have just created.
|
Narration Only | Because the script overwrites these tables,
|
Switch to the IDE >> right-click on Counselor table >> click on Delete | To delete tables, right-click on the Counselor table
|
Click Yes | Click Yes in the Confirm Object Deletion dialog box. |
Delete the Subject table | Repeat the same for the Subject table |
In the IDE >> go to File >> Open File >> browse to, and open >> ifpwafcad.sql | Now, open the existing SQL query file from your system.
|
Focus on the SQL editor with ifpwafcad.sql | The script automatically opens in the SQL editor. |
Point to connection drop down list >> select and click on >> jdbc:mysql://localhost:3306/mynewdatabase | Make sure the connection to mynewdatabase is selected.
|
Click >> Run SQL button >> from task bar | Click the Run SQL button in the task bar.
|
Right-click on >> mynewdatabase >> click Refresh | Right-click the mynewdatabase connection node and choose Refresh.
|
For ex: Right-click on >> Counselor table >> click on >> View Data | Right-click on any of these tables now and choose View Data.
|
Slide 7 & 8
Summary |
In this tutorial you learnt to,
|
Slide 9
Assignment |
As an assignment,
|
Show solved assignment | I have created a similar database which maintains details of my personal movie library.
Your assignment should resemble this. |
Slide 10
About the Spoken Tutorial Project |
Watch the video at the link shown on the screen.
|
Slide 11
Spoken Tutorial Workshops |
The Spoken Tutorial Project Team
|
Slide 12
Acknowledgements |
Spoken Tutorial Project is a part of the Talk to a Teacher Project.
|
Slide 13
About the Contributor |
This tutorial has been contributed by IT for Change. Thank you |