<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.logicaldoc.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Installation_using_MySQL_database</id>
	<title>Installation using MySQL database - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.logicaldoc.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Installation_using_MySQL_database"/>
	<link rel="alternate" type="text/html" href="http://wiki.logicaldoc.com/wiki/index.php?title=Installation_using_MySQL_database&amp;action=history"/>
	<updated>2026-05-05T03:54:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.logicaldoc.com/wiki/index.php?title=Installation_using_MySQL_database&amp;diff=1254&amp;oldid=prev</id>
		<title>Blucecio at 07:19, 24 August 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.logicaldoc.com/wiki/index.php?title=Installation_using_MySQL_database&amp;diff=1254&amp;oldid=prev"/>
		<updated>2010-08-24T07:19:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__ &amp;lt;br&amp;gt; Starting from LD 5.0 MySQL 5.1 is the recommended external RDBMS for the software.&amp;lt;br&amp;gt;LogicalDOC Enterprise Edition installs this database during the installation procedure.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; Follow the steps required to perform the installation. &lt;br /&gt;
&lt;br /&gt;
== Proceed with the installation of the MySQL database  ==&lt;br /&gt;
&lt;br /&gt;
MySQL 5.1) Download the installer: mysql-5.1.37-win32.msi&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== Perform the installation of MySQL  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:MySQL Database Usage.gif|thumb|left|100px|MySQL Database Usage]] &lt;br /&gt;
&lt;br /&gt;
*select Typical as type of setup&amp;lt;br&amp;gt; &lt;br /&gt;
*select Detailed Configuration&amp;lt;br&amp;gt; &lt;br /&gt;
*select Developer Machine&amp;lt;br&amp;gt; &lt;br /&gt;
*select Multifunctional Database&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Proceed to complete the installation&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; the most important thing in my opinion is set the usage of the database as Multifunctional. &lt;br /&gt;
&lt;br /&gt;
== Connect to the server and create the DB schema for LogicalDOC  ==&lt;br /&gt;
&lt;br /&gt;
launch the MySQL Command Line Client&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; connect as root with the password you previously asseigned to the user.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; launch the following commands:&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; CREATE DATABASE logicaldoc;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
GRANT ALL PRIVILEGES ON *.* TO &amp;#039;logicaldoc&amp;#039;@&amp;#039;%&amp;#039; IDENTIFIED BY &amp;#039;sa&amp;#039; WITH GRANT OPTION;&amp;lt;br&amp;gt; (this create a user &amp;#039;logicaldoc&amp;#039; with password &amp;#039;sa&amp;#039; that can access the db from every host)&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; FLUSH PRIVILEGES;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; COMMIT;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; EXIT; &lt;br /&gt;
&lt;br /&gt;
== Run the setup of LogicalDOC  ==&lt;br /&gt;
&lt;br /&gt;
Log on to the setup of your. application LogicalDOC&amp;lt;br&amp;gt; http://localhost:8080/logicaldoc/setup/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== Select the MySQL DB  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Database Configuration.gif|thumb|left|100px|Database Configuration]]enter the jdbc Connection Url for the database:&amp;lt;br&amp;gt; jdbc:mysql://localhost:3306/logicaldoc&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
specify &amp;quot;logicaldoc&amp;quot; as the Username, &amp;quot;sa&amp;quot; as the Password&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; Start the creation of tables and the population of the initial data by pressing the button on the right (Continue).&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; If you still have problem to complete the setup procedure try to compare the file my.ini in your MySQL installation folder with that other contained in this compressed archive [[Media:My.zip|my.zip]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blucecio</name></author>
	</entry>
</feed>