ฉันมีการติดตั้ง Joomla สดใน Mac OS X และฉันได้กำหนดค่าฐานข้อมูลเพื่อเชื่อมต่อแอปพลิเคชัน โดยค่าเริ่มต้น Joomla ใช้localhost
ในการเชื่อมต่อ (ตัวแปร$host
) แต่มันไม่ทำงาน
อย่างไรก็ตามถ้าฉันแทนที่localhost
ด้วย127.0.0.1
มันจะเชื่อมต่อ ฉันติดตั้ง MySQL โดยใช้ MacPorts
ดูเหมือนว่านี้เป็นตรงข้ามปัญหาถามคำถามอื่น
ฉันจะทำอย่างไรเพื่อให้สามารถใช้ localhost แทนที่จะเป็น IP ธรรมดา
นี่คือ/etc/hosts
เนื้อหาของฉัน:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
ขอบคุณ !!
/etc/hosts
มีสายที่มีอยู่แล้ว :)