MYSQL on APPServer

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    MYSQL on APPServer

    Hey guys, can anyone tell me where i can see my MYSQL Host, User & Pass?
    Because i need it for a Webpage..

    I need to configure this:

    //MySQL Server configuration

    $_MYSQL[Host] = "localhost";
    $_MYSQL[User] = "root";
    $_MYSQL[Pass] = "pasword";
    $_MYSQL[DBNa] = "foro";


  2. #2
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: MYSQL on APPServer

    Huh? For what do you need mysql?

  3. #3
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: MYSQL on APPServer

    You should read.

    "Because i need it for a Webpage.."


    And and i need o fill out this fields:


    //MySQL Server configuration

    $_MYSQL[Host] = "localhost";
    $_MYSQL[User] = "root";
    $_MYSQL[Pass] = "pasword";
    $_MYSQL[DBNa] = "foro";

  4. #4
    Member dorr13 is offline
    MemberRank
    Feb 2008 Join Date
    80Posts

    Re: MYSQL on APPServer

    dont touch it (Final Revolution web right?)
    you dont need it.

  5. #5
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: MYSQL on APPServer

    Ye xD i saw it =D


    I got the Problem with the Tables..

    Can someone explain it abit better because i cant do what he said :O


    Or maybe help me xD

  6. #6
    Member dorr13 is offline
    MemberRank
    Feb 2008 Join Date
    80Posts

    Re: MYSQL on APPServer

    lol, ill make you it easyer

    Code:
    ALTER TABLE Account ADD UCoins int  NOT NULL DEFAULT 0
    GO
    ALTER TABLE Account ADD ECoins int  NOT NULL DEFAULT 0
    GO
    ALTER TABLE Account ADD Answer varchar(50)  NULL
    GO
    ALTER TABLE Account ADD Question varchar(50)  NULL
    GO
    ALTER TABLE Character ADD Ranking int NOT NULL DEFAULT 0
    GO
    Execute it.

  7. #7
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: MYSQL on APPServer

    Quote Originally Posted by dorr13 View Post
    lol, ill make you it easyer

    Code:
    ALTER TABLE Account ADD UCoins int  NOT NULL DEFAULT 0
    GO
    ALTER TABLE Account ADD ECoins int  NOT NULL DEFAULT 0
    GO
    ALTER TABLE Account ADD Answer varchar(50)  NULL
    GO
    ALTER TABLE Account ADD Question varchar(50)  NULL
    GO
    ALTER TABLE Character ADD Ranking int NOT NULL DEFAULT 0
    GO
    Execute it.
    Rofl, kkk


    You can left it blank, latest forum posts area deactivated.



Advertisement