At 20:05 19/5/2001 +0100, James Cox wrote:
Hi!
Remove the service first: mysqld-nt --remove
Create /winnt/my.ini file with the following section and keys:
[mysqld]
basedir=G:/mysql
datadir=G:/mysql/data
Install the service: g:\mysql\bin\>mysqld-nt --install
start the server: net start mysql
James Cox wrote:
>
> Hi,
>
> I have been running an old version of the mySQL-nt server on my Windows 2000 box for
>some time now. It was installed on C:\ , as suggested in the install instructions.
>
> Now, I have a new disk, and so want to put the server on a partition, G:\ . After
>removing
Hi,
I have been running an old version of the mySQL-nt server on my Windows 2000 box for
some time now. It was installed on C:\ , as suggested in the install instructions.
Now, I have a new disk, and so want to put the server on a partition, G:\ . After
removing the service - I tried to reinst