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
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, a
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 sour
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 th
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
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
kn
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 effect.
ou are
planning on running 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 cl
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 po
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
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 dataen
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 ex
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
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
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
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 scri
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
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 migh
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
> > 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
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 sanit
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:
http://www.mysql.com/manua
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 sophisticate
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 s
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,
-
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
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
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 serve
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
/documentation/mysql/bychapter/manual_toc.html#What_Priv
ileges
Scott Helms
Director of Technology, ZCorum
- Original Message -
From: "Marcelo Muzilli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2002 2:27 PM
Subject: MySQL Client/Serve
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 is not allowed to connect to this MySQL server" ??
Thanks in advance
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>
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>
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 is not a
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 is not allowed to connect to this MySQL server" ??
Thanks in advance
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 is not allowed to connect to this MySQL server" ??
Thanks in advance
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
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
P
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
-
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
--
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 e
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
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
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 ed
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 quitt
>
> 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 cont
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 reports to server that a thread is killed. Then
it depends on the stage in which the operation
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 t
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 u
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
w
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
51 matches
Mail list logo