Doesn’t matter how you called it, Mysql remains Mysql… If you know what I mean. ??
There are however three extensions, that let php utilize the mysql features.
Namely:
1. mysql_* extension – which is the first, the worst, and official deprecated.
2. mysqli_* extension – which means ‘improved’ version. kk
3. And, mysql odbc – this is the best driver / extension, and I strongly encourage using it.
If I’m not mistaken the latest wp only supports odbc version, so if it gets successfully installed on your system you should worry about nothing.