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
32 inch TV vs 27 inch LCD
How do I set permissions on folder app installed to so everyone has write access
anway of converting jpeg into html
How can I make a method that targets Control and MenuItem
Access shared folder from application on workgroup without asking for username\password.
quickbook trial?
xenapp 6 farm
p2v with out Virtual Machine Manager
Why do I have trouble using linq on XML with namespaces?
Asp.Net I need help on a HTTP Handler that will stream binary data in order to display an image.