Index: schedule/Transaction/insert.php
===================================================================
--- schedule/Transaction/insert.php	(revision 17422)
+++ schedule/Transaction/insert.php	(revision 17423)
@@ -1,5 +1,5 @@
  <?php
 //connect to the mysql
-$db = mysql_connect('localhost', 'root', '') or die("Could not connect database");
+$db = mysql_connect("localhost","scheduletest","t3stsched"); 
 mysql_select_db('sandboxschedule', $db) or die("Could not select database");
 
