PDA

View Full Version : Access


Darkdrizzt
07-25-2004, 08:19 PM
How do I grant someone to my router,making them able to use item editor (mangoo) on my database? using linksys

cofruben
07-25-2004, 10:28 PM
GRANT ALL PRIVILEGES ON *.* TO 'username'@ipofyourfriend WITH GRANT OPTION;


that for mysql,you have done one thing,now you need to open ports.[/code]