0.9.1 and MySQL 5.0.16
Posted: Fri Dec 16, 2005 11:12 am
I just moved my S9Y-blog from a MySQL 4.0.x-server to MySQL 5.0.16 and got this:
I have changed nothing else, except for the hostname in the S9Y configuration file?!?!
PHP 4.4.1 is running on the server, with the MYSQL-extensions (not MYSQLI) compiled into it (from the MySQL 5-client library of course).
Code: Select all
Query failed:
SELECT
e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,
[..]
/ No database selectedPHP 4.4.1 is running on the server, with the MYSQL-extensions (not MYSQLI) compiled into it (from the MySQL 5-client library of course).