======= At 2004-10-27, 13:46:00 Tiara wrote: ======= >Halo Temen2 Tolong Dong......... >MySQL apa harus di install di Windows 2000 Server ? >Aku sudah install MySQL di Windows XP, tapi di komputer >lain (workgroup) tidak bisa connect ya ?? kalo untuk localhost nggak masalah > >Setting di client nya (ODBC database Administrator): > >Host/Server Name/IP = 192.168.0.1 >Database Name = bukutamu >User = root >Password=1234 >Port = 3306 >
Coba di test ping ke 192.168.0.1 bisa ngak. Kalo ngak bisa mungkin firewall WinXP-nya blon di mati-in. Check juga port 3306-nya, apakah kena block di firewall-nya. Coba juga bikin user selaen root. Gunakan MySQL utility, misal: GRANT ALL PRIVILEGES ON *.* TO 'tiara'@'%' IDENTIFIED BY 'some_pass' WITH GRANT OPTION; ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/vbOolB/TM --------------------------------------------------------------------~-> Official Web Site : http://www.awari.or.id Unsubscribe: [EMAIL PROTECTED] Web,archive: http://groups.yahoo.com/group/asosiasi-warnet Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/asosiasi-warnet/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

