连接数据库出错

来源:7-4 PHP数据库操作之执行MySQL查询

慕勒5525576

2021-05-19 11:15

PHP Warning:  mysql_connect(): Your password has expired. To log in you must change it using a client that supports expired passwords. in index.php on line 3
PHP Warning:  mysql_select_db(): [2002] No such file or directory (trying to connect via unix:///var/run/mysqld/mysqld.sock) in index.php on line 4
PHP Warning:  mysql_select_db(): No such file or directory in index.php on line 4
PHP Warning:  mysql_select_db(): A link to the server could not be established in index.php on line 4
PHP Warning:  mysql_query(): [2002] No such file or directory (trying to connect via unix:///var/run/mysqld/mysqld.sock) in index.php on line 5
PHP Warning:  mysql_query(): No such file or directory in index.php on line 5
PHP Warning:  mysql_query(): A link to the server could not be established in index.php on line 5


写回答 关注

1回答

  • A蔡蔡8893291
    2021-08-11 14:56:00

    放在本地运行测试

PHP进阶篇

轻松学习PHP中级课程,进行全面了解,用PHP快速开发网站程序

181835 学习 · 2577 问题

查看课程

相似问题