Skip to content

Commit

Permalink
Merge pull request #678 from norv/sqlite
Browse files Browse the repository at this point in the history
Remove sqlite from core repository
  • Loading branch information
norv committed Jul 16, 2013
2 parents 29fe1b5 + 29f8c61 commit 19853d8
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 6,823 deletions.
6 changes: 3 additions & 3 deletions docs/readme_install.html
Expand Up @@ -220,7 +220,7 @@ <h2 id="Create_a_Database_and_a_Database_User">Create a database and a database
<h3>Creating a database using PHPMyAdmin</h3>
<p>Most shared hosting services disable this option. If the option to create databases through PHPMyAdmin is available through the hosting service you use, the database can be created from the PHPMyAdmin home page.</p>
<h3>Creating a database using a control panel</h3>
<p>Shared hosting services usually disable the ability to create a database through PHPMyAdmin. If the hosting service provides a control panel interface, then this can be used to create a database. Selecting the &quot;MySQL Databases&quot; or &quot;Database Wizard&quot; options should take you to a page prompting you to creating a MySQL database. With different hosts, these options may have different names.</p><p>ElkArte has the ability to support other database types, including PostgreSQL and SQLite.</p>
<p>Shared hosting services usually disable the ability to create a database through PHPMyAdmin. If the hosting service provides a control panel interface, then this can be used to create a database. Selecting the &quot;MySQL Databases&quot; or &quot;Database Wizard&quot; options should take you to a page prompting you to creating a MySQL database. With different hosts, these options may have different names.</p><p>ElkArte has the ability to support other database types, including PostgreSQL and SQLite. To use other database systems, you must install ElkArte with the extension for your system.</p>
<h3>Creating a database user</h3>
<p>A database user can be created through the control panel provided by your hosting service. Selecting the &quot;MySQL Databases&quot; or &quot;Database Wizard&quot; options should take you to a page, prompting you to create a MySQL database user. With different hosts, these options may have different names.</p>
<p>The database user requires the following permissions: SELECT, INSERT, UPDATE, DELETE, ALTER, and INDEX. Additional permissions may be granted, if desired.</p>
Expand All @@ -244,7 +244,7 @@ <h3>Basic forum settings</h3>
<h3>Database server settings</h3>
<dl>
<dt>Database type</dt>
<dd>The database schema can be selected here from a list of database schemas supported by the server being used. Newer schemas such as PostgreSQL and SQLite may be listed here if available. MySQL is recommended.</dd>
<dd>The database type can be selected here from a list of database types supported by the server being used. Other types such as PostgreSQL and SQLite may be listed here, if available on your server and you have downloaded the installation package with the extension for the respective system. MySQL is recommended.</dd>
<dt>Server name</dt>
<dd>The location of the database is specified here. 99% of the time this will be localhost.</dd>
<dt>Username</dt>
Expand Down Expand Up @@ -286,4 +286,4 @@ <h2 id="finishing">Finishing everything up</h2>
</ul>
</div></div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/readme_update.html
Expand Up @@ -164,7 +164,7 @@ <h2 id="requirements">Minimum installation requirements</h2>
</li>
<li>Any of the following database systems
<ul>
<li><a href="http://www.mysql.com/" target="_blank">MySQL</a> 4.0.18 or higher.</li>
<li><a href="http://www.mysql.com/" target="_blank">MySQL</a> 4.1.0 or higher.</li>
<li><a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a> 8.0 or higher.</li>
<li><a href="http://www.sqlite.org/" target="_blank">SQLite</a> 1.x - 2.x.</li>
</ul>
Expand Down Expand Up @@ -277,4 +277,4 @@ <h2 id="finishing">Finishing the update and cleaning up</h2>
<div class="smalltext"><a href="http://www.elkarte.net">ElkArte Forum</a></div>
</div></div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/readme_upgrade.html
Expand Up @@ -137,7 +137,7 @@ <h2 id="requirements">Minimum installation requirements</h2>
</li>
<li>Any of the following database systems
<ul>
<li><a href="http://www.mysql.com/" target="_blank">MySQL</a> 4.0.18 or higher.</li>
<li><a href="http://www.mysql.com/" target="_blank">MySQL</a> 4.1.0 or higher.</li>
<li><a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a> 8.0 or higher.</li>
<li><a href="http://www.sqlite.org/" target="_blank">SQLite</a> 1.x - 2.x.</li>
</ul>
Expand Down Expand Up @@ -252,4 +252,4 @@ <h2 id="finishing">Finishing the upgrade and cleaning up</h2>
<div class="smalltext"><a href="http://www.elkarte.net">ElkArte Forum</a></div>
</div></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion install/install.php
Expand Up @@ -2340,7 +2340,7 @@ function template_database_settings()
</tr>
</table>';

// Allow the toggling of input boxes for SQLite etc.
// Allow the toggling of input boxes for Postgresql
echo '
<script type="text/javascript"><!-- // --><![CDATA[
function validatePgsql()
Expand Down

0 comments on commit 19853d8

Please sign in to comment.