Could not connect: No such file or directory.
To create a new database and user, open your sql prompt and enter:
CREATE DATABASE tnk CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON tnk.* TO 'tnk'@'localhost' IDENTIFIED BY -PASSWORD- WITH GRANT OPTION;