mysql gunz

Results 1 to 14 of 14
  1. #1
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    mysql gunz

    is it possible to create gunz using mysql... if there is can anyone show me


  2. #2
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: mysql gunz

    you mean the database? And yes it can be done. There is one database that was already released for MySQL

  3. #3
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts

    Re: mysql gunz

    I released a MySQL database with converted tables and procedures. There are people who had trouble importing it.

    I haven't had time to fix it nor have I been home lately. If you fix, you got a nice working GunZ MYSQL.

  4. #4
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: mysql gunz

    Could you work on fixing it Paul?
    Last edited by Arcelor; 18-02-10 at 12:09 PM. Reason: Typo.

  5. #5
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    Re: mysql gunz

    yea.. i got the database.. but what about the matchserver? and client... how do you make them connect to the MySQL DB?

  6. #6
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts

    Re: mysql gunz

    Quote Originally Posted by Arcelor View Post
    Could you work on fixing it Paul?
    Sorry for late reply.

    If I'm ever home I will. That will most likely be in a couple of months or even a year. I'm Mr. Portable at the moment.

    I can ask a friend to look into it I guess but in the mean time, you may have to look into it yourself.

    This error was reported by Millitary.

    Code:
    Script line: 1385	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"fnGetMin"(v_n1 INT, 
    v_n2 INT) RETURNS int(11)
    BEGIN
    RETURN(CASE WHEN v' at line 1
    If anything, you might as well go over to the brainiacs over at the MySQL developer forum. They can fix it in an instant.

    Quote Originally Posted by CaShiNz View Post
    yea.. i got the database.. but what about the matchserver? and client... how do you make them connect to the MySQL DB?
    1. Download any MySQL GUI and import the SQL script.
    2. Download and install the MySQl ODBC driver (Google it)
    3. Do the odbcad32 crap like you do with Mssql but with the MySQl ODBC

  7. #7
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: mysql gunz

    And mssql_connect() is mysql_connect().

  8. #8
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    Re: mysql gunz

    the matchserver opens.. but it gets disconnected.. the locator doesnt show up it says this:

    MLocatorDBMgr::StartUpLocaterStauts - PROCEDURE gunzdb.spStartUpLocatorStatus does not exist

    MLocator::Create - DBÃʱâÈ­ ½ÇÆÐ.

  9. #9
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts

    Re: mysql gunz

    Quote Originally Posted by CaShiNz View Post
    the matchserver opens.. but it gets disconnected.. the locator doesnt show up it says this:

    MLocatorDBMgr::StartUpLocaterStauts - PROCEDURE gunzdb.spStartUpLocatorStatus does not exist

    MLocator::Create - DBÃʱâÈ­ ½ÇÆÐ.
    It depends what you used to import the MySQL script. If it's PHPMyAdmin, it doesn't import functions or stored procedures.

    Navicat or MySQLYog should do the trick.

    Also.. make sure you got the GunZ MySQL from here.

    http://forum.ragezone.com/f245/mysql-gunz-632451/

  10. #10
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    Re: mysql gunz

    um.. what do you mean to import? i use Mysql.. that comes with wamp and this is how i imported the script..
    i opend the mysql gunz db on notepad
    copyied the script
    and then when to SQL and pasted the code and then it createed a mysql GunzDB for me on the tables

  11. #11
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts

    Re: mysql gunz

    Quote Originally Posted by CaShiNz View Post
    um.. what do you mean to import? i use Mysql.. that comes with wamp and this is how i imported the script..
    i opend the mysql gunz db on notepad
    copyied the script
    and then when to SQL and pasted the code and then it createed a mysql GunzDB for me on the tables
    That's where you went wrong. GunZ doesn't just use tables, it uses functions and stored procedures too.

    Obviously you are copy and pasting into PHPMyAdmin, which doesn't execute stored procedures or function. That's why I said download Navicat or MySQLYog.

  12. #12
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: mysql gunz

    I had tried it, I had problems with importing the stored procedures. As Paul said..

    You'll need a odbc connection for MySQL you can find it at
    http://dev.mysql.com/downloads/connector/odbc/

    Do the same with as you did with the original only now for you MySQL server.

    I edited the open source locator emulator from RepublicOfAstra for a MySQL connection it connected only servers didn't show up because I didn't had a good database xd

  13. #13
    Proficient Member coole9 is offline
    MemberRank
    Apr 2009 Join Date
    ..Location
    167Posts

    Re: mysql gunz

    lol your 2nd link dont work paul..

  14. #14
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    Re: mysql gunz

    i did all that.. even with Mysqlyog but i get the same error with locator



Advertisement