...
Code Block |
---|
jes@jes-laptop:~$ mysql -u user -p |
Kytkeytyminen johonkin muuhun koneeseen
Code Block |
---|
jes@jes-laptop:~$ mysql -h host -u user -p |
Esimerkki
Code Block |
---|
jes@jes-laptop:~$ mysql -h 10.80.86.100 -u userkayttaja -p |
|
Tietokantapalvelin
...
vastaa
...
seuraavasti
...
jos
...
liittyminen
...
onnistuu:
Code Block |
---|
Enter password: |
...
Welcome to the MySQL monitor. Commands end with ; or \g. |
...
Your MySQL connection id is 38 |
...
Server version: 5.1.37-1ubuntu5.1 (Ubuntu) |
...
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. |
...
mysql> |
...
|