<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Database</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>Recent changes to Database</description><atom:link href="https://sourceforge.net/p/openantz/wiki/Database/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Dec 2012 02:37:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openantz/wiki/Database/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Database modified by Shane Saxon</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,11 +1,15 @@
 [Home] - [User_Manual] - hosted at [openANTz.com](http://openantz.com/)

 -----------------------------
-Section 8:  *DataBase (MySQL)
+Section 8:  DataBase (MySQL)

-*DB support is currently in development.  The DB structure mimics that of the CSV state and channels files. It is possible to import and export between the DB and the CSV files.  Certain data such as textures maps and 3DS models are externally stored and referenced using server address and file paths in the DB.
+DB support is currently in development.  The DB structure mimics that of the CSV node state and channels map files. It is possible to import and export between the DB and the CSV files.

-Section 8.1:  Installing MySQL
+**fMRI high resolution brain slices with color index by Jeff Sale.
+![fMRI](http://openantz.com/images/manual/antz_mysql_fmri_med.jpg)
+
+-------
+Section 8.1:  MySQL Install

 Download Installer:
 http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-win32.msi/from/http://cdn.mysql.com/  (Windows 32-bit)
@@ -26,14 +30,16 @@
     - Click Next
     - Check "Include Bin Directory in Windows Path" check-box
     - Click Next
-    - Type Root password in box (Recommended is admin)
-    - Type Root password again in confirmation box
+    - *Type Root password in box, current hard-coded default is "admin"
+    - Type Root password again in confirmation box, remember password!!!!
     - Click Next Button
-    - Click Execute Button (if err 1045 then see re-install MySQL
+    - Click Execute Button (if err 1045 then see re-install MySQL)
     - Finish

 -------    
 How to Re-Install MySQL
+
+aka LOST PASSWORD procedure

 - If err 1045 occurs during Execute of 'Apply Security Settings' then to un-install MySQL:
     - Click Skip button
@@ -49,6 +55,39 @@
     - Delete MySQL folder
     - Run installer again

-- If cannot see 'C:\ProgramData' folder then.... change your widows explorer folder view settings.
-- If folder locked on W7 then try this
+- If cannot see 'C:\ProgramData' folder then change your widows explorer folder view settings.
+
+- If folder locked on W7 then try this link.
 http://blog.dpjonline.com/2010/02/26/how-to-unlock-documents-and-settings-folder-in-windows-7/
+
+-------
+Section 8.2: DB Usage Tips
+
+1) *Currently only the 'node' state table is supported, text 'tag' table is in progress.
+
+2) SHIFT + '?' key to Save the node state scene. Works just like 'K' key' to Keep a time-stamped DB.
+
+3) '?' (forward slash) key to open GUI console menu loader. Type the menu item# of DB and press 'Enter' to load. Up or Down arrows keys change the menu page if more then 20 databases to display.
+
+4) MySQL ip and password("admin") is hard-coded:
+- "antz/code/npio.c"
+- void npInitIO (void* dataRef) {
+- npInitDbConnection(connect, MySQL, "127.0.0.1", "root", "admin", "antz");
+
+------- 
+Section 8.3: DB Feature Features
+
+- Support for Text Tags and Track data.
+- Table Map that describes location of all data used or referenced by scene.
+- Externally stored data such as channel tracks, 3D models and textures maps are referenced from the DB using a server address with file path.
+
+-------
+Section 8.4: DB Bugs
+
+*DB saving chops off (up to) last 128 nodes... so test with larger datasets...
+
+*after loading a DB use the mouse to click on an object to un-stick the mouse mode!!!
+
+*loading/merging or saving within an antz session works about 2-3 times then de-stabilizes...
+
+See [Tickets - Bugs] for up-to-date details.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shane Saxon</dc:creator><pubDate>Wed, 19 Dec 2012 02:37:40 -0000</pubDate><guid>https://sourceforge.net61327bc3ab435585104145b31dfeee2dbdd69706</guid></item><item><title>WikiPage Database modified by Shane Saxon</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v11
+++ v12
@@ -22,21 +22,24 @@
     - Click Next Button Again
     - Click Finish Button
     - Click Next Button
-    - Click Standard Radio Button
+    - Click "Standard Configuration" Radio Button
     - Click Next
     - Check "Include Bin Directory in Windows Path" check-box
     - Click Next
     - Type Root password in box (Recommended is admin)
     - Type Root password again in confirmation box
     - Click Next Button
-    - Click Execute Button
+    - Click Execute Button (if err 1045 then see re-install MySQL
     - Finish
-    
 
-- If err 1045 occurs during Execute of 'Apply Security Settings' then un-install MySQL:
+-------    
+How to Re-Install MySQL
+
+- If err 1045 occurs during Execute of 'Apply Security Settings' then to un-install MySQL:
     - Click Skip button
     - Click Cancel Button
-    - Start installer
+    
+- Start installer
     - Click Remove Button
     - Click Remove Button Again
     - Click Yes Button
@@ -46,6 +49,6 @@
     - Delete MySQL folder
     - Run installer again
 
-- If cannot see 'C:\ProgramData' then....
+- If cannot see 'C:\ProgramData' folder then.... change your widows explorer folder view settings.
 - If folder locked on W7 then try this
 http://blog.dpjonline.com/2010/02/26/how-to-unlock-documents-and-settings-folder-in-windows-7/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shane Saxon</dc:creator><pubDate>Thu, 06 Sep 2012 22:44:07 -0000</pubDate><guid>https://sourceforge.net68c847c1e7116177ff451d7fe786cc485d2174dc</guid></item><item><title>WikiPage Database modified by Shane Saxon</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v10
+++ v11
@@ -30,8 +30,10 @@
     - Type Root password again in confirmation box
     - Click Next Button
     - Click Execute Button
+    - Finish
     
-- If a connection error occurs:
+
+- If err 1045 occurs during Execute of 'Apply Security Settings' then un-install MySQL:
     - Click Skip button
     - Click Cancel Button
     - Start installer
@@ -39,9 +41,11 @@
     - Click Remove Button Again
     - Click Yes Button
     - Click Finish
-    - Go to C:\Documents and Settings\All Users\Application Data
+    - (XP, W2003)Go to C:\Documents and Settings\All Users\Application Data
+    - (W7 and W8)Go to C:\ProgramData
     - Delete MySQL folder
     - Run installer again
 
-Mysql Uninstall Guide:
-http://dev.mysql.com/doc/refman/5.1/en/windows-installer-uninstalling.html
+- If cannot see 'C:\ProgramData' then....
+- If folder locked on W7 then try this
+http://blog.dpjonline.com/2010/02/26/how-to-unlock-documents-and-settings-folder-in-windows-7/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shane Saxon</dc:creator><pubDate>Thu, 06 Sep 2012 20:47:00 -0000</pubDate><guid>https://sourceforge.netb648b0b4b480bcb7896c35a2df6229503a5b6784</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -42,3 +42,6 @@
     - Go to C:\Documents and Settings\All Users\Application Data
     - Delete MySQL folder
     - Run installer again
+
+Mysql Uninstall Guide:
+http://dev.mysql.com/doc/refman/5.1/en/windows-installer-uninstalling.html
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Thu, 06 Sep 2012 20:39:41 -0000</pubDate><guid>https://sourceforge.net2cd349a016e55501f0609053a526d3dcf1a63e88</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -31,7 +31,7 @@
     - Click Next Button
     - Click Execute Button
     
-If a connection error occurs:
+- If a connection error occurs:
     - Click Skip button
     - Click Cancel Button
     - Start installer
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Thu, 06 Sep 2012 18:16:05 -0000</pubDate><guid>https://sourceforge.net186eec30f020a10e14aa14b0b98e697620d24531</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -34,6 +34,11 @@
 If a connection error occurs:
     - Click Skip button
     - Click Cancel Button
+    - Start installer
+    - Click Remove Button
+    - Click Remove Button Again
+    - Click Yes Button
+    - Click Finish
     - Go to C:\Documents and Settings\All Users\Application Data
     - Delete MySQL folder
     - Run installer again
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Thu, 06 Sep 2012 18:08:56 -0000</pubDate><guid>https://sourceforge.net677bc4fd461124239ff9a8d6e4170f9d9f23ce0c</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -31,3 +31,9 @@
     - Click Next Button
     - Click Execute Button
     
+If a connection error occurs:
+    - Click Skip button
+    - Click Cancel Button
+    - Go to C:\Documents and Settings\All Users\Application Data
+    - Delete MySQL folder
+    - Run installer again
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Thu, 06 Sep 2012 18:06:54 -0000</pubDate><guid>https://sourceforge.net1ecfd6dd10fcb9aed5028620fbabfb62ed42ef95</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -16,7 +16,7 @@
     - Accept The Terms
     - Click Next Button
     - Click Typical Button
-    - Click Install Button
+    - Click Install Button (On Windows 7 UAC will popup, click yes to allow)
     - Wait until next screen
     - Click Next Button
     - Click Next Button Again
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Wed, 05 Sep 2012 20:12:44 -0000</pubDate><guid>https://sourceforge.net4cd4fb7b2235f84b70b7c3a4f77bae0d9dc1fc00</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -8,8 +8,8 @@
 Section 8.1:  Installing MySQL
 
 Download Installer:
-http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-win32.msi/from/http://cdn.mysql.com/  (32-bit)
-http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-winx64.msi/from/http://cdn.mysql.com/ (64-bit)
+http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-win32.msi/from/http://cdn.mysql.com/  (Windows 32-bit)
+http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-winx64.msi/from/http://cdn.mysql.com/ (Windows 64-bit)
 
 - Run Installer
     - Click Next
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Wed, 05 Sep 2012 20:03:22 -0000</pubDate><guid>https://sourceforge.netdab381a420b3251853ae264ec89b31d1202235b5</guid></item><item><title>WikiPage Database modified by Lucas Erickson</title><link>https://sourceforge.net/p/openantz/wiki/Database/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -8,7 +8,8 @@
 Section 8.1:  Installing MySQL
 
 Download Installer:
-http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-win32.msi/from/http://cdn.mysql.com/
+http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-win32.msi/from/http://cdn.mysql.com/  (32-bit)
+http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27-winx64.msi/from/http://cdn.mysql.com/ (64-bit)
 
 - Run Installer
     - Click Next
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Erickson</dc:creator><pubDate>Wed, 05 Sep 2012 20:02:18 -0000</pubDate><guid>https://sourceforge.net50c653abad2109dfd1ed967bee8fff004cc141dc</guid></item></channel></rss>