Code:
Connection connection = null;
try
{ // load the driver
Class.forName("com.mysql.jdbc.Driver");
}
catch( Exception e )
{ // problem loading driver, class not exist?
e.printStackTrace();
return;
}
try
{
connection = DriverManager.getConnection("jdbc:mysql://mysqladmin2.secureserver.net/277/","LyricsWhoreMain","imanidiot777");

