Allow external mysql connection

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
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.