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: [application/pgp-signature] OpenPGP digital signature signature.asc
| Thread |
|---|
| • Basic Question | Rhino | 17 Dec |
| • Re: Basic Question | Reindl Harald | 17 Dec |