MySQL Query Browser with MYSQL on XAMPP


/ Published in: Bash
Save to your folder(s)

How to fix MySQL Query Browser socket connection problem


Copy this code and paste it in your HTML
  1. MySQL Query Browser with MYSQL on XAMPP
  2. You should try this:
  3.  
  4. $ sudo mkdir /var/run/mysqld
  5. $ cd /var/run/mysqld
  6. $ sudo ln -s /opt/lampp/var/mysql/mysql.sock mysqld.sock

URL: http://ubuntuforums.org/showthread.php?t=698009

Report this snippet


Comments


You need to login to view comments.