Re: Support for JDBC 4.0?

2006-08-30 Thread Colin Charles
Steven Buroff wrote: Does anyone know if there are plans to add support for JDBC 4.0 to the java connector? I'm particularly interested in support for the Connection.createQueryObject(Class cls) method. Its mostly already there in the trunk, and keep in mind that JDK-6 (w/JDBC-4) isn't even be

Re: Support for temporary tables inside stored procedures?

2006-03-01 Thread SGreen
"J A" <[EMAIL PROTECTED]> wrote on 03/01/2006 11:08:10 AM: > Does MySQL have support for temporary tables inside stored procedures? > > _ > Express yourself instantly with MSN Messenger! Download today - it's FREE! > http://messeng

RE: Support between MySQL and PHP

2006-01-30 Thread George Law
; = OLD_PASSWORD('mypass'); > -Original Message- > From: Philip Thompson [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 9:33 AM > To: mysql@lists.mysql.com > Subject: Re: Support between MySQL and PHP > > Thanks to everyone's

Re: Support between MySQL and PHP

2006-01-30 Thread Philip Thompson
Thanks to everyone's help. Instead of downgrading MySQL, I went ahead and upgraded to PHP5. After I did that, it seemed to fix the connection issue I was having. ~Philip On Jan 30, 2006, at 4:41 AM, James Harvard wrote: MySQL versions >= 4.1 use a new, more secure authentication protocol

Re: Support between MySQL and PHP

2006-01-30 Thread James Harvard
MySQL versions >= 4.1 use a new, more secure authentication protocol. Probably the version of PHP you are using does not support it. Ah, here it is: http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html HTH, James Harvard At 1:18 pm -0600 29/1/06, Philip R. Thompson wrote: >I just instal

Re: Support between MySQL and PHP

2006-01-29 Thread mysql
Hi Philip. I'm wondering if you have mysql server version 3.23.49 still running on your machine? If so, version 5 would not start up, as it would not be allowed access to port 3306. Try doing my_print_defaults mysqld and my_print_defaults client mysql from a root shell and see what values y

Re: Support for subqueries in V 4.1.1

2004-01-29 Thread mgreis
Kim, Got it in one! Thank you so much. I was using MysqlCC and, although I was aware of the general issue around limits, I had no idea that it would affect sub-queries. I tried the query from the command line and it worked. For anyone else who runs into this, setting

Re: Support for subqueries in V 4.1.1

2004-01-29 Thread Egor Egorov
[EMAIL PROTECTED] wrote: > > I've upgraded a MySQL 4.0.14 server to 4.1.1-alpha version because I > wanted to experiment with the support for subqueries. Not being an expert > on SQL at this point, I tried a couple of simple subqueries and got the > following error message: > >ERROR 1

Re: Support for subqueries in V 4.1.1

2004-01-29 Thread Kim G. Pedersen
Had the same problem Are u calling the query from the MysqlCC ??? , it is adding some info to server about limited the query . Try from a sql prompt on server or set the "automatically limited Select Queries to " -> unlimited "maximum join size" -> unlimited on the tab : mysql options (right

Re: support for Prepared statement

2003-06-19 Thread Ivan Cukic
Deepak> I wrote a program to check for Stored Procdures is running fine. Deepak> Now what i want to knwo is whether MySQL server is supporting Stored Procedures or not? Not yet, but will be supported in the 5.o version. Ivan --

Re: Support for Dynix/ptx

2003-04-02 Thread Zak Greant
On April 1, 2003 07:50, Klepetka, Tom wrote: > Hi - > > I would like to access a mysql database server from a NUMA-Q Sequent > platform running Dynix/ptx v4.5.2. Does any of mysql's connectivity > products (Connector/ODBC, Connector/C++) run under this platform/OS? I am afraid that I don't know

RE: Support in apache for MySQL

2003-02-28 Thread Henning Olsen
OK It's a PHP-problem then.. You are right - I use PHP 4. I thought it was a Apache-problem. But when I try the phpinfo.php, I get this (among much more) dbx dbx support enabled dbx version 1.0.0 supported databases MySQLODBCPostgreSQLMicrosoft SQL Server dba DBA support enabled Supported ha

RE: Support in apache for MySQL

2003-02-28 Thread Jennifer Goodie
What language are you using? As far as I know Apache doesn't connect to databases, you have to use a programming language to do that. I'm guessing you are using PHP and you have possibly upgraded it without compiling in mysql support. -Original Message- From: Henning Olsen [mailto:[EMAIL

Re: Robot Replies (WAS: Re: support question (win98_se) (auto))

2003-02-11 Thread Michael T. Babcock
On Sun, Feb 09, 2003 at 03:11:54PM -0700, Doug Thompson wrote: > Am I the only one that equates these robot replies with spam? Most of > them are as meaningful as talking to micro$oft. I don't know why they're sent to the list and not to the Sender address. > > > > * http://www.mysql.com/doc

Re: support question (win98_se) (auto)

2003-02-10 Thread mysql-list
Hi [EMAIL PROTECTED], I'm not sure if you have checked the manual yet, but following links seem to be somewhat related to your query: * http://www.mysql.com/doc/en/Business_Services_Support.html * http://www.mysql.com/doc/en/Which_OS.html * http://www.mysql.com/doc/en/MySQ

RE: Robot Replies (WAS: Re: support question (win98_se) (auto))

2003-02-10 Thread sherzodr
: Am I the only one that equates these robot replies with : spam? Most of : them are as meaningful as talking to micro$oft. : : Yeah, I filter them on input and they go to trash, but : silence can be : taken as consent which might be construed as endorsement. :

Robot Replies (WAS: Re: support question (win98_se) (auto))

2003-02-10 Thread Doug Thompson
Am I the only one that equates these robot replies with spam? Most of them are as meaningful as talking to micro$oft. Yeah, I filter them on input and they go to trash, but silence can be taken as consent which might be construed as endorsement. Who knows what would come next? My $0.02, Doug

Re: support question (win98_se)

2003-02-09 Thread Stefan Hinz
Dino, > to double click or run mysql.exe from the MS dos prompt. I get the > following message. > C:\mysql\bin>>mysql > ERROR 2003: Can't connect to Mysql server on 'localhost' (10061) Most probably your MySQL server isn't running. Using Windows Explorer or a DOS window, cd to c:\mysql\bi

Re: support table synonyms?

2002-11-13 Thread Peter Brawley
Search for "aliases" in manual.html. PB - - Original Message - From: "Phillip Rhodes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 8:59 PM Subject: support table synonyms? > > I can not find anywhere that says that mysql supports table name synonyms

Re: support table synonyms?

2002-11-12 Thread Dan Nelson
In the last episode (Nov 12), Phillip Rhodes said: > I can not find anywhere that says that mysql supports table name > synonyms. > > For example, I have two databases (test1 and test2) in the same mysql > instance. > > In test1 schema, there is a table called "table1" > > I would like to create

Re: support table synonyms?

2002-11-12 Thread R. Hannes Niedner
On 11/12/02 8:59 PM, "Phillip Rhodes" <[EMAIL PROTECTED]> wrote: > I can not find anywhere that says that mysql supports table name synonyms. > > For example, I have two databases (test1 and test2) in the same mysql > instance. > > In test1 schema, there is a table called "table1" > > I would l

RE: support UTF-8

2002-06-10 Thread Day Irmiter
You may find the Access conversion easier to do using MysqlFront, downloadable at www.mysqlfront.de. - Original Message - From: Egor Egorov <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 8:08 AM Subject: Re: FW: RE: support UTF-8 > Mehdi, >

Re: FW: RE: support UTF-8

2002-06-10 Thread Egor Egorov
Mehdi, Saturday, June 08, 2002, 8:33:29 PM, you wrote: MZ> Egor, MZ> Could you let me know when 4.1 will be release ? MZ> I'm building a website and want to decide whether I can use mySQL MZ> instead of SQL Server or not? MZ> The most important factor is support of Unicode. I don't know exactly

RE: support UTF-8

2002-06-08 Thread shahzad sarwar
Hi , Does mysql support urf-8 ? It is a good question. Most of the online , even references say mysql does not support utf-8. But , I have tried this , i am able to insert and get back data with utf-8 format. Many Utilities , like mysqldump properly extract data in utf-8. Simalarly mysql ( c

FW: RE: support UTF-8

2002-06-08 Thread Mehdi Zare
mySQL. Sincerely, Mehdi Zare -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 1:38 PM To: [EMAIL PROTECTED] Subject: Re: RE: support UTF-8 Mehdi, Thursday, June 06, 2002, 11:27:24 AM, you wrote: MZ> Hi Shahzad, MZ> I also want to k

Re: RE: support UTF-8

2002-06-06 Thread Egor Egorov
Mehdi, Thursday, June 06, 2002, 11:27:24 AM, you wrote: MZ> Hi Shahzad, MZ> I also want to know whether mySQL support Unicode, utf-8 or not. MZ> If you know anything about this please answer me as soon as possible, Unicode support will come in 4.1. Unicode in 4.1 will use UTF-8 and UCS2 with a

RE: support UTF-8

2002-06-06 Thread Mehdi Zare
Hi Shahzad, I also want to know whether mySQL support Unicode, utf-8 or not. If you know anything about this please answer me as soon as possible, Sincerely, Mehdi Zare -Original Message- From: shahzad sarwar [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 8:35 PM To: [EMAIL P

Re: Support

2002-05-07 Thread RRamasamymani
OTECTED] "Olivier

Re: SUPPORT PLEASE - Error while running mysql_install_db

2002-05-07 Thread Victoria Reznichenko
RRamasamymani, Tuesday, May 07, 2002, 10:11:08 AM, you wrote: R> From: [EMAIL PROTECTED] R> To: [EMAIL PROTECTED] R> Subject: SUPPORT PLEASE - Error while running mysql_install_db R> Description: R> After installing successfully mysql in my sun solaris - sparc machine, R> while i am trying

Re: Support contracts question

2002-02-20 Thread Arjen Lentz
Hi Neil, On Thu, 2002-02-21 at 08:26, Neil Silvester wrote: > Just a trivial question. > How does dual locations work? > I am based in our Brisbane Australia office and am using MySQL as a backend > for a company Intranet. Our parent company is based in Hayward, California > and has recently conv

Re: Support for older Berkeley databases

2001-12-30 Thread Dan Nelson
In the last episode (Dec 31), David Robinson (AU) said: > Does MYSQL currently support, or has it ever supported the old > Berkeley database version 1.8? No. The whole reason the BDB table type exists is to support transactions, and BDB 1.8 doesn't. If you want the BDB table type, you'll have t

Re: Support

2001-10-01 Thread Benjamin Pflugmann
Hi. On Sun, Oct 01, 2000 at 03:48:36PM +0530, [EMAIL PROTECTED] wrote: > Hello, > > Does MySQL Support Distributed Database. No. It "only" supports replication. > If not, then what's the way out? Depends on your needs. Describe them and someone might know an answer. Bye, Benjamin.

Re: Support Contracts

2001-08-31 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > Anyone, > > I apologize for broadcasting to the group, but I've been trying to set-up a >maintenance contract > and licenses for about a month and no-one seems to be listening to the sales and >licensing > e-mail drops for MySQL AB Company. > > I assume those that

Re: Support for multiple data directories under a single server

2001-07-29 Thread Jeremy Zawodny
On Fri, Jul 27, 2001 at 03:13:58PM -0400, [EMAIL PROTECTED] wrote: > > Is it possible to have a single mysql server with multiple data > directories? I would like to be able to specify where a database is > physically located. I know that I can do this for all databases by > setting the 'datadir'

Re: Support for double-byte characters & retrieving

2001-04-03 Thread Anatole Varin
I use mysql with japanese -sjis text (i think it also handles -euc and perhaps others, including Korean) with no problem for inserting and searching. However, to have it sort it the Japanese or Korean way, you should take a look at the following 2 references: http://www.mysql.com/doc/C/h/Characte

Re: Support request - ID support 4300

2001-03-02 Thread Ryan Wahle
Yeah, it's in the manual. On Fri, 2 Mar 2001, Progetto 2000 wrote: > Hi, > It's possible to create a database in a differents directories ? And how to > make it ? > Thanks > Carlo Carlini > > > - > Before posting, please chec

Re: Support request - ID support 4300

2001-03-02 Thread Cheeqa A
I think you can do it by running mysql as the following : prompt> mysqld --datadir='your_db_path/' Or, you can create link from another directory to your data directory (using cp -l in linux) Progetto 2000 wrote: > Hi, > It's possible to create a database in a differents directories ? And how t

Re: Support request from Progetto 2000 ID support 4300

2001-02-06 Thread Rolf Hopkins
This usually means that the mysql server hasn't been started. Check this with the ps command. - Original Message - From: "Progetto 2000" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 15:47 Subject: Support request from Progetto 2000 ID support 4300 > Hi,

Re: Support request from Progetto 2000 ID support 4300

2001-02-02 Thread Sinisa Milivojevic
Progetto 2000 writes: > Hi, > I'm trying to install MySQL Client (rpm -i MySQL-client-3.23.29-1.i386.rpm). > The MySQL is just installed because if I run the commands: > mysql_install_db > safe_mysqld & > > The daemon runs. > > But if I insert a normal command like: "mysqladmin version"