MySQL Forums
Forum List  »  Newbie

Re: Location of database file
Posted by: Peter Brawley
Date: April 23, 2017 01:58PM

> I've been adding data to that database every ten minutes

How have you been doing that?

You don't need to be poking round the files. Indeed a main point of a database is to provide an interface that makes such fiddling unnecessary.

So, when you select * from your table, do you find anything missing? If so, you'll need to address your method of adding rows, and you'll need to review the mysql error log.

Options: ReplyQuote


Subject
Written By
Posted
April 23, 2017 01:34PM
Re: Location of database file
April 23, 2017 01:58PM


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.