MySQL Forums
Forum List  »  InnoDB

how to query location of binlog
Posted by: Tomas Dalebjörk
Date: January 04, 2009 07:15AM

I want an easy way to query where the locations are for the binlogs.
I tried : mysqladmin variables|findstr bin
But that does not show me the location

I have know that my binlogs are enabled, I have the following line in my.ini:
log-bin="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 6.0/log/"

Also the command:
mysql> show master logs;
+----------+-----------+
| Log_name | File_size |
+----------+-----------+
| .000001 | 141 |
+----------+-----------+

shows that there are created binlogs...
Can anyone tell me how to located thoose files from a command line.
Regards Tomas

Options: ReplyQuote


Subject
Views
Written By
Posted
how to query location of binlog
3301
January 04, 2009 07:15AM
1629
January 04, 2009 06:56PM


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.