reset password
Author Message
cbort
Posts: 95
Posted 19:49 May 26, 2011 |

What is the url for the mysql database? I have been using:

jdbc:mysql://localhost/cs320stu02

but then I have to upload to test it every time...

cysun
Posts: 2935
Posted 21:38 May 26, 2011 |

jdbc:mysql://cs3.calstatela.edu/cs320stu02

dely
Posts: 32
Posted 00:10 May 27, 2011 |

if you mean testing it on your mysql database on your computer, then its localhost.  You probably going to use "root" for user and "" for password.  cs320stu02 in this case will be the database on your local machine.  Make sure that mysql database is running.