Søren, Saturday, February 16, 2002, 3:11:40 PM, you wrote:
SN> I want to try out MySQL-GUI from my workstation, and I want to connect SN> to my database server, but it says that root has no access rights from SN> this host. How do I give root this kind of acccess? You should set privileges for your user (root) to connect from another host. For example: GRANT ALL ON *.* TO 'root'@'your_host' identified by 'your_password' WITH GRANT OPTION; Look in the manual: http://www.mysql.com/doc/G/R/GRANT.html SN> Med venlig hilsen/Best regards, SN> Søren Neigaard mailto:[EMAIL PROTECTED] -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php