Re: Upgrading from mysql 4.0 to mysql 4.1

2005-06-28 Thread stud rocket
On 6/28/05, Adam Majer <[EMAIL PROTECTED]> wrote: > 1. Backup all databases. `man mysqldump` will help you here Definitely. I was also planning to just backup the binary db files in hopes I can just drop them into MySQL 4.1. > 2. Upgrade to 4.1 > 3. Purge 4.0 (a little while back this step used

Re: debian hosting service

2005-06-28 Thread stud rocket
On 6/28/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > can anyone recommend a good hosting company that provides debian sarge > (either dedicated or virtual private server)? I use www.Linode.com and have no complaints (although evidently some of their servers have been experiencing some downtime

Upgrading from mysql 4.0 to mysql 4.1

2005-06-28 Thread stud rocket
Hi all, What's the best way to upgrade from an existing MySQL 4.0 install to MySQL 4.1? I'm running etch, and I have a number of existing databases and database users that I want to smoothly upgrade. I noticed the 4.0 and 4.1 packages conflict, so can I just remove 4.0 and install 4.1? Thanks,