如何让 Django 在 XAMPP 中与 MySQL 一起工作?

发布于 2024-11-07 18:55:42 字数 382 浏览 0 评论 0原文

我在 Mac(Snow Leopard)上安装了 XAMPP 并安装了 Django。我如何告诉 Django 使用它,当我启动 python manage.py runserver 时,我收到此错误:

...
_mysql_exceptions.OperationalError: (2002, "Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)")

如何告诉 Django 使用它?

/Applications/XAMPP/xamppfiles/var/mysql/mysql.sock

I installed XAMPP on my Mac (Snow Leopard) and installed Django. How do I tell Django to use this and when I fire up python manage.py runserver I get this error:

...
_mysql_exceptions.OperationalError: (2002, "Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)")

How do I tell Django to use this instead?

/Applications/XAMPP/xamppfiles/var/mysql/mysql.sock

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

何以心动 2024-11-14 18:55:42

将其放入设置中数据库的 HOST 条目中。

Put that in the HOST entry for the database in the settings.

ぇ气 2024-11-14 18:55:42

简单的解决方案是只需为 Xampp 安装 Django Stack。不需要配置任何东西,每件事都已经配置

https://wiki.bitnami.com/Infrastruction_Stacks/BitNami_Django_Stack< /a>

simple solution is that just install Django Stack for Xampp. Not need to configure any thing every thing is configured already

https://wiki.bitnami.com/Infrastructure_Stacks/BitNami_Django_Stack

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文