Am 17.12.2012 19:09, schrieb Rhino:
> Is the version of SQL statements that I write for MySQL based on the 
> server version or the client version?

clearly for the server
mysql is a database-SERVER

> According to phpMyAdmin, the version of the MySQL Client is 4.1.22 but the 
> MySQL Server version is 5.1.65. When I
> write SQL, do I need to ensure that it follows the rules as laid out in the 
> Version 4.1 manual or the version
> Version 5.1 manual?

5.1

but a server using 5.1.x with 4.1.x client libraries is misconfigured
these days and with PHP >= 5.3x mysqlnd should be sued

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to