create mysql database on mac os x

Qco*_*com 2 php mysql database macos

I know this sounds a little ridiculous, but I'm just honestly wondering how I can create a MySQL database on my Mac OS X machine. I have MySQL installed (as far as I know) as well as PHP, and I'm wondering how I can create one.

I have downloaded a sample PHP ecommerce site to kind of delve into what I'm trying to familiarze myself with, and the PHP files are attempting to connect to a nonexistant database, which I'm hoping to create right now.

他们有延伸.sock吗?因为,当我尝试测试引用不存在的数据库的PHP页面时,这是"错误"代码:

Warning: mysql_connect(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in< /Library/WebServer/Documents/plaincart/library/database.php on line 4 Warning: mysql_connect(): No such file or directory in
/Library/WebServer/Documents/plaincart/library/database.php on line 4 MySQL connect failed. No such file or directory
Run Code Online (Sandbox Code Playgroud)

Pek*_*ica 6

我的猜测是你将数据库服务器指定为localhost某处.试试吧127.0.0.1.