MariaDB – allow user to connect from anyhostCristi DraghiciJune 15, 2016Programming Use the following command in your server to allow user to connect from anyhost: RENAME USER 'root'@'localhost' TO 'root'@'%'; FLUSH PRIVILEGES;Code language: JavaScript (javascript) Tags# mysql Previous Post Brackets.io - a new code editor Next Post gulp-sass 2.3.2 - "TypeError: Cannot assign to read only property 'data' of ./"