For anyone that's curious, it's error 2002. I've been looking at a lot of websites and a lot of them have been helpful, I was able to successfully uninstall all of the dependencies from Mysql, and, reinstall them. I have been able to change my password and it's really nice and it wokrs on its own, I am even able ot use the sudo /etc/init.d/mysql start command, but, beyond that, I get the error message ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13), when in the folder I try to run this command with WP, I am having issues. I have looked primarily at this website and other websites and have not really had luck with the solutions, with the ones that they used.
./wp-cli.phar config create --dbname=newwpdb --dbuser=root --dbpass=<password> --dbhost=localhost --dbprefix=mcwp_
mysqld: Can't read dir of '/etc/mysql/conf.d/' (OS errno 2 - No such file or directory)