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
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.