1. Open your terminal. 2. Connect to MySql.If not use below link to know how to connect. How to Connect to MySql Database using MAC terminal 3. Once you logged into your mysql then type the below command to SELECT a database (OMS is database name).***********Happy Learning*************mysql> use OMS; Database changed;
Which says Database 'OMS' is selected. 4. To check whether Database OMS selected or not type below command.mysql> SELECT DATABASE(); +------------+ | DATABASE() | +------------+ | oms | +------------+ 1 row in set (0.00 sec)
Which says Database 'OMS' is selected.
MYSQL - SELECT Database
Labels:
MYSQL - SELECT Database
Subscribe to:
Post Comments (Atom)
Featured Post
H1B Visa Stamping at US Consulate
H1B Visa Stamping at US Consulate If you are outside of the US, you need to apply for US Visa at a US Consulate or a US Embassy and get H1...
-
Ques 1 : Which declaration of the main method below would allow a class to be started as a standalone program. (A) public static int main(c...
-
1. Two Sum Two Sum Solution 2. LRU Cache LRU Cache Solution 3. Number Of Islands 4. Longest Palindromic Substring 5. Lowest...
-
basics Linux fundamentals like system calls , strace , linux mange memory, shared memory, kernel using, boot process, DNS resolving ( how t...
No comments:
Post a Comment