i have one instalation in one Mysql 4.1.9 server and PHP5 but i need to move to another server, and that server have the mysql 4 and php 4... can anyone help me ?
No problem, the versions don't matter. Everything will rune fine with Serendipity without a change in the code.
Just upload all files, upload a whole DB SQL Dump with your data, apply permissions as on the old host, edit serendipity_config_local.inc.php and the DB table serendipity_config to contain all the new path settings.
Then you're done
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
No problem, the versions don't matter. Everything will rune fine with Serendipity without a change in the code.
Just upload all files, upload a whole DB SQL Dump with your data, apply permissions as on the old host, edit serendipity_config_local.inc.php and the DB table serendipity_config to contain all the new path settings.
Then you're done
Regards,
Garvin
mysqli extencion from php5 will not cause problems ??
You can compile mysqli for PHP4 without problems, yes.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Tom: I haven't tried it myself, but I heard from a guy who said it would work...
Otherwise, you can still use the plain mysql extension to connect to Serendipity on your server...the DB layout is the same.
Regards
,Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
You can. phpMyAdmin uses that, and on my machine I am using PHP4.3.10+MySQL 4.1+mysql extension for playing with Serendipity.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking wrote:You can. phpMyAdmin uses that, and on my machine I am using PHP4.3.10+MySQL 4.1+mysql extension for playing with Serendipity.
Regards,
Garvin
garvinhicking wrote:You can. phpMyAdmin uses that, and on my machine I am using PHP4.3.10+MySQL 4.1+mysql extension for playing with Serendipity.
Regards,
Garvin
try to update the mysql server to the last version 4.1.9 and your mysql extencion will not work! if you have upgraded from mysql 4, yes it is possible to use 4.1.9 version on php 4(use old password format comand ...). form 4.1.7 mysql version is not possible to use mysql extencion of php 4.
And the mysql dump form my mysql 4.1.9 is NOT compatible whith the new server (mysql 4.0.20), i'm getting errors, i will ned a new instalation of blog...
create a SQL dump with phpMyAdmin. That one is backwards compatible.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bluelayer, with latest phpMyAdmin you can check to not export Collation sets. Then everything will be okay.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/