Advertisement

03.31.2008 at 01:04PM PDT, ID: 23283795
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

MySQL administration questions

Asked by tjgquicken in MySQL Server

Tags: , ,

I just installed MySQL on my machine, and I'm having some trouble with getting other programs to communicate with the server. The programs I'm having trouble with specifically are PHP and Dreamweaver. Both programs are giving me the error message "Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)."

There are a number of problems here and I'm not really sure how to deal with them. The first is that there's no /var/mysql directory on my machine. I don't think (I'm not 100% sure) that the _mysql user has write privileges to the /var directory, so I don't know how it's supposed to create this mysql.sock socket. However, even if I create the /var/mysql directory and give the _mysql user write privileges, I still get the same error message.

I note that I can connect to the mysqld process just fine using the mysql command line application. In the configuration file /etc/my.cnf, I have the socket set to /tmp/mysql.sock:

# The following options will be passed to all MySQL clients
[client]
#password       = your_password
port            = 3306
socket          = /tmp/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port            = 3306
socket          = /tmp/mysql.sock

I didn't make any changes to the /my-medium.cnf file when I copied it over to /etc/my.cnf. I tried changing on both the client and mysqld parts of the configuration file socket = /var/mysql/mysql.sock but that didn't help.

If it matters, I'm actually running mysqld_safe and not mysqld:
$ sudo ./bin/mysqld_safe
Password:
Starting mysqld daemon with databases from /usr/local/mysql-5.0.51a-osx10.5-x86/data
^Z
[1]+  Stopped                 sudo ./bin/mysqld_safe
$ bg
[1]+ sudo ./bin/mysqld_safe &
$ /usr/local/mysql/bin/mysql -uroot -psecret
Welcome to the MySQL monitor.  Commands end with ; or \g.

I know it's possible to change the MYSQL_SOCKET location in PHP, but I don't know how (or if it's possible) to change the analogous variable with regards to Dreamweaver. Any ideas of what to do would be greatly appreciated.Start Free Trial
[+][-]03.31.2008 at 01:13PM PDT, ID: 21248732

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: MySQL Server
Tags: MySQL, Running on a Mac OS X, Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)
Sign Up Now!
Solution Provided By: tjgquicken
Participating Experts: 2
Solution Grade: A
 
 
[+][-]04.06.2008 at 12:22AM PDT, ID: 21291041

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.06.2008 at 04:13PM PDT, ID: 21293517

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628