MySQL Forums
Forum List  »  Knowledge Base

how to get the log-bin-index values in the mysql prompt?
Posted by: samana srikanth
Date: July 08, 2009 09:17AM

i can get the datadir of mysql
mysql> show variables like 'datadir';
+---------------+-----------------+
| Variable_name | Value |
+---------------+-----------------+
| datadir | /var/lib/mysql/ |
+---------------+-----------------+
1 row in set (0.00 sec)

mysql>


do we have similar kind or a query to get the mysql log-bin-index file name

thanks
Srikanth

Options: ReplyQuote


Subject
Views
Written By
Posted
how to get the log-bin-index values in the mysql prompt?
2319
July 08, 2009 09:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.