mysqld -–console or start it as a service
mysql -u root < seg3202.sql mysql -u root seg3202
show tables;
+-------------------+ | Tables_in_seg3202 | +-------------------+ | courses | | coursesections | | mixedteamsections | | professors | | programs | | registrations | | students | | team_members | | teams | +-------------------+
drop database seg3202; at the mysql prompt and rerun the installation script.
Class.forName ("com.mysql.jdbc.Driver").newInstance ();
conn = DriverManager.getConnection ("jdbc:mysql://localhost/seg3202", "root", "");
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
conn = DriverManager.getConnection("jdbc:odbc:seg3202");
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| | seg3202.png | manage | 3.8 K | 08 Nov 2005 - 20:27 | Jason Kealey | sample screenshot |
| | seg3202-deliverable2-database.zip | manage | 44.3 K | 08 Nov 2005 - 20:40 | Jason Kealey | sql, mdb and java files |