sqlfr28 Posted August 3, 2011 Share Posted August 3, 2011 Hi I am new to this forum.Hope I am Welcome. I want to know what is the MySQL query to come out of a database?I am using the XAMPP Shell command line interface & my OS is Win XP Professional. Suppose I have database called Test1.I enter the "Test1" database by using the MySQL query - " use test1" . There are 2 tables inside test1. Now I want to come out of the database test1. But I dont want to exit the command line interface with the "exit" command. Hope you all get me What is the MySQL query for this? Link to comment https://forums.phpfreaks.com/topic/243720-how-to-come-out-of-a-database/ Share on other sites More sharing options...
requinix Posted August 3, 2011 Share Posted August 3, 2011 You don't. You're always in one database or another. Why do you need to "come out" of it? Link to comment https://forums.phpfreaks.com/topic/243720-how-to-come-out-of-a-database/#findComment-1251375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.