/ Published in: SQL
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
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;
Comments
 Subscribe to comments
                    Subscribe to comments
                
                