MySQL: determine which database is selected?

后端 未结 8 1244
失恋的感觉
失恋的感觉 2020-12-02 05:19

After calling mysql_select_db to grab a database, is there any way to later output the name of the database that is currently selected? This seems very basic bu

8条回答
  •  北海茫月
    2020-12-02 05:34

    In the comments of http://www.php.net/manual/de/function.mysql-db-name.php I found this one from ericpp % bigfoot.com:

    If you just need the current database name, you can use MySQL's SELECT DATABASE() command:

    
    

提交回复
热议问题