Author Topic: Hello any MYSQL programers out there  (Read 1435 times)

Offline bobton

  • Level 9
  • *
  • Posts: 51
  • Reputation: +0/-2
    • View Profile
Hello any MYSQL programers out there
« on: November 21, 2006, 08:32:57 AM »
hi i am getting a game and i have the scripts and the server all sorted and all i need is the database to run it all off i was wondering if there are any programmers out there that would give me a hand when creating it ???

i hope there is if so PM me or reply to this please

BoBtOn

Offline Zeggy

  • Global Moderator
  • Level 35
  • *****
  • Posts: 1,187
  • Reputation: +13/-4
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #1 on: November 21, 2006, 01:31:07 PM »
You mean you don't know how to create the database or you don't have a server that supports databases?

Offline KingMonkey Throughout!

  • Somebody Told Me!
  • Level 13
  • *
  • Posts: 102
  • Reputation: +3/-17
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #2 on: November 24, 2006, 04:57:15 PM »
i think he means create the database tables.

Ive done that once. and if i had to do it again id charge thousands as its hard work searching code for the table structures.

including a complicated game which i did....
PHP Game Programer!


Offline bobton

  • Level 9
  • *
  • Posts: 51
  • Reputation: +0/-2
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #3 on: November 27, 2006, 04:44:37 AM »
i need to create the database for this game i have hosting and evrything else sorted out i just need the database i have a few scripts i would be able to send and i have more on the way is there anyone that can help me

i am sorry but still no money until i get paypal and wel money in my bank :D
the amount of money i have for the game is ?0

anyone that can help me ?????????

Offline Zeggy

  • Global Moderator
  • Level 35
  • *****
  • Posts: 1,187
  • Reputation: +13/-4
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #4 on: November 27, 2006, 06:32:36 AM »
Well, does the game come with a .SQL file?
If it does, then you can copy the text in the SQL file, go to PHPmyAdmin and paste the SQL code in there. PHPmyadmin will process the queries for you and your database will be done :)

Offline bobton

  • Level 9
  • *
  • Posts: 51
  • Reputation: +0/-2
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #5 on: December 12, 2006, 05:23:49 AM »
Hi

The PHPmyadmin what do you mean by that is that the program that you can download from the site like www.phphelp.com or www.php.com something like that i am not to sure that?s why

it doesn?t come with a .SQL file so i would need to create one of them but also i have a .SQL file from another site could i use some of the code from that or would i be wasting my time with that ????

i bet you lot are thinking what a idiot lol but sorry i need help and i only know this site will give it me :D 

BoBtOn

Offline Marek

  • Level 18
  • *
  • Posts: 177
  • Reputation: +7/-0
  • XHTML, CSS, JS, PHP and MySQL are my pantheon.
    • View Profile
Re: Hello any MYSQL programers out there
« Reply #6 on: December 13, 2006, 05:27:11 PM »
phpMyAdmin is available from www.phpmyadmin.net

It is a script which lets you create and manage tables on MySQL.

So instead of having to manually run the SQL for creating a table, you can simple use the interface of phpMyAdmin.

In addition, when you use phpMyAdmin to do any action on your database, it will show what SQL code it used to do it. So you can learn how SQL works by observing what phpMyAdmin does when you, for example, create a new table.

An .SQL filewould just be file that contains SQL commands, but it's not necessary to actual have it as a file. The important part are the SQL commands themselves inside, and you don't need them to be in a file.

As Zeggy said, If you have SQL commands already, and you want to run them, then you can input then in phpMyAdmin and it will run them for you.
« Last Edit: December 13, 2006, 05:29:01 PM by nano »

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal