Guten Tag Admin Hardy,
am Donnerstag, 28. Januar 2016 um 16:21 schrieben Sie:
> These seem to "imply" that one ought to choose between 32 and
> 64 bit (1) (I have Win 7 Pro 64 bit) and
Of course you need to choose based on your environment, but as you
have a 64 Bit Windows, you can freely choose and therefore should use
the easier one and that is the installer. Please keep in mind that
even though Bugzilla tries to document all steps needed, how to
install MySQL properly is not necessarily the main focus of the
documentation. Those are admin tasks and there are plenty of tutorials
focusing on MySQL out there.
> 9. From this there is a suggestion that I may need to run
> mysqld --initialize (previously mysql_install_db) to create the data folder
> 10. Before trying this I look to see if I have a data folder and I do NOT.
> Is this where all the database/table/field data is held?
Yes.
> If so, how might it have disappeared?
There could be plenty of reasons, you might have deleted it by
accident, it might have been some in memory temp database for any
reason...
> Or is the database data stored else where in the case of Bugzilla? How?
Bugzilla doesn't care where MySQL stores its data.
> If I re-install MySQL using the 32-Bit MSI Installer might I loose all the data I entered?
Sounds to me it is already missing unless you get to know where it is
stored currently, why it is stored there and how. Maybe you have a
data folder already and just don't know it yet.
> Might it already be lost if there is no data folder? How?
Of course that's possible.
> I don't understand why it appeared to all be working fine before the reboot
My educated guess is that you started a user process and MySQL did
save something somewhere which you need to fing. Search for MySQL data
file names for example, something around frm or such, you need to
search the net for it.
> If it turns out I do have to loose all the data I put in, I
> want to avoid this happening again
> at all cost. Is there a user friendly / bugzilla way to back up all the data just in case?
http://bugzilla.readthedocs.org/en/latest/installing/moving.html
Mit freundlichen Grüßen,
Thorsten Schöning