Thread: how to get mysql to work ruse

Results 1 to 6 of 6
  1. #1 how to get mysql to work ruse 
    Registered Member
    Join Date
    Jun 2013
    Posts
    279
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    how to get mysql to work for highscores ruse
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2012
    Posts
    3,161
    Thanks given
    2,843
    Thanks received
    855
    Rep Power
    2235
    Add highscores to your website and put the database information server sided
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2015
    Posts
    610
    Thanks given
    521
    Thanks received
    660
    Rep Power
    0
    are u kidding me lol find and change this in MySQLController

    Code:
    new MySQLDatabase("50.87.76.145", 3306, "rusepsco_hs", "rusepsco_hs", "tG8!dtLBKygG"),
    param1 = ip
    param2 = port
    param3 = database name
    param4 = username
    param5 = pass

    also make sure to enable mysql in GameSettings.java and remove the old dbs in MySQLController
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    20
    Posts
    3,377
    Thanks given
    7,120
    Thanks received
    1,879
    Discord
    View profile
    Rep Power
    3454
    Quote Originally Posted by Swiffy View Post
    are u kidding me lol find and change this in MySQLController

    Code:
    new MySQLDatabase("50.87.76.145", 3306, "rusepsco_hs", "rusepsco_hs", "tG8!dtLBKygG"),
    param1 = ip
    param2 = port
    param3 = database name
    param4 = username
    param5 = pass

    also make sure to enable mysql in GameSettings.java and remove the old dbs in MySQLController
    "whats a param"
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work [Only registered and activated users can see links. ]!
    Reply With Quote  
     

  6. #5  
    Registered Member Temperity's Avatar
    Join Date
    Sep 2015
    Posts
    23
    Thanks given
    5
    Thanks received
    6
    Rep Power
    13
    add me on skype

    temperityrs
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Jun 2013
    Posts
    279
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    Says my host is not allowed to connect to the mysql server please help

    public static boolean MYSQL_ENABLED = true;





    GameSettings.MYSQL_ENABLED = true;
    } else if(!GameSettings.MYSQL_ENABLED) {
    init();
    GameSettings.MYSQL_ENABLED = true;
    }


    new MySQLDatabase("server44.000webhost.com", 3306, "USER_hs", "USER_hs", "MYAMAZINGPASSWORD"),

    i get host "and then it shows my ip" is not allowed to connect to this mysql server help please

    [Only registered and activated users can see links. ]

    see i get this unable to create connection error to the database
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Forgot how to get compiler to work
    By rockin in forum Help
    Replies: 15
    Last Post: 01-12-2010, 11:10 PM
  2. Dodian, how to get glory to work :)
    By Knova in forum Tutorials
    Replies: 9
    Last Post: 08-29-2008, 08:12 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •