wisewood Posted January 29, 2007 Share Posted January 29, 2007 Hi all,Can anyone point me in the right direction of a method to list the names of mySQL databases on localhost.Thanks. Link to comment https://forums.phpfreaks.com/topic/36164-get-names-of-local-mysql-databases/ Share on other sites More sharing options...
vbnullchar Posted January 29, 2007 Share Posted January 29, 2007 [code]show databases;[/code] Link to comment https://forums.phpfreaks.com/topic/36164-get-names-of-local-mysql-databases/#findComment-171724 Share on other sites More sharing options...
wisewood Posted January 29, 2007 Author Share Posted January 29, 2007 SOLVED. Just realised i asked before reading the manual :D Link to comment https://forums.phpfreaks.com/topic/36164-get-names-of-local-mysql-databases/#findComment-171725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.