MySQL --no-beep

 Svako ko je radio sa mysql clientom, morao se upoznati sa super turbo ultra mega iritantnim BEEP-om. Npr. slijedeca pogresno otkucana komanda uzrokovace taj gnjavatorski zvuk:

mysql> select * frmo tabela;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'frmo
tabela' at line 1
mysql>


Da biste bili postedjeni tog beep-a, pokrenite mysql client sa opcijom --no-beep ...

D:\Documents and Settings\Dejan.Topalovic>mysql -u testUser -p testDB --no-beep
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 31 to server version: 5.1.7-beta-max-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

... i uzivajte u tisini...


Nazad na glavnu stranicu