Thread: Mysql

Results 1 to 5 of 5
  1. #1 Mysql 
    Registered Member
    Join Date
    Jun 2010
    Posts
    95
    Thanks given
    16
    Thanks received
    1
    Rep Power
    2
    Okay so how exactly do i setup mysql (i downloaded a source which already had mysql implemented) so everything's there but i just have to make it connect to me ? or what?
    I downloaded xampp and installed mysql and apache created a user and password in myphpadmin and how exactly do i create a database and what is a database <-- isent a database what i need ?

    (this is a hyperion based source)
    Reply With Quote  
     

  2. #2  
    Rukin sux

    Sieg's Avatar
    Join Date
    May 2009
    Posts
    1,041
    Thanks given
    223
    Thanks received
    281
    Rep Power
    244
    I really don't think you should be doing whatever you're doing if you don't know what a database is.

    Also, if you're planning on releasing your server to the public to play: you won't be able to use localhost as they wouldn't be able to connect to your local database. Use a website such as Free Web Hosting, Free Templates, Free Tutorials and More - Zymic or a paid host if you have one. Then of course wherever your code in the server part attempts to connect to a database, change it your MySQL host, username, password, and database.

    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Quote Originally Posted by Sub-Zero View Post
    I really don't think you should be doing whatever you're doing if you don't know what a database is.

    Also, if you're planning on releasing your server to the public to play: you won't be able to use localhost as they wouldn't be able to connect to your local database. Use a website such as Free Web Hosting, Free Templates, Free Tutorials and More - Zymic or a paid host if you have one. Then of course wherever your code in the server part attempts to connect to a database, change it your MySQL host, username, password, and database.
    Actually they don't have to connect to the database only you do. Since its the server connection to the database not players. But i would recommend using a webhost and setting up remote sql for mysql connections from ur computer.

    On Topic: you need the database for the mysql or learn how to create one. Otherwise its pretty pointless.
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Jun 2010
    Posts
    95
    Thanks given
    16
    Thanks received
    1
    Rep Power
    2
    yah well my first time dealing with sql before i just commented it out or removed it so i never had to learn to use it ehh so i have a host i just have no idea what a database is and how to set up (downloading project no doze whitch has this implemented and a databse included ) ill try to make my own based on his but if you can help or give a tip please do
    Reply With Quote  
     

  6. #5  
    Registered Member
    TORONTO's Avatar
    Join Date
    Feb 2010
    Age
    30
    Posts
    873
    Thanks given
    348
    Thanks received
    212
    Rep Power
    92
    you need the sql data structure/table structure for the source content which uses mysql...

    ask the person who released it if they can give you the sql table structure
    retired from RSPS for good

    EDIT:
    I came back one last time just to thank this post:
    [SPOIL]
    [/SPOIL]
    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. Re-adding mysql to non-mysql dementhium?
    By Coruption in forum Help
    Replies: 1
    Last Post: 01-25-2012, 09:53 PM
  2. MySQL
    By nsf_ in forum Help
    Replies: 34
    Last Post: 07-30-2011, 10:36 PM
  3. MySQL: Cannot Find MySQL Driver
    By Glass O Wine in forum Help
    Replies: 3
    Last Post: 05-02-2010, 11:30 AM
  4. [MySQL]MySQL Intergration By Mikelmao [DELTA]
    By mikelmao in forum Tutorials
    Replies: 16
    Last Post: 12-02-2009, 10:06 AM
  5. Question? MySQL or Non-MySQL
    By Shivers in forum Help
    Replies: 19
    Last Post: 11-29-2009, 06:53 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •