Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Database Foundations Installing MySQL Server and MySQL Workbench Installing MySQL Server and Workbench on OS X

Adam St.P
Adam St.P
2,906 Points

MySQL workbench won't connect to server is my config file wrong?

I think I might have flubbed the config file copying. Can anyone help me out? (Terminal prompt below)

adam--macbook-pro:~ thegreenrhino$ sudo cp /usr/local/mysql/support-files/

WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password: usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory adam--macbook-pro:~ thegreenrhino$ sudo cp /usr/local/mysql/support-files/my-default.cnf /etc/my.cnf adam--macbook-pro:~ thegreenrhino$