﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>Newest KB Articles in Databases &amp; SQL</title>
    <description>Recent additions to the knowledge base from AtlantisNet</description>
    <link>http://support.atlantisnet.com/kb/c5/databases-sql.aspx</link>
    <pubDate>Thu, 11 Jun 2026 23:07:28 GMT</pubDate>
    <generator>SmarterTrack Enterprise 100.0.9616</generator>
    <atom:link href="http://support.atlantisnet.com/RSS.ashx?catid=5&amp;type=newestkbarticles" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Backup your MySQL Database Using phpMyAdmin</title>
      <link>http://support.atlantisnet.com/kb/a51/how-to-backup-your-mysql-database-using-phpmyadmin.aspx</link>
      <pubDate>Fri, 04 Mar 2016 15:43:53 GMT</pubDate>
      <guid isPermaLink="false">kbarticle51</guid>
      <description>&lt;div&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt;Here are our instructions for backing up your MySQL database using phpMyAdmin.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt;1) Login to&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt;&lt;a href="https://secure.atlantisnet.com/phpmyadmin3/" target="_blank" rel="noopener noreferrer"&gt;phpMyAdmin&lt;/a&gt;&lt;/span&gt;&lt;font color="#000000" face="arial"&gt;. &lt;span style="caret-color: rgb(0, 0, 0);"&gt;Make sure to select the correct MySQL server (see image below).&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;img height="778" src="/AvatarHandler.ashx?fid=15308&amp;key=3506924654" width="1081" class="fr-fic fr-dii"&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;2) Click on the database you would like to backup from the left sidebar. &amp;nbsp;In the following example we plan on backing up the database named &amp;quot;mysql&amp;quot;. &amp;nbsp;Here you should select your specific database name and not &amp;quot;mysql&amp;quot;.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;img height="736" src="/AvatarHandler.ashx?fid=15309&amp;key=2853826189" width="1083" class="fr-fic fr-dii"&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;3) Click on the &lt;strong&gt;Export&lt;/strong&gt; tab.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;img height="778" src="/AvatarHandler.ashx?fid=15310&amp;key=901999891" width="1082" class="fr-fic fr-dii"&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;4) Choose the &lt;strong&gt;Quick&lt;/strong&gt; Export Method, leave the Format as &lt;strong&gt;SQL&lt;/strong&gt; and then click on the &lt;strong&gt;Go&lt;/strong&gt; button.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;img height="778" src="/AvatarHandler.ashx?fid=15311&amp;key=1545923403" width="1085" class="fr-fic fr-dii"&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;5) The export file of your database will be downloaded to your local computer and will be saved in your browser&amp;#39;s default downloads folder.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Microsoft SQL 2000 Server</title>
      <link>http://support.atlantisnet.com/kb/a48/microsoft-sql-2000-server.aspx</link>
      <pubDate>Sun, 26 Apr 2015 03:11:13 GMT</pubDate>
      <guid isPermaLink="false">kbarticle48</guid>
      <description>&lt;div&gt;&lt;div&gt;All SQL administration is performed via Microsoft's isqlw utility (SQL Server Query Analyzer). You must connect to our SQL Server via a TCP/IP sockets connection using TCP port 1433.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;To configure your machine for TCP/IP sockets, visit: &lt;a href="http://support.microsoft.com/support/sql/content/connect/ClientIP.asp" target="_blank"&gt;http://support.microsoft.com/support/sql/content/connect/ClientIP.asp&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;Once connected using isqlw, you may setup and administer your database.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;We will also be happy to restore an existing SQL Server backup database to our server for you at no charge.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;ADD NEW SERVER ALIAS VIA NETWORK LIBRARY CONFIGURATION:&lt;/strong&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Click on Start, Programs, Microsoft SQL Server, Client Network Utility.&lt;/li&gt;&lt;li&gt;Add a server alias as follows: On the Alias tab, click on the Add button. In the Server alias field, enter something like "AtlantisSQL2000". Select "TCP/IP" as the Network library for this connection. Enter "sql2000.atlantisnet.com" as the Computer name. Check the "Dynamically determine port" check box. Click on "OK".&lt;/li&gt;&lt;li&gt;Close the SQL Server Client Network Utility by clicking on the "OK" button.&lt;/li&gt;&lt;li&gt;Click on Start, Programs, Microsoft SQL Server, Query Analyzer.&lt;/li&gt;&lt;li&gt;On the Connect to SQL Server window, click on the button that has the 3 small dots "..." in it which is directly to the right of SQL Server drop down box.&lt;/li&gt;&lt;li&gt;Select the alias you created in step #2 above (AtlantisSQL2000). Click on "OK".&lt;/li&gt;&lt;li&gt;Under Connect using, select "SQL Server authentication". Enter your Login Name and Password.&lt;/li&gt;&lt;li&gt;Click on "OK".&lt;/li&gt;&lt;li&gt;You should now connect to the server and the DB drop down box should contain your database name&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;strong&gt;CONNECT VIA ENTERPRISE MANAGER:&lt;/strong&gt;&lt;br&gt;(Although we do not support it, some customers have been able to connect to our SQL Server using Microsoft's Enterprise Manager.)&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Click on Start, Programs, Microsoft SQL Server, Enterprise Manager.&lt;/li&gt;&lt;li&gt;Select a SQL Server Group.&lt;/li&gt;&lt;li&gt;On the drop down menu, click on "Action".&lt;/li&gt;&lt;li&gt;Select "New SQL Server Registration...". The "Register SQL Server Wizard" should appear.&lt;/li&gt;&lt;li&gt;Click on "Next &amp;gt;".&lt;/li&gt;&lt;li&gt;Under Available servers, you should see the server alias you created using the "SQL Server Client Network Utility" from above (AtlantisSQL2000).&lt;/li&gt;&lt;li&gt;Click on the server in #6 above, and then press the "Add &amp;gt;" button.&lt;/li&gt;&lt;li&gt;Click on "Next &amp;gt;".&lt;/li&gt;&lt;li&gt;Select "The SQL Server login information that was assigned to me by the system administrator. (SQL Server authentication).&lt;/li&gt;&lt;li&gt;Click on "Next &amp;gt;".&lt;/li&gt;&lt;li&gt;Select "Login automatically using my SQL Server account information.".&lt;/li&gt;&lt;li&gt;Enter your Login Name.&lt;/li&gt;&lt;li&gt;Enter your Password.&lt;/li&gt;&lt;li&gt;Click on "Next &amp;gt;".&lt;/li&gt;&lt;li&gt;Select the SQL Server Group.&lt;/li&gt;&lt;li&gt;Click on "Next &amp;gt;".&lt;/li&gt;&lt;li&gt;Click on "Finish".&lt;/li&gt;&lt;li&gt;See if you get a status of "- Registered successfully".&lt;/li&gt;&lt;li&gt;Click on "Close".&lt;/li&gt;&lt;li&gt;Try to connect using this new connection.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>DSN-Less Database Connection Examples</title>
      <link>http://support.atlantisnet.com/kb/a29/dsn-less-database-connection-examples.aspx</link>
      <pubDate>Fri, 29 Apr 2011 06:32:14 GMT</pubDate>
      <guid isPermaLink="false">kbarticle29</guid>
      <description>&lt;div&gt;&lt;span style="color: #222222; font-family: arial, helvetica, sans-serif; font-size: small; line-height: 19px; -webkit-border-horizontal-spacing: 10px; -webkit-border-vertical-spacing: 10px;"&gt;&amp;nbsp;&lt;p&gt;The follwoing are DSN-Less connections you may use to access a database without using an ODBC connection. Parameters in bold should be replaced with your information.&lt;/p&gt;&lt;hr width="80%"&gt;&lt;br&gt;&lt;strong&gt;ColdFusion 5.0 &amp;amp; MySQL:&lt;/strong&gt;&lt;br&gt;&lt;blockquote&gt;&lt;br&gt;&amp;lt;cfquery name="&lt;strong&gt;MyQueryName&lt;/strong&gt;" dbtype="dynamic" connectstring= "Driver={MySQL ODBC 3.51 Driver}; SERVER=mysql.atlantisnet.com; UID=&lt;strong&gt;MySqlUser&lt;/strong&gt;; PWD=&lt;strong&gt;MySqlPassword&lt;/strong&gt;; DATABASE=&lt;strong&gt;MySqlDatabase&lt;/strong&gt;; network=dbmssocn"&amp;gt;&lt;/blockquote&gt;&lt;br&gt;&lt;hr width="80%"&gt;&lt;br&gt;&lt;strong&gt;ColdFusion 5.0 &amp;amp; Microsoft SQL Server 2000:&lt;/strong&gt;&lt;br&gt;&lt;blockquote&gt;&lt;br&gt;&amp;lt;cfquery name="&lt;strong&gt;MyQueryName&lt;/strong&gt;" dbtype="dynamic" connectstring= "Driver={SQL Server}; Server=sql2000.atlantisnet.com; Database=&lt;strong&gt;MsSqlDatabase&lt;/strong&gt;; Uid=&lt;strong&gt;MsSqlUser&lt;/strong&gt;; Pwd=&lt;strong&gt;MsSqlPassword&lt;/strong&gt;;"&amp;gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>