doushou8730 2010-08-01 07:30
浏览 59
已采纳

Mac OS X 10.6.3中的MySQL和PHP通信问题

I followed this instruction but not worked for me. I just wanna install and config cakephp in my new MacBook Pro and that's why I'm tried to rename my php.ini.default to php.ini. Before that, I had no problem in communicating between my MySQL and Mac pre-installed PHP.

What's wrong with that instruction. ( specially "Getting MySQL and PHP to communicate" part )

BTW it's not permission problem or mysql.sock location I think. I checked them.

Please help me. Thanks

  • 写回答

1条回答 默认 最新

  • doumuyu0837 2010-08-01 08:07
    关注

    First let's see if we can get a more detailed error message than "Error connecting to mysql".
    What's the output of:

    <?php
    error_reporting(E_ALL); ini_set('display_errors', 1);
    echo 'mysql extension: ', extension_loaded('mysql') ? 'ok' : 'NOT ok', "<br />
    ";
    echo 'mysql_connect: ', function_exists('mysql_connect') ? 'ok' : 'NOT ok', "<br />
    ";
    mysql_connect('fill in', 'the right', 'values here') or die(mysql_error());
    

    ?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?