I have a WAMP server running on Windows 7 and I want to move the mysql data files to a network share (A NAS device).
I stopped the WAMP server, created a drive letter mapping to a share on the NAS, copied the files from the old location to a folder under the new share
and in my.ini changed
datadir=c:/wamp/bin/mysql/mysql5.1.36/data
to:
datadir=s:/wamp_files (s: is mapped to the \NAS\SHARE and an wamp_files is a folder)
and restarted the WAMP server.
It now says (in mysql.log):
wampmysqld: File '.\mysql-bin.index' not found (Errcode: 13) 111116 12:27:24 [ERROR] Aborting
111116 12:27:24 [Note] wampmysqld: Shutdown complete
and the mysql service refuses to start.
Any ideas anyone?
(The NAS is a netgear readyNAS device and the share is set for public access)