Re: Upgrading to 4.0

2003-06-17 Thread Anselme
On Tue, 2003-06-17 at 16:05, Manuel Diaz-Regañón wrote:
> Hi all !!
> 
> I am trying to upgrade to MySql 4.0 from 3.23 version. I dont know how to
> proceed. I was looking for some files for upgrading but i found nothing. Any
> help??
> 
on which os ? if it's FreeBSD, I've just done it this morning :)
 as root :
#pkg_deinstall mysql-server
(...)
#port_install -rR databases/mysql40-server
(...)
#mysqld_safe &
(it isnot anymore safe_mysqld )

and it runs :))

Well, better do some back-up first

-- 
Anselme <[EMAIL PROTECTED]>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



upgrade mysql3.23.55 to mysql4.0

2003-06-17 Thread Anselme
Hi Everybody,

I am running mysql3.23.55 on a FreeBSD4.8

I would like to upgrade to MySql4.0 and I need some help :)

Is the following way the right way to do :

I do a mysqldump --add-drop-table with all my databases (included the
'mysql' one)

I run 
#portinstall -rR mysql4.0

and then 
# mysql -uroot -p mysql < mysql.sql

 and the same for all my databases ?

And what about php and jdbc ? Do I need to do something else ?

Thank you for any help


-- 
Anselme <[EMAIL PROTECTED]>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]