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:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...