I am trying to upgrade to mysql 4, and so have been reading anything I could get my hands on about the new version before I actually do the upgrade.
The mysql manual at http://www.mysql.com/doc/U/p/Upgrading-from-3.23.html says:
"The old C API functions mysql_drop_db, mysql_create_db and mysql_connect are not supported anymore..."
Does anybody know about mysql_connect() not being supported in 4.0?
mysql_connect() is the primary way by which I connect to mysql, and it's not supported now, what is the new way to connect?
Thanks.
Richie.