This topic is locked

PHPRunner & MySQL 4.1

2/25/2005 2:32:34 PM
PHPRunner General questions
author

Hi
PHPRunner can't login to MySQL 4.1.10 when using passwords, project generated with PHPRunner too.
Maybe problem is in encryption

http://dev.mysql.com/doc/mysql/en/password...d-security.html
Next thing, for MySQL 4.1 recommended is using mysqli extensions, but PHPRunner uses mysql ext.
What do you think about it?
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1163&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

admin 3/2/2005

Hi.
The next version of PHPRunner will support both mysql and mysqli extension.

Anyway, mysqli extension is supported by PHP 5 only, so those who use older versions of PHP can use mysql extension only.
Here is the article that explains how to use MySQL 4.1 with older clients

http://dev.mysql.com/doc/mysql/en/old-client.html
It fits for users of current verion of PHPRunner and for those who will use next release of PHPRunner with PHP version below 5

500192 3/2/2005

Thanks a lot for reply <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=3550&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />