how do you login to mysql using unix shell? : Sql dba
Answer / Vikas Gautam
"To log into MySQL from a Unix/Linux shell, use the `mysql` command followed by your database user name and password. If you have not set a password for your user account, you can omit it:
```
mysql -u username [password]
```
If you want to connect to a specific database, add the database name as well:
```
mysql -u username -p [database_name]
```
MySQL will then prompt you for your password."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by <> in sql?
What are triggers, and when would you use them?
when a procedure /package is getting invalidated?
What is pl sql package?
What is relationship? How many types of relationship are there?
What are the types of join and explain each?
Which is better join or inner query?
How to use boolean type in select statement?
What is the use of triggers?
What is trigger in sql?
Hi all, I am going to write oracle certification. Can anyone send me the dumps available if any for OCA exam? Its really very urgent, prompt response will help me alot..
Can we insert data into materialized view?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)