Revision: 3910
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 2, 2007 09:53 by therobot
Initial Code
grant all privileges on trabajar.* to 'trabajar'@'192.168.10.0/255.255.255.0' identified by 'password'; grant all privileges on trabajar.* to 'trabajar'@'localhost' identified by 'password'; flush privileges;
Initial URL
Initial Description
Initial Title
Add an user to an mysql account
Initial Tags
mysql
Initial Language
SQL