Index: schedule/Transaction/update.php
===================================================================
--- schedule/Transaction/update.php	(revision 17423)
+++ schedule/Transaction/update.php	(revision 17424)
@@ -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");
 
