Thursday, April 15, 2010

mySQL grant

Viualizar Privilegios otorgados
show grants


Grant para habilitar acceso a servidor mySQL

http://stackoverflow.com/questions/2433543/how-to-make-a-remote-connection-to-a-mysql-database-server

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...