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. Quote 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] Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.