Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Do., 05/04/2012 - 18:59
Body
Step 1: Uncomment:
/etc/mysql/my.cnf#bind-address = 127.0.0.1
Step 2: Grant Permissions on mysql console
GRANT ALL PRIVILEGES ON *.* TO USERNAME@IPADDRESS IDENTIFIED BY "YOURPASSWORD"
Weitere Quellen
http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html http://kb.mediatemple.net/questions/236/Setting+up+external+MySQL+connections#dv
Webdevelopment
Add new comment