|
Hey ! I've seen this wiki article about Server Side Highscore http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores I've tried to make my own MySQL database as it is asked in the Step1 , but I don't know how to , I've looked in phpMyAdmin help , and I still can't achieve it . Please could you share your experience with me or give me a link where I can learn how to do this database ?
(comments are locked)
|

do you have access to the server via tools like the Mysql workbench? or shell access to the machine running the server?
No I don't , I've installed phpMyAdmin on my server , but it says I can't create new database (no privileges) , I've read that I need cPanel , but it's not for free , what can I do ?
What type of server is it? I guess better question would be where, like hosting company
it's Firstheberg/Freeheberg (the free offer of 2 gbits if I don't say a stupid thing) , they sent me MySQL server name , login and password , so I supposed it should work
well, install these http://dev.mysql.com/downloads/workbench/5.2.html and see if you can connect to it directly. In theory phpmyadmin should work fine, unless it's not setup correctly. Or, that the user they gave you doesn't have priviledges to create databases. ie: if they give you a single database, then skip the database creation part, and add the table do the DB that they have already created for you.
then just change the php settings for 'my_database' to reflect the database that they created, instead of making a new one.