Why can't I connect to the MYSQL database?
自由天空
自由天空 2019-07-12 11:57:45
0
2
1372

Following the php toolbox, it shows that the database is connected, but it cannot connect to the MYSQL database.

The call displays "Execution failed, please refer to: No database selected"

自由天空
自由天空

reply all(2)
V

Don’t forget to add database $dbname when using mysqli_connect(), or use mysqli_select_db() to select a database. Otherwise, you cannot connect to a specific database.

ringa_lee

No database selected, which means no database is selected, select it and then import it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!