Back to project page ShyHi_Old.
The source code is released under:
GNU General Public License
If you think the Android project ShyHi_Old listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package dev.rug.shyhi.jersey; //Change these parameters according to your DB public class Constants { public static String dbClass = "com.mysql.jdbc.Driver"; private static String dbName= "ShyHi"; public static String dbUrl = "jdbc:mysql://104.131.63.149:3306/"+dbName; public static String dbUser = "root"; public static String dbPwd = "1eXuraux"; }