Plik Edycja Widok Zakładki Ustawienia Pomoc
Asus:/home/piotr # /etc/init.d/mysql start Starting service MySQL done
Asus:/home/piotr # mysql -h localhost -u root -p Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.57-tog SUSE MySQL RPM
Copyright (c) 2000, 2010, Oracle and/or its affiliates. Alt right s reserved.
This software comes with ABSOLUTELY NO WARPANTY. This is free sof twa re,
and you are welcome to modify and redistribute it under the GPL v 2 license
Type 'help;' or '\h' for help. Type '\c‘ to elear the current inp ut statement.
mysql> create database próba;
Query OK, 1 row affected (0.00 sec)
mysql> show databases;
| information_schema |
+....................+
4 rows in set (0.00 sec)
mysql> |_