You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

MySql palvelinta voidaan käyttää suoraan komentoriviltä. Alla on selitetty komentorivikäytön perusteita

Kytkeytyminen paikallisen koneen MySql palvelimeen

jes@jes-laptop:~$ mysql -u user -p
jes@jes-laptop:~$ mysql -h host -u user -p
jes@jes-laptop:~$ mysql -h 10.80.86.100 -u user -p
Tietokantapalvelin vastaa seuraavasti jos liittyminen onnistuu:

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>

 
  • No labels
You must log in to comment.