Enable word wrapping with preference key editor.wrap.words (false by default)
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / sql / WikipediaDB.java
index 4ae5980..753536c 100644 (file)
@@ -191,7 +191,7 @@ public class WikipediaDB {
     } else {
       // default configuration for XAMPP distribution
       conn = DriverManager.getConnection("jdbc:mysql://localhost/wikidb", // filenames
-          "root", // username
+          "root", // category
           ""); // password
     }
     fGetPrefixTitles = conn.prepareStatement("SELECT cur_title FROM cur WHERE LOWER( cur_title ) like ?");