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

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

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 migh

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

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

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 sanit

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 P

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 e

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

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 loo

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 u