<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.cs.uct.ac.za/index.php?action=history&amp;feed=atom&amp;title=Databases</id>
	<title>Databases - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.uct.ac.za/index.php?action=history&amp;feed=atom&amp;title=Databases"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Databases&amp;action=history"/>
	<updated>2026-05-07T04:30:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Databases&amp;diff=359&amp;oldid=prev</id>
		<title>Craig: Created page with &quot; The following database services are available:   * MySQL  * Microsoft SQL Server  These are available for use in the Database courses, as well as for backends to other applic...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Databases&amp;diff=359&amp;oldid=prev"/>
		<updated>2015-04-02T12:03:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; The following database services are available:   * MySQL  * Microsoft SQL Server  These are available for use in the Database courses, as well as for backends to other applic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
The following database services are available: &lt;br /&gt;
&lt;br /&gt;
* MySQL &lt;br /&gt;
* Microsoft SQL Server&lt;br /&gt;
&lt;br /&gt;
These are available for use in the Database courses, as well as for backends to other applications developed as part of a CS teaching or research project.&lt;br /&gt;
&lt;br /&gt;
== MySQL == &lt;br /&gt;
&lt;br /&gt;
To create your personal database ssh into the [[Shell]] server and run the mysqluser command. &lt;br /&gt;
&lt;br /&gt;
If you do not already have a database the mysqluser command will create one for you. Read the output of the command carefully as it contains information you will need to access the database including:&lt;br /&gt;
* Username&lt;br /&gt;
* Password &lt;br /&gt;
* Database name&lt;br /&gt;
* Server hostname &lt;br /&gt;
* The command to use to access the database.&lt;br /&gt;
&lt;br /&gt;
If your database already exists running the mysqluser command will reset your password and output your database details. It will _not_ delete the database. If you want to clean out your database for a new application you should drop the tables you no longer require. &lt;br /&gt;
&lt;br /&gt;
The mysql client (just called mysql) is installed on all of the [[Computer laboratory]] workstations as well as the [[Shell]] servers.&lt;br /&gt;
&lt;br /&gt;
Consult documentation on the MySQL web site for information on the SQL language. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A database service is provided for&lt;/div&gt;</summary>
		<author><name>Craig</name></author>
		
	</entry>
</feed>