Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
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>

...

code