On Thu, Jul 4, 2013 at 8:57 AM, Barco You <barcojie@REDACTED> wrote: > Why do I get the following error when I tried to connect the DB? Usually this error happens if MySQL server is not running/not listening on localhost:3306. Try this: $ mysql -hlocalhost -P3306 -uclient -Pmypass Does the above work? -- Motiejus Jakštys