x


MySQL Database Highscore

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 ?

more ▼

asked Aug 21 '11 at 12:16 PM

Anykey gravatar image

Anykey
16 10 12 14

do you have access to the server via tools like the Mysql workbench? or shell access to the machine running the server?

Aug 21 '11 at 02:44 PM twlomega

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 ?

Aug 21 '11 at 03:58 PM Anykey

What type of server is it? I guess better question would be where, like hosting company

Aug 21 '11 at 04:53 PM twlomega

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

Aug 21 '11 at 04:56 PM Anykey

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.

Aug 21 '11 at 05:23 PM twlomega
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x414
x232
x102
x43
x26

asked: Aug 21 '11 at 12:16 PM

Seen: 1646 times

Last Updated: Aug 21 '11 at 06:16 PM