This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d85945c Automated site publishing by Jenkins build 425
d85945c is described below
commit d85945c2556fad819b2e6dd0676b2251a915a0b2
Author: jenkins <[email protected]>
AuthorDate: Mon Jan 21 14:52:27 2019 +0000
Automated site publishing by Jenkins build 425
---
content/kb/docs/ide/mysql.html | 52 ++----------------------------------------
1 file changed, 2 insertions(+), 50 deletions(-)
diff --git a/content/kb/docs/ide/mysql.html b/content/kb/docs/ide/mysql.html
index eadffe9..1033219 100644
--- a/content/kb/docs/ide/mysql.html
+++ b/content/kb/docs/ide/mysql.html
@@ -92,7 +92,7 @@
</li>
<li><a href="#_working_with_table_data">Working with Table Data</a></li>
<li><a href="#_running_an_sql_script">Running an SQL Script</a></li>
-<li><a href="#_see_also">See Also</a></li>
+<li><a href="#_conclusion">Conclusion</a></li>
</ul>
</div>
<div id="preamble">
@@ -103,44 +103,6 @@
<div class="paragraph">
<p><a href="http://www.mysql.com/">MySQL</a> is a popular Open Source
relational database management system (RDBMS) commonly used in web applications
due to its speed, flexibility and reliability. MySQL employs SQL, or
<em>Structured Query Language</em>, for accessing and processing data contained
in databases.</p>
</div>
-<div class="paragraph">
-<p><strong>Expected duration: <em>30</em> minutes</strong></p>
-</div>
-<div class="imageblock">
-<div class="content">
-<img src="images/netbeans-stamp-80-74-73.png" alt="netbeans stamp 80 74 73">
-</div>
-<div class="title">Figure 1. Content on this page applies to the NetBeans IDE
7.2, 7.3, 7.4 and 8.0</div>
-</div>
-<div class="paragraph">
-<p><strong>To follow this tutorial, you need the following software and
resources.</strong></p>
-</div>
-<table class="tableblock frame-all grid-all spread">
-<colgroup>
-<col style="width: 50%;">
-<col style="width: 50%;">
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-top">Software or Resource</th>
-<th class="tableblock halign-left valign-top">Version Required</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="https://netbeans.org/downloads/index.html">NetBeans IDE</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">7.2, 7.3,
7.4, 8.0, Java</p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java
Development Kit (JDK)</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Version 7
or 8</p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock">MySQL
database server</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="http://dev.mysql.com/downloads/mysql/">version 5.x</a></p></td>
-</tr>
-</tbody>
-</table>
<div class="admonitionblock note">
<table>
<tr>
@@ -547,21 +509,11 @@ Make sure your connection to <code>MyNewDatabase</code>
is selected from the C
</div>
</div>
<div class="sect1">
-<h2 id="_see_also">See Also</h2>
+<h2 id="_conclusion">Conclusion</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This concludes the Connecting to a MySQL Database tutorial. This document
demonstrated how to configure MySQL on your computer and set up a connection to
the database server from NetBeans IDE. It also described how to work with MySQL
in the IDE’s Database Explorer by creating new database instances and
tables, populating tables with data, and running SQL queries.</p>
</div>
-<div class="paragraph">
-<p>For related and more advanced tutorials, see the following resources:</p>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p><a href="../../docs/web/mysql-webapp.html">Creating a Simple Web
Application Using a MySQL Database</a>. A follow-up tutorial demonstrating how
to created a simple two-tiered web application in the IDE using the MySQL
database you just created.</p>
-</li>
-</ul>
-</div>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists