Se que no es nada util, de hecho no lo veo nada util. Pero era una peticion, por eso le dije hacking barato porque es algo tonto 
En fin Littlehorse un encanto leerte chiquito

En fin Littlehorse un encanto leerte chiquito
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú


CitarC:\Documents and Settings\xxxxxx\Desktop\Vir>copy /b eicar.txt + GNU.pdf Copia.pdf
eicar.txt
GNU.pdf
1 file(s) copied.
por toda su ayuda aportada.



mysql> show status like 'Qcache%';
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 1 |
| Qcache_free_memory | 16768408 |
| Qcache_hits | 0 |
| Qcache_inserts | 0 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 4 |
[b]| Qcache_queries_in_cache | 0 |[/b]
| Qcache_total_blocks | 1 |
+-------------------------+----------+
8 rows in set (0.00 sec)
mysql> select * from Libro;
mysql> select * from Respuesta;
mysql> show status like 'Qcache%';
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 1 |
| Qcache_free_memory | 16765336 |
| Qcache_hits | 0 |
| Qcache_inserts | 2 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 6 |
[b]| Qcache_queries_in_cache | 2 |[/b]
| Qcache_total_blocks | 7 |
+-------------------------+----------+
8 rows in set (0.00 sec)
mysql> insert into Libro values(5,'no se', 'nananana');
Query OK, 1 row affected (0.00 sec)
mysql> show status like 'Qcache%';
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 2 |
| Qcache_free_memory | 16766872 |
| Qcache_hits | 0 |
| Qcache_inserts | 2 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 8 |
[b]| Qcache_queries_in_cache | 1 |[/b]
| Qcache_total_blocks | 5 |
+-------------------------+----------+
8 rows in set (0.00 sec)