Welcome to the RaGEZONE - MMORPG development forums.

[Tut] Connecting to Another persons MySql Database +mysql from web to pc.

This is a discussion on [Tut] Connecting to Another persons MySql Database +mysql from web to pc. within the Tutorials forums, part of the Java Based (Odin) category; Guide connecting to mine or anothers MySql Database So some people might think or question "Hmm is it possible to ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Member
    Rank
    Member
    Join Date
    Jul 2008
    Posts
    48
    Liked
    0

    [Tut] Connecting to Another persons MySql Database +mysql from web to pc.

    Click
    Guide connecting to mine or anothers MySql Database

    So some people might think or question "Hmm is it possible to connect to
    another persons MySql database hosted on their comp?"

    Answer is Yes. And I will explain on how to do that

    This method will also help for those who host on a domain and not their
    own Pc

    First you need MySql 5.0 and its Gui Tools I'm not going to provide it here
    either most of you should have it or simply do a search on the forum and look
    through repacks.

    Second you need to enable remote access for starters who just installed MySql and
    the GUI tools you should automatically be taken to setup your Server Instance Configuration
    dont touch anything and keep clicking next until you get to the area where it
    says Enable TCP/IP Networking you should see a check box "Add firewall exception for this port"
    using the port 3306 keep in mind you would need to port forward that.
    Continue clicking next until you reach the Modifiy Security Settings it's up to you
    whether or not you want to use a password, but the important thing here is to
    Enable root Access from remote machines Check that option and click next and finish installing.

    For Users who have already setup their Server Instance Config and don't know
    if they checked the enable remote access Go to your installed folder where Mysql
    is and you can run it there and repeat step 2

    Third Basically for this step all you need to do is Port Forward the port 3306
    or whatever port you assigned your database on.

    Fourth Connecting:
    Now that your all configured , port forward , and etc. Time to test what you did
    If you have another person lets say another GM you trust and knows MySql pretty well
    Like executing scripts, changing variables, adding shops, items etc. use that person for
    your test. So what you need to provide that person or if your the person reading
    and wanting to connect you need their WAN IP, yes the familiar word ALOT of people
    should know if not, go to http://whatismyip.com/ write down your WAN IP.
    Now the other person must have mysql and its gui tools in order for this to work
    once that person is all setup you/person would start MySql Query browser now it shoulf
    automatically bring up a login screen if your the one hosting leave it all alone
    the localhost 3306 etc. But if your the one connecting under server host you put the
    WAN IP on port 3306 and the default username should be root and password blank unless
    you or the host has created one and the default schema odinms,vana,titan whichever you use
    and click ok. You should now have access to the persons database and be able to change things.
    if you get an error check your ports and make sure its been forwarded.

    Extra
    Ok this part of the tut is confusing, tricky, and at times seem frustrating.
    So for example if you use a registration page to register people on a domain server
    rather than a program like xamp,wamp,or abyss this will help you connect to your pc's database
    rather than the one provided from a web hoster. ( continue this tommorow its late )

    Hope this all helps.
    need some beta testers for my server PM me. Reg here http://69.181.143.81:8080

  2. #2
    MentaL rules.
    Rank
    Member +
    Join Date
    Jul 2008
    Posts
    946
    Liked
    38

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Nice guide. I might even use it with my server. I am still setting up a website for Registering and downloading my client. :P

  3. #3
    Λκαяυz føяeνeя
    Rank
    Gamma
    Join Date
    Jun 2008
    Location
    215
    Posts
    3,396
    Liked
    100

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    images

    SteamID: elitegg_roamer ---- MSN: aista@live.com ---- AIM: hardcoreplox


  4. #4
    Member
    Rank
    Member
    Join Date
    Jul 2008
    Posts
    48
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    I'll add some in a bit
    need some beta testers for my server PM me. Reg here http://69.181.143.81:8080

  5. #5
    Member
    Rank
    Member
    Join Date
    Apr 2008
    Posts
    29
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    This guide is very hard to follow I didn't get past step 3
    "For Users who have already setup their Server Instance Config and don't know
    if they checked the enable remote access Go to your installed folder where Mysql
    is and you can run it there and repeat step 2"
    What do you mean "run it there" run what? Can you please add images or rewrite it?

  6. #6
    Member
    Rank
    Member
    Join Date
    Jul 2008
    Posts
    48
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    whats wrong with it? makes sense to me if you already setup your server instance config go to where you installed mysql c:/programs files/mysql or wherever you installed it open the folders and look for run Server Instance Config thats what i meant by run it there and repeat step 2. common sense
    need some beta testers for my server PM me. Reg here http://69.181.143.81:8080

  7. #7
    Owner Of RebornMS
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    In RebornStory
    Posts
    305
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Nice Guild but needs some pictures

  8. #8
    'b' for boy
    Rank
    Member +
    Join Date
    Apr 2008
    Location
    I'm in RaGEZONE
    Posts
    458
    Liked
    8

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    yea! Pics will be good. :P

  9. #9
    Derp.
    Rank
    Member +
    Join Date
    Mar 2007
    Location
    Ontario, Canada
    Posts
    245
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Dude, i cant even understand half of this :)

    We appreciate your effort to help us, However, it didnt really help :(

  10. #10
    Ultimate Member
    Rank
    Member
    Join Date
    Jul 2008
    Posts
    152
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    It's easy..
    [admin]No hotlinks allowed - Akaruz[/admin]

  11. #11
    Ultimate Member
    Rank
    Member
    Join Date
    Jun 2008
    Posts
    152
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Pics Plz

  12. #12
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jul 2008
    Location
    Stalker
    Posts
    1,129
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Nice Job :flag_schw

  13. #13
    Hardcore Member
    Rank
    Member
    Join Date
    Apr 2008
    Location
    (E:) Drive
    Posts
    134
    Liked
    0

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    Ty lol.
    If you get an error just keep re-reading.
    He explained it in readable text so it is possible to follow his instructions.
    say "thug aim" aloud, 10 times rapidly.

    listen to yourself carefully.

  14. #14
    Member
    Rank
    Member
    Join Date
    Jul 2008
    Location
    CA
    Posts
    69
    Liked
    1

    Re: [Guide] Connecting to Another persons MySql Database +mysql from web to pc.

    nice!! but i cant understand all of it -_-''add some pics will be cool

  15. #15
    Registered
    Rank
    Member
    Join Date
    Jun 2008
    Posts
    10
    Liked
    0

    Re: [Tut] Connecting to Another persons MySql Database +mysql from web to pc.

    Hey dude very nice guide!

    im gonna test it now!

 

 
Page 1 of 2 12 LastLast

Posting Permissions

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