Connecting to mysql using php

前端 未结 6 1486
逝去的感伤
逝去的感伤 2020-12-18 17:46

Here is my following tutorial code from \"Learning PHP MYSQL and Javascript\" by OReilly.



        
6条回答
  •  无人及你
    2020-12-18 18:18

    Do you try connecting manually to your db by connection infor u set up in code,

    use phpmysql to connect to db first , change phpmysql config file to match the mysql server authentication infor, then ensure all are right before coding anything further.

提交回复
热议问题