Need very big help[FAST PLEASE]

Discussion in 'MySQL' started by Nikolasr, Jul 27, 2008.

  1. #1
    How to create mysql user who can be acessed from anywhere?
     
    Nikolasr, Jul 27, 2008 IP
  2. ryandanielt

    ryandanielt Well-Known Member

    Messages:
    1,797
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Can you explain some more details please.
     
    ryandanielt, Jul 27, 2008 IP
  3. Nikolasr

    Nikolasr Peon

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Well...
    I like to install wow script and my site is hosted on my home server and my wow server hosted on other computer so says Account name (owner) requered before this to fill it this i need a mysql server on the other computer(there are hosted wow server),so need to have a mysql user who will be accessed on my primary page.So i have only mysql server in the computer(wow computer)i don't have a space,to install other services.Also i have Navicast


    Regards,
    Nikolasr
     
    Nikolasr, Jul 27, 2008 IP
  4. Nikolasr

    Nikolasr Peon

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Anyone?please
     
    Nikolasr, Jul 28, 2008 IP
  5. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #5
    Run the following command where you want to create MySQL user
    GRANT ALL PRIVILEGES ON database_name.* TO 
    'mysqluser'@'IP from where you access MySQL' 
    INDETIFIED BY 'password here';
    Code (markup):
    For detailed information check GRANT in mysql manual.
     
    mwasif, Aug 2, 2008 IP
    rohan_shenoy likes this.