Re: Inter-version client/server compatibility

2008-01-06 Thread Shawn Green
client-server protocol has not changed much, if at all, in a long while. You should be quite safe using a 5.x-based client library to talk to a 4.1 and even a 3.x server. -- Shawn Green, Support Engineer MySQL Inc., USA, www.mysql.com Office: Blountville, TN

Inter-version client/server compatibility

2008-01-02 Thread Charles Jardine
To what extent can MySQL clients interact with servers of different versions? In particular, if I link an Apache PHP module with the client libraries for MySQL version 5.0.51, will I be able to use it to connect to a version 4.1.22 server? I ask this because I am running a web hosting service,

Cyber Data Recorder Client/Server

2007-06-30 Thread DavyWang
1.Software Name:Cyber Data Recorder Client/Server V1.5 2.Development Language: VC++ 3.Database Support:MS SQL Server 4.Required Environment For Server:Windows 2000/ XP/ 2003 5.Required Environment For Client:Windows 2000/ XP/ 2003 6.Product Content:We provide our software's complete source

Optimizing mysql client/server interactions

2006-05-02 Thread Alex Arul
Hi All, Our current setup has the mysql server and the client app run on the same host. We are using mysql++ (ports/mysql++-1.7.9) for the database client api. The application returns huge data sets in the order of 50K. When we do a show processlist most of the threads spend their time in

Re: client/server differences

2005-11-14 Thread Gleb Paharenko
Hello. There should be only one issue, because the MySQL 5.0 server has a new implementation of the DECIMAL data type. See C API Changes at: http://dev.mysql.com/doc/refman/5.0/en/upgrading-from-4-1.html I'm looking to use a RHEL4 server with standard RHEL4 packages to connect to a

client/server differences

2005-11-11 Thread Stanton, Brian
I'm looking to use a RHEL4 server with standard RHEL4 packages to connect to a RHEL4 MySQL 5.0 server. I was curious if anyone knows of any known problems with a 4.1 client (the one provided with RHEL4) communicating to a 5.0 database? It connects fine, but wanted to be sure there were not any

mysql client/server model

2004-07-12 Thread Saravana Kumar
i am running mysql 4.0 in fedora core2. It is working ok. Now i want to connect other clients to the same server. How to this? i read the docs but couldn't make it work. thanks for any pointers. -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side

Re: NON web based client server applications

2003-08-03 Thread Roger Baklund
this on LAN only? IMO, using web based clients even for LAN only appplication is a time-saver. You need a server in any client/server configuration, if you don't go for the web server, you will still need some kind of application server. And just to make it clear: the mysql server can not act

NON web based client server applications

2003-08-02 Thread KB
hi all, i am a new-bie, should i even think of using mySQL in the following scenario ? i have a situation in mind where two or three ( sometimes concurrently ) people will be making invoices, on three computers in different locations on lan. what front end tools should i think of using for

Re: NON web based client server applications

2003-08-02 Thread Andy Jackman
KB, 1) There's an interesting virus alert attached to your message. 2) what front end tools should i think of using for dataentry clients IMHO, the answer is 'the web'. Is there a good reason why you don't want to do that? I realise that JSP is an obvious choice and perhaps like me you think it

Re: NON web based client server applications

2003-08-02 Thread Kevin J Citron
Well, unless you like a bucket of spaghetti with your code. Avoid an MS solution like VB at all costs. If you want a non web-based solution. I would use Java RMI on Linux. The MOST flexible and the MOST robust solution. And, stay way from the Win platforms for your server box. As the previous

Re: MySQL client - server side help menu

2003-06-27 Thread Sergei Golubchik
Hi! On Jun 27, Nils Valentin wrote: Hi MySQL Fans, I understood that within the mysql command line client there exist two help pages: a client help page - accessable with help a server help page accessable with help all I found that the file (seems like a table within the mysql

Re: MySQL client - server side help menu

2003-06-27 Thread Nils Valentin
Hi Sergei, Thank you for the reply. I could indeed install the tables on the rpm installation (4.1 alpha). However on the the xx.tar.gz (4.0.13) version I get this: ./mysql_install_db: line 1: my_print_defaults: command not found Didn't find ./bin/mysqld You should do a 'make install' before

MySQL client - server side help menu

2003-06-26 Thread Nils Valentin
Hi MySQL Fans, I understood that within the mysql command line client there exist two help pages: a client help page - accessable with help a server help page accessable with help all I found that the file (seems like a table within the mysql privilege database) was not included in the 4.1

Client - Server TCP Protocol

2002-07-13 Thread MonoTeK
I recently made a script that uses raw TCP sockets to connect to a mysql server and communicate directly (bypassing any ODBC or DLLs). I had success at first with both linux and win32 based servers, but recently I am being unable to connect due to an incorrect password being sent from my

Re: Client - Server TCP Protocol

2002-07-13 Thread miguel solorzano
At 03:53 13/7/2002 -0500, MonoTeK wrote: Hi, I recently made a script that uses raw TCP sockets to connect to a mysql server and communicate directly (bypassing any ODBC or DLLs). I had success at first with both linux and win32 based servers, but recently I am being unable to connect due to an

ms-sql client-server

2002-06-27 Thread Ashley Thomas
to the client-server protocol. I am not sure if this is the right mailing list. If you have any pointers regarding this or if you could direct me to the right mailing list, i would be grateful. thanks a lot ashley thomas - Before

client server

2002-05-22 Thread Jacob Friis Larsen
If I install MySQL on the same server as Apache Php and only use MySQL in Php, do I then have to install the MySQL client? Regards Jacob [ www.sharksforum.com ] - Before posting, please check:

Re: client server

2002-05-22 Thread Jim Philips
On Wednesday 22 May 2002 07:27 am, Jacob Friis Larsen wrote: If I install MySQL on the same server as Apache Php and only use MySQL in Php, do I then have to install the MySQL client? Technically, you don't need it. But when I am debugging PHP, I often turn to mysql client just for a sanity

RE: client server

2002-05-22 Thread Jacob Friis Larsen
If I install MySQL on the same server as Apache Php and only use MySQL in Php, do I then have to install the MySQL client? Technically, you don't need it. But when I am debugging PHP, I often turn to mysql client just for a sanity check on a query. If your database stuff fails,

RE: RE: client server

2002-05-22 Thread domi
Hi Jakob !! If I install MySQL on the same server as Apache Php and only use MySQL in Php, do I then have to install the MySQL client? Technically, you don't need it. But when I am debugging PHP, I often turn to mysql client just for a sanity check on a query. If your

Re: client server

2002-05-22 Thread Victoria Reznichenko
Jacob, Wednesday, May 22, 2002, 2:27:05 PM, you wrote: JFL If I install MySQL on the same server as Apache Php and only use MySQL JFL in Php, do I then have to install the MySQL client? No, you shouldn't install MySQL client, but I suggest you to install client package. In some cases it might

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 1:45 AM Subject: Re: Emebedded MySQL Engine Client Server Engine Hi, Is it possible to run both of these on one server? It would be good to get rid of all the IPC for the local application but still be able

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
Hi Nirmal, Now i understand what you wish to do. MySQL daemon don't use libmysql.This library is for client. I think you have at least 2 option : 1.Devices work off line with RDBMS and half duplex communication (from devices to DataBase). - but this devices must do an output into ASCII file,

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
Hi Nirmal, Now i am a little confused from you. We discuss about how some devices(not Personal Computers) is possible to have a communication with MySQL? ... or... ...replication,data redundancy it's a different kind of items than we talk about. You can run two different servers pointing to the

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
Hi Nirmal, If i understand well you make reference at MySQL files.In this case the client application cannot access this file directly , only by MySQL daemon using the libmysql library and not by embedded library.In my opinion i find that is VERY DANGEROUS It seems is not to be very sophisticated

Re: Emebedded MySQL Engine Client Server Engine

2002-05-13 Thread nprasad
Hi, Is it possible to run both of these on one server? It would be good to get rid of all the IPC for the local application but still be able to hit the database from remote without needing any special protocol. Has anyone tried it? Any data issues with mysql? Thanks in advance Regards Nirmal

Usage of client-server in mysql

2002-04-29 Thread Charitha
Hello all, How to implement client and server in mysql The actual thing which i need is that. I am having the server and the client in single machine and also having client in some other machine. Can i have the data from the server to the client that is placed in some remote machine with

Re: Usage of client-server in mysql

2002-04-29 Thread Victoria Reznichenko
Charitha, Monday, April 29, 2002, 3:39:21 PM, you wrote: C How to implement client and server in mysql C The actual thing which i need is that. C I am having the server and the client in single machine and also C having client in some other machine. C Can i have the data from the server to

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-12 Thread Victoria Reznichenko
Marcelo, Wednesday, February 06, 2002, 12:42:26 PM, you wrote: MM Hi all, MM I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. MM How can I do this? I need some services running in the Server (in my case, SUN MM Solaris). What means the message: MM

MySQL Client/Server problem

2002-02-12 Thread Marcelo Muzilli
Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some services running in the Server (in my case, SUN Solaris). What means the message: Host my_IP is not allowed to connect to this MySQL server ?? Thanks in

Re: MySQL Client/Server problem

2002-02-12 Thread Scott Helms
of Technology, ZCorum - Original Message - From: Marcelo Muzilli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 2:27 PM Subject: MySQL Client/Server problem Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Marcelo Muzilli
Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some services running in the Server (in my case, SUN Solaris). What means the message: Host my_IP is not allowed to connect to this MySQL server ?? Thanks in

Re: MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Andreas Schoelver
06.02.02 11:42:26, Marcelo Muzilli [EMAIL PROTECTED] wrote: Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some services running in the Server (in my case, SUN Solaris). What means the message: Host my_IP is not

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Victoria Reznichenko
Marcelo, Wednesday, February 06, 2002, 12:42:26 PM, you wrote: MM Hi all, MM I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. MM How can I do this? I need some services running in the Server (in my case, SUN MM Solaris). What means the message: MM

MySQL Client/Server problem

2002-02-05 Thread Marcelo Muzilli
Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some services running in the Server (in my case, SUN Solaris). What means the message: Host my_IP is not allowed to connect to this MySQL server ?? Thanks in

Re: Fw: client/server

2001-08-01 Thread Grigory Bakunov
Date |Tue, 31 Jul 2001 21:48:24 +0200 From |lasse [EMAIL PROTECTED] Hello! L Hello again! L Is there no way a program like netadmin could alter databases .. and create tables? L i really like the looks of that GUI L I dont wanna install mysql on the win2k box.. i'd like to keep it on the

client/server

2001-07-31 Thread hollow
Hello! I'm a newbie at mysql and i'm looking for a client program for win23 that can accsess a mysql database and create and alter tables. The mysql database is placed on a linux box in my lan, and im not too keen of sitting in console. The linux box also holds the apache server,with php but i

Re: client/server

2001-07-31 Thread Andreas Hornig
hi *, take a look at http://phpwizard.net/phpMyAdmin/ it's a great tool using your apache and php. Andreas - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 4:37 PM Subject: client/server Hello! I'm a newbie at mysql and i'm looking

Re: client/server

2001-07-31 Thread j.urban
Check out urSQL from http://www.urbanresearch.com/ursql. On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote: Hello! I'm a newbie at mysql and i'm looking for a client program for win23 that can accsess a mysql database and create and alter tables. The mysql database is placed on a linux box in

RE: client/server

2001-07-31 Thread Jay Fesco
Hello! I'm a newbie at mysql and i'm looking for a client program for win23 that can accsess a mysql database and create and alter tables. The mysql database is placed on a linux box in my lan, and im not too keen of sitting in console. The linux box also holds the apache server,with php but i

Fw: client/server

2001-07-31 Thread lasse
Hello again! Is there no way a program like netadmin could alter databases .. and create tables? i really like the looks of that GUI I dont wanna install mysql on the win2k box.. i'd like to keep it on the linux box.. /Lasse

client/server

2001-07-31 Thread lasse
Hello again! Is there no way a program like netadmin could alter databases .. and create tables? i really like the looks of that GUI I dont wanna install mysql on the win2k box.. i'd like to keep it on the linux box.. /Lasse

Re: client/server

2001-07-31 Thread Michael Collins
At 9:39 PM +0200 7/31/01, lasse wrote: Hello again! Is there no way a program like netadmin could alter databases .. and create tables? i really like the looks of that GUI I dont wanna install mysql on the win2k box.. i'd like to keep it on the linux box.. Check out these: phpMyAdmin

Re: Interupting client-server-link during longlasting queries

2001-06-24 Thread Sinisa Milivojevic
Hannes Niedner writes: Thanks Sinisa, So is there any command suffix in mysql that sends the query in the background (letting the server doing the query without talking back to the client) like using the on the unix commandline - resulting in any query being completed after quitting the

Re: Interupting client-server-link during longlasting queries

2001-06-23 Thread Sinisa Milivojevic
except in some extremely simple cases. Regarding aborting a client, server operation will continue until OS on which server runs reports to server that a thread is killed. Then it depends on the stage in which the operation is when will it stop and when will cleanup operation be executed. In some

Re: Interupting client-server-link during longlasting queries

2001-06-23 Thread Hannes Niedner
Hi! First of all, it is unlikely that you will see some status bar as operations in RDBMS server are quite complicated and time table can not be predicted except in some extremely simple cases. Regarding aborting a client, server operation will continue until OS on which server runs

Interupting client-server-link during longlasting queries

2001-06-22 Thread Hannes Niedner
Hi Folks, I just started a create table ... select from ...left-join query from my laptop. It seems to take a while? What happens if disconnect my client from the mysql daemon running on another machine. Will the interupted mysqld-client crosstalk abrupt the query, or will it continue to run on

client -- server versions ?

2001-02-19 Thread Justin
Hi - sorry one other question, Does the protocol between client (mysql command line, DBI::mysql and so on), and server, change from minor version to minor version, or from major version to major version ie, 3.22.x to 3.23.x ? I've found that older client machines can talk to an upgraded server

Re: client -- server versions ?

2001-02-19 Thread Jeremy D. Zawodny
On Mon, Feb 19, 2001 at 04:15:41AM -0500, Justin wrote: Hi - sorry one other question, Does the protocol between client (mysql command line, DBI::mysql and so on), and server, change from minor version to minor version, or from major version to major version ie, 3.22.x to 3.23.x ? My

mysql and client server

2001-01-29 Thread Hammad nasim
Does Mysql can be used in client server envorinment. Hammad Nasim New Core Networks 1032 Castro Street Mountain View, CA 94040 P 650-691-1400 F 650-938-1730 http://www.newcorenet.com - Before posting, please check: http