Post

Visualizzazione dei post da maggio, 2013

Gli ultimi aggiornamenti dei programmi più popolari alla data del 24 maggio 2013

Immagine
Programmi popolari   1. CCleaner 4.01.4093 Piriform - 4.15MB (Freeware) CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and f... Scarica 2. Google Chrome 28.0.1500.11 Dev Google - 32.03MB (Open Source) Google Chrome è un browser che combina un design minimalista con una tecnologia sofisticata per rendere il web più veloce, più sicuro e più facile. Scarica 3. Adobe Reader 11.0.03 Adobe Systems Inc - 47.79MB (Freeware) Adobe Reader è lo standard globale per la condivisione di documenti elettronici. È l'unico visualizzatore di file PDF in grado di aprire e interagire ... Scarica 4. Avast! Free Antivirus 8.0.1489 Avast Software - 112.04MB (Freeware non commerciale) avast! Free Antivirus rappresenta la migliore protezione antivirus gratuita attualmente disponibile sul mercato. Questa edizione è GRATUITA per uso no... Scarica 5. VLC Media Player 2.0.6 (32-bit) VideoLAN.org -

Management command Mysql from CMD

Immagine
Management command Mysql from CMD  Gestione database da CMD Lesson Database and SQL 14 maggio 2013 by Paolo Latella This is a list of handy MySQL commands that I use time and time again. At the bottom are statements, clauses, and functions you can use in MySQL. Below that are PHP and Perl API functions you can use to interface with MySQL. To use those you will need to build PHP with MySQL functionality. To use MySQL with Perl you will need to use the Perl modules DBI and DBD::mysql. Below when you see # it means from the unix shell. When you see mysql> it means from a MySQL prompt after logging into MySQL. To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u root –p To login (from Windows shell) use -h only if needed. # [mysql dir]/bin/mysql -u root –p Create a database on the sql server. mysql> create database [databasename]; List all databases on the sql server. mysql> show databases; Switch to