Re: How do I Move Directories

2001-02-07 Thread kentj
I ran rpm -Uhv MySql*3.23.32-1.i386.rpm against the sever, the client and the shared rpms. It ran without error and created the appropriate files on the 10 gig /var/lib/mysql. I moved the contents of mysql to /dbshare and created a symbolic link in /var/lib called mysql which pointed to /dbshare.I

Re: How do I Move Directories

2001-02-05 Thread Gerald L. Clark
You should have run install_db --user=mysql Is the mysql directory in /dbshare owned by mysql ? Are the permissions 775 ? Does mysql own the files in /dbshare/mysql ? kentj wrote: > > dbshare is owned by mysql with group deamon > and I have run install_db > > "Gerald L. Clark" wrote: > > > ken

Re: How do I Move Directories

2001-02-05 Thread kentj
dbshare is owned by mysql with group deamon and I have run install_db Jody Williams wrote: > Did you run the script, mysql_install_db? > > kentj wrote: > > > > Platform Suse 7.0, > > AMD 450 KIII+, > > 128MB Ram > > > > Linux on 10 Gig system harddrive > > with 45 Gig additional drive mounted a

Re: How do I Move Directories

2001-02-05 Thread kentj
dbshare is owned by mysql with group deamon and I have run install_db "Gerald L. Clark" wrote: > kentj wrote: > > > > Platform Suse 7.0, > > AMD 450 KIII+, > > 128MB Ram > > > > Linux on 10 Gig system harddrive > > with 45 Gig additional drive mounted as /dbshare. > > > > I have created a symbo

Re: How do I Move Directories

2001-02-05 Thread kentj
dbshare is owned by mysql with group deamon and I have run install_db "Gerald L. Clark" wrote: > kentj wrote: > > > > Platform Suse 7.0, > > AMD 450 KIII+, > > 128MB Ram > > > > Linux on 10 Gig system harddrive > > with 45 Gig additional drive mounted as /dbshare. > > > > I have created a symbol

Re: How do I Move Directories

2001-02-05 Thread Gerald L. Clark
kentj wrote: > > Platform Suse 7.0, > AMD 450 KIII+, > 128MB Ram > > Linux on 10 Gig system harddrive > with 45 Gig additional drive mounted as /dbshare. > > I have created a symbolic link in /var/lib of mysql-> /dbshare. > > then > > RPM -Uhv --force MySQL*-3.23.32-1.i386.rpm to install the