Microsoft
Software
Hardware
Network
Question : mysql open files
mysql> show status like 'open%';
+-------------------------
-+-------+
| Variable_name | Value |
+-------------------------
-+-------+
| Open_files | 2 |
| Open_streams | 0 |
| Open_table_definitions | 15 |
| Open_tables | 1 |
| Opened_files | 60 |
| Opened_table_definitions | 0 |
| Opened_tables | 0 |
+-------------------------
-+-------+
7 rows in set (0.00 sec)
in mysql 5.0 when how to see what are the actual Opened_table_definitions ?
flush tables command doesnot reduce the "Opened_files" but only affects the open files.
how to reduce the opened files and see what are they ?
Answer : mysql open files
and if solaris version >= 10 I've heard pfiles was telling filenames.
Random Solutions
CPU TDP value/ reading rises up and down
DLL vs LIB implicit linking
PC gets to windows XP splash screen - then reboots (f8 safe mode same)
Terminal Services on Windows SBS 2008 Standard
Delayed send item not appearing in sent items folder
Running two VMWare Windows Servers on Same Linux Box
Is there a patch that will allow me to have Windows Server 2008 server run KMS to activate Windows 7 clients.
antivir Solution Pro
Locating static file inside Jboss server
Values in ASP.NET Radio Button List