Re: [PHP-DB] upgrading mySQL remotely

2003-08-31 Thread andu
On Sun, 31 Aug 2003 22:14:39 +0100 "John Ryan" <[EMAIL PROTECTED]> wrote: > i need to upgrade to mysql 4 to avail of UNION, so im just downloading > the 9MB RPM on dial-up, uploading it to my remote server and then can > i do the installation from the telnet?? Better telnet into your server and w

[PHP-DB] upgrading mySQL remotely

2003-08-31 Thread John Ryan
i need to upgrade to mysql 4 to avail of UNION, so im just downloading the 9MB RPM on dial-up, uploading it to my remote server and then can i do the installation from the telnet?? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] UNION Clause in queries

2003-08-31 Thread Ignatius Reilly
UNION appeared in MySQL 4.0.0 Mayhap your provider has not yet upgraded. There is no such thing as disabling/ granting UNION. HTH Ignatius _ - Original Message - From: "John Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 31, 2003 8:58 PM Sub

[PHP-DB] UNION Clause in queries

2003-08-31 Thread John Ryan
I have a UNION command in a query on a PHP page that works fine on my test apache/php/mysql server on windows at home but it returns an error when i upload it to the web. i checked both parts of the UNION in phpMyAdmin online and they both worked. so, can the UNION command be somehow disabled, and