Kirby: I ran into the same problem upgrading 5.0.18 > 5.0.18-r30. Copying the /var/lib/mysql directory to /var/lib/mysql-500 is correct, but you also need to change the owner/group of the new directory:
chown mysql:mysql -R /var/lib/mysql-500 Then after completing the rest of the guide you should be ready to go. hth, On Wednesday 08 February 2006 7:23 pm, Sarpy Sam wrote: > > you need to rename /etc/mysql to something like /etc/mysql-999 or delete > > if you are going to unmerge 5.0.18 > > then use eselect mysql to set your desired version > > check my.cnf is it to your likings and /etc/conf.d/mysql points to > > correct version at mycnf= > > start server > > > > few weeks ago here was email about sloted mysql explaining all > > > > m > > Maybe I didn't make myself clear. I am following the guide given by > Gentoo. I am having trouble and am looking for help. At the point in > the guide where it states. > > Important: If you are upgrading between version revisions (ie. > dev-db/mysql-5.0.18 to dev-db/mysql-5.0.18-r30), you can simply stop > the database, move from one data directry to the other, and restart > the server. This allows you to skip this section entirely. > > I am not sure what to do, the guide does not state how to do this, and > am looking for help. I cannot move on to the point of deleting > databases or unmerging things or setting eselect mysql until I get > past the point I am having trouble. > > Hopefully I made myself clear enough now. > > Kirby -- Josh Pryor [EMAIL PROTECTED] -- [email protected] mailing list

