Re: We have just moved to a new web server where we are running mysql version: 5.0.45

2008-04-09 Thread Malka Cymbalista
a Cymbalista wrote: >>We have just moved to a new web server where we are running mysql >>version: 5.0.45 >>On the old machine, when we gave the following command: >>update table1 set passwd = password('xx') where user_name="xx"; >> >>and th

Re: We have just moved to a new web server where we are running mysql version: 5.0.45

2008-04-09 Thread Paul DuBois
At 1:13 PM +0300 4/9/08, Malka Cymbalista wrote: We have just moved to a new web server where we are running mysql version: 5.0.45 On the old machine, when we gave the following command: update table1 set passwd = password('xx') where user_name="xx"; and then gave t

Re: We have just moved to a new web server wherewearerunningmysql version: 5.0.45

2008-04-09 Thread Martijn Tonies
PS, the document I send you also mentions: To change the password but create a short hash, use the OLD_PASSWORD() function instead: Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle & MS SQL Server Upscene Productions http://www.upscene.com My thoughts: ht

Re: We have just moved to a new web server wherewearerunningmysql version: 5.0.45

2008-04-09 Thread Martijn Tonies
>Thanks. So how does one use the password function in MySQL 5? Most probably just the same, but your MySQL 4 password hashes are incompatible with MySQL 5 password hashes. A search on "password" in the MySQL docs returns quite some stuff, see: http://dev.mysql.com/doc/refman/5.0/en/password-hash

Re: We have just moved to a new web server where wearerunningmysql version: 5.0.45

2008-04-09 Thread Malka Cymbalista
Thanks. So how does one use the password function in MySQL 5? -- Malka Cymbalista Webmaster, Weizmann Institute of Science [EMAIL PROTECTED] 08-934-3036 >>> On 4/9/2008 at 2:57 PM, in message <[EMAIL PROTECTED]>, "Martijn Tonies" <[EMAIL PROTECTED]> wrote: >> Thanks for the email but that didn

Re: We have just moved to a new web server where wearerunningmysql version: 5.0.45

2008-04-09 Thread Martijn Tonies
>Thanks for the email but that didn't help. I gave the commands again using only single quotes and I still get no results. >On the old machine we were running MySQL 4.0.15a. Is there any difference with the password function in these 2 versions? Could be, I remember MySQL 4.1 having a new passwo

Re: We have just moved to a new web server where we arerunningmysql version: 5.0.45

2008-04-09 Thread Malka Cymbalista
Thanks for the email but that didn't help. I gave the commands again using only single quotes and I still get no results. On the old machine we were running MySQL 4.0.15a. Is there any difference with the password function in these 2 versions? -- Malka Cymbalista Webmaster, Weizmann Institut

Re: We have just moved to a new web server where we arerunningmysql version: 5.0.45

2008-04-09 Thread Martijn Tonies
>Thanks for the answer but that's not it. It was my typo. I am really updating and selecting from the same table. Perhaps "not it" either, but strings should be in single quotes, not double quotes. Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions htt

RE: We have just moved to a new web server where we are runningmysql version: 5.0.45

2008-04-09 Thread Malka Cymbalista
"Edward Kay" <[EMAIL PROTECTED]> wrote: >> We have just moved to a new web server where we are running mysql >> version: 5.0.45 >> On the old machine, when we gave the following command: >> update table1 set passwd = password('xx') where user_na

RE: We have just moved to a new web server where we are runningmysql version: 5.0.45

2008-04-09 Thread Edward Kay
> We have just moved to a new web server where we are running mysql > version: 5.0.45 > On the old machine, when we gave the following command: > update table1 set passwd = password('xx') where user_name="xx"; Here you're updating 'table1'... &

We have just moved to a new web server where we are running mysql version: 5.0.45

2008-04-09 Thread Malka Cymbalista
We have just moved to a new web server where we are running mysql version: 5.0.45 On the old machine, when we gave the following command: update table1 set passwd = password('xx') where user_name="xx"; and then gave the following command, SELECT user_name FROM alon_

Re: moving to other web server

2006-10-11 Thread Ow Mun Heng
On Wed, 2006-10-11 at 13:12 -0500, Peter Brawley wrote: > >Still don't get it > Did you read the section of that manual page headed "Join processing > changes in MySQL 5.0.12"? It explains why and how to rewrite all such > queries using explicit JOIN ... ON | USING syntax. > This works in 4.x but

Re: moving to other web server

2006-10-11 Thread Peter Brawley
>Still don't get it Did you read the section of that manual page headed "Join processing changes in MySQL 5.0.12"? It explains why and how to rewrite all such queries using explicit JOIN ... ON | USING syntax. PB - [EMAIL PROTECTED] wrote: Still don't get it :( Hi, Take

Re: moving to other web server

2006-10-11 Thread afan
Still don't get it :( > Hi, > > Take a look at the answer written by Peter Brawley to Jason Chan at Oct > 10, 2006, ~04:34 PM. Answer included below: > >> Jason >> >> following statement works in 4 but not 5 >> >> SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as >> cat_state, c

Re: moving to other web server

2006-10-11 Thread Anders Lundgren
Hi, Take a look at the answer written by Peter Brawley to Jason Chan at Oct 10, 2006, ~04:34 PM. Answer included below: Jason following statement works in 4 but not 5 SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,

moving to other web server

2006-10-11 Thread afan
hi, currently using mysql 4.0.18. want to move to 5.0 (latest stable version for commercil use). is there anytihng I have to be considered DB will not work? thanks. -afan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[

Re: Mysql 4.1. my-large.cnf or my-medium.cnf? Dual Opteron web server 2gb memory

2005-07-30 Thread Gleb Paharenko
_CACHE to query in smack's file to disable the influence of query cache (it's present in my-large.cnf) and compare results again. Oleg Rusanov <[EMAIL PROTECTED]> wrote: > Hello. > my-large.cnf is twice quicklier, but the description from > my-medium.cnf is approach

Mysql 4.1. my-large.cnf or my-medium.cnf? Dual Opteron web server 2gb memory

2005-07-30 Thread Oleg Rusanov
Hello. my-large.cnf is twice quicklier, but the description from my-medium.cnf is approaches (such as a web server). It is necessary that Mysql worked twice more slowly on a web server? amd64# uname -r 5.4-STABLE make WITH_XCHARSET=all BUILD_OPTIMIZED=yes BUILD_STATIC=yes install

Re: [PHP] Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-04 Thread Ludwig Pummer
Chip Wiegand wrote: John, Yep, looking at phpinfo.php shows no support for mysql. This is very strange. I know these things don't just happen by themselves. I also know there are only two people with the password to the server, myself and my boss (and he knows nothing about the server to begin

Re: Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Chip Wiegand
I hope not. -- Chip > On Monday 03 May 2004 09:20 am, Chip Wiegand said something like: > > I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4 on > > freebsd-5.1. > > It has been working fine for the past few years, now all of a sudden today > > I get an

Re: Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Joshua J. Kugler
It sounds like someone upgraded your PHP libraries, and forget to include MySQL support. Do you admin this server, or does someone else? j- k- On Monday 03 May 2004 09:20 am, Chip Wiegand said something like: > I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4

Re: [PHP] Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Chip Wiegand
"John W. Holmes" <[EMAIL PROTECTED]> wrote on 05/03/2004 10:59:15 AM: > From: "Chip Wiegand" <[EMAIL PROTECTED]> > > > I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4 on > > freebsd-5.1. > > It has been working fine for

Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Chip Wiegand
I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4 on freebsd-5.1. It has been working fine for the past few years, now all of a sudden today I get an undefined function error. This is from httpd-error.log - PHP Fatal error: Call to undefined function: mysql_connect() in

Re: Sun Cobalt Web Server RTX

2003-07-17 Thread SAQIB
For my Cobalt server, I just d/l th mysql build from the Cobalt website (which is now @ sun.com) . And it worx just fine. Saqib Ali - http://www.xml-dev.com On Thu, 17 Jul 2003, Clint S. Jones wrote: > What type of MySql can I install on a cobalt web server??? Please help...

Re: Sun Cobalt Web Server RTX

2003-07-17 Thread colbey
Jul 2003, Clint S. Jones wrote: > What type of MySql can I install on a cobalt web server??? Please help... not > sure... > > > > Clint S. Jones > Computer Teks, Inc. > President > 1520 East Sunrise Blvd. > Suite: 202 > Fort Lauderdale, FL 33304 > (95

Sun Cobalt Web Server RTX

2003-07-17 Thread Clint S. Jones
What type of MySql can I install on a cobalt web server??? Please help... not sure... Clint S. Jones Computer Teks, Inc. President 1520 East Sunrise Blvd. Suite: 202 Fort Lauderdale, FL 33304 (954) 465-5516 (954) 767-6150 fax [EMAIL PROTECTED] www.webingenuity.net <h

Re: MySQL Web Server ?

2003-03-12 Thread Paul Reilly
> Hi, I'm a MySQL newbie - Is there a "MySQL Web Server" > product ? Oracle has their OWS (Oracle Web Server) > for example. > As far a I know this is based on Apache. Of course it takes Oracle weeks to update it after a security vulnerability is exposed, whereas if

Re: MySQL Web Server ?

2003-03-11 Thread massey
The one and only Apache web server > Hi, I'm a MySQL newbie - Is there a "MySQL Web Server" > product ? Oracle has their OWS (Oracle Web Server) > for example. > > Can anyone reccomend a *very* lightweight web server > with enough scripting ability to talk t

MySQL Web Server ?

2003-03-11 Thread www.ReadNotify.com
Hi, I'm a MySQL newbie - Is there a "MySQL Web Server" product ? Oracle has their OWS (Oracle Web Server) for example. Can anyone reccomend a *very* lightweight web server with enough scripting ability to talk to MySQL - preferably f

Re: Web server

2002-10-22 Thread Scott Pippin
Search the MySQL list, http://lists.mysql.com/php/search.php for "ram needed", there are some pretty good references there as to what the footprint of MySQL is. >>> Simon Green <[EMAIL PROTECTED]> 10/22/02 02:59AM >>> Hi I am putting together a MySQL server for the ISP I work for. We are going to

Web server

2002-10-22 Thread Simon Green
Hi I am putting together a MySQL server for the ISP I work for. We are going to provide a mysqld for each web user. I plan on using mysqld_multi for this. But what I can not work out is how much CPU and memory I will need for each user. As this is a generic system all I need is a average system!

RE: Reposting: Connecting a web server to a db server

2002-10-08 Thread Sqlcoders.com Programming Dept
> -Original Message- > From: Nestor [mailto:[EMAIL PROTECTED]] > Sent: 08 October 2002 16:01 > To: [EMAIL PROTECTED] > Subject: Reposting: Connecting a web server to a db server > > > Any ideas? > Have you reloaded the mysql server? Try this at the shell... m

Reposting: Connecting a web server to a db server

2002-10-08 Thread Nestor
Sorry or posting this again, but I have try everything I could think and I am getting no where. I have a webserver(10.1.1.3) running Linux RH7.3 with PHP4.2.3 and a DBserver(10.1.1.2) running W2K and MySQL 3.23.52 The user mbn has select and insert permissions: grant select, insert on database

re: FW: REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-08 Thread Egor Egorov
Nestor, Tuesday, October 08, 2002, 12:58:25 AM, you wrote: NF> OK now I am getting this error: NF> NF> Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in NF> /usr/local/httpd/htdocs/mbn.com/confirmation.php on line 36 NF> Warning: MySQL Connection Failed: Acce

FW: REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
OK now I am getting this error: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /usr/local/httpd/htdocs/mbn.com/confirmation.php on line 36 Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /usr/local/htt

REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
I messed up in the ip addressing sorry! -- People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect("10.1.1.2:3306", $dbuser, $db_pwd); And I ge

REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect("10.1.1.2:3306", $dbuser, $db_pwd); And I ge the error: Warning: Can't connect to MySQL serv

Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect("10.1.1.2:3306", $dbuser, $db_pwd); And I ge the error: Warning: Can't connect to

Re: Setting up a web server wit Redhat 7.3

2002-09-26 Thread Peter Goggin
I have installed the php-mysql package and can now connect to the database. There is however another error which I do not undertand. Warning: No MySQL-Link resource supplied in /usr/local/www/vantweststamps/databaselogin.php on line 15 Connected successfully ,Line 15 is mysql_close(); If I the

Re: Setting up a web server wit Redhat 7.3

2002-09-12 Thread Trond Eivind Glomsrød
"Peter Goggin" <[EMAIL PROTECTED]> writes: > So far as I can tell the mysql files included in the CD set are: > mysql-3.23.49-3.i386.rpm > mysqlclient9-3.23.22-6.i386.rpm > mysql-devil-3.23.49-3.i386.rpm > mysql-server-3.23.49-3.i386.rpm > > Do these files include Innodb support? Yes. > Are th

re: Re: Setting up a web server wit Redhat 7.3

2002-09-12 Thread Egor Egorov
Peter, Thursday, September 12, 2002, 3:35:26 AM, you wrote: PG> So far as I can tell the mysql files included in the CD set are: PG> mysql-3.23.49-3.i386.rpm PG> mysqlclient9-3.23.22-6.i386.rpm PG> mysql-devil-3.23.49-3.i386.rpm PG> mysql-server-3.23.49-3.i386.rpm PG> Do these files include Inno

Re: Setting up a web server wit Redhat 7.3

2002-09-11 Thread Peter Goggin
So far as I can tell the mysql files included in the CD set are: mysql-3.23.49-3.i386.rpm mysqlclient9-3.23.22-6.i386.rpm mysql-devil-3.23.49-3.i386.rpm mysql-server-3.23.49-3.i386.rpm Do these files include Innodb support? Are they sufficient to install mysql? I would be grateful for any advi

Local VB6 using MySQL DB on Web server

2002-07-18 Thread Jorge Garza
Hi I have a web DB proyect and I would like to make a VB6 client where I can connect to a local X database and a Web MySQL on a UNIX server. So far, locally everything works great with VB6 and MySQL, the grids, textbox, ADO control, etc.(DNS-Less and with DNS). But when I connect to the DB on th

Re: Web server performance

2002-03-04 Thread Jeremy Zawodny
On Mon, Mar 04, 2002 at 03:06:46PM -0500, [EMAIL PROTECTED] wrote: > I am currently implementing a database-ran webserver dll: > Info: > Ms Visual C++ > MySQL ++ 1.7.1 > MySQL-nt 3.23.47 > MyISAM db. > 3or 4 Queries in the application > > Biggest Query: > 66,000 records > using LIKE "something%"

Web server performance

2002-03-04 Thread jeremy
I am currently implementing a database-ran webserver dll: Info: Ms Visual C++ MySQL ++ 1.7.1 MySQL-nt 3.23.47 MyISAM db. 3or 4 Queries in the application Biggest Query: 66,000 records using LIKE "something%" Question: I am currently using a connection every time I query, but since this is a stat

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Chip
;[EMAIL PROTECTED]> > Sent: Friday, July 20, 2001 10:04 AM > Subject: Re: Please help - does changing the port the web server listens on > affect mysql? > > > That's what I expected, but haven't figured out the problem with the one > > database. > > I created

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Allen Grace
- Original Message - From: "Chip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 10:04 AM Subject: Re: Please help - does changing the port the web server listens on affect mysql? > That's what I expected, but haven't f

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Chip
That's what I expected, but haven't figured out the problem with the one database. I created another very simple database and form and can insert data from the web form with no problem. -- Chip Jeremy Zawodny wrote: > MySQL knows nothing of the ports that your Web server

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Werner Stuerenburg
Congratulations to the Webby Award! > MySQL knows nothing of the ports that your Web server may listen to. -- Herzlich Werner Stuerenburg _ ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen Tel 0(049) 5224-997 407 · Fax 0(049) 5

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Jeremy Zawodny
MySQL knows nothing of the ports that your Web server may listen to. -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 <-- NEW MySQL 3.23.29: up 33 days, processed 260,996,108 queries (90

Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread chip . wiegand
I am having a problem with inserting data into a table via a web form, which was working just fine prior to changing the port the web server is listening on from 80 to 8080. I can insert data via the mysql command line just fine, just not from the web form. Below are the forms and table def for

[ANNOUNCE] BLUE WORLD LASSO 5 PRODUCT LINE TO PROVIDE TIGHTINTEGRATION WITH LEADING OPERATING SYSTEM, DATABASE, WEB SERVER and WEBAUTHORING PRODUCTS

2001-07-17 Thread Cathy Cunningham (Blue World Lasso Evangelist)
f any of you have time to participate and are interested, please drop me a line. Thanks! CC - FOR IMMEDIATE RELEASE July 17, 2001 BLUE WORLD LASSO 5 PRODUCT LINE TO PROVIDE TIGHT INTEGRATION WITH LEADING OPERATING SYSTEM, DATABASE, WEB SERVER and WEB AUTHORING PRO

RE: problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread Dave Carter
ss Technologies, Inc. http://www.abti.cc 717.464.2970 -Original Message- From: ASHUTOSH SHARMA [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 7:51 AM To: [EMAIL PROTECTED] Subject: problem regarding ASP+MySQL in NT with IIS (web server) respected sir, i have a problem regarding conn

RE: problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread Jacques Venter
HUTOSH SHARMA [mailto:[EMAIL PROTECTED]] > Sent: 18 May 2001 13:51 > To: [EMAIL PROTECTED] > Subject: problem regarding ASP+MySQL in NT with IIS (web server) > > > respected sir, > i have a problem regarding connectivity between ASP and mysql. > will it possible to connect asp

problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread ASHUTOSH SHARMA
respected sir, i have a problem regarding connectivity between ASP and mysql. will it possible to connect asp with mysql if yes then how we can do it will it need any driver if yes then from where we get that driver .. will i get some tutoril in this matter... thanking you ashutosh

Re: ssh connection between web server and mysql]

2001-04-13 Thread Jeremy Zawodny
On Fri, Apr 13, 2001 at 09:35:38AM +0800, Leon Harris wrote: > > I believe that the session was idle. It also does it when I give the > -2 option to ssh ( ssh2 is supposed to not time out, according to > some usenet posts I have read). The point of the excercise is to > have an encrypted connect

Re: ssh connection between web server and mysql

2001-04-12 Thread Leon Harris
Hi Jeremy, thanks for your reply. I believe that the session was idle. It also does it when I give the -2 option to ssh ( ssh2 is supposed to not time out, according to some usenet posts I have read). The point of the excercise is to have an encrypted connection that I can make DBI calls to the

Re: ssh connection between web server and mysql]

2001-04-12 Thread Leon Harris
[EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > database,sql,query > > If you just reply to this message, and include

Re: ssh connection between web server and mysql]

2001-04-12 Thread Jeremy Zawodny
On Thu, Apr 12, 2001 at 02:32:42PM +0800, Leon Harris wrote: > > On the client I do a > ssh -q -n -f -l account -L 3306:mysqlserver.mydomain.com:3306 > > then mysql -u dbuser --port=3306 -h 127.0.0.1 -p dbname > and I get an encrypted connection. ( thats what tcpdump shows me) ! > Lovely ! > >

ssh connection between web server and mysql]

2001-04-11 Thread Leon Harris
Hi all. I have had a real nightmare with mysql and ssh, trying to get a tunnel going. I also have had similar probs with stunnel, but that is another post. I am running OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f as the ssh client on the web server and sshd version

Re: secure web server to database server connection

2001-01-26 Thread Jeremy D. Zawodny
On Fri, Jan 26, 2001 at 10:39:46AM -0600, Patrick Goetz wrote: > > Thanks for the response. > > On Thu, 25 Jan 2001, Jeremy D. Zawodny wrote: > > > It just occurred to me, however, that this becomes a much bigger > > > problem when the web server(s) and the databa

Re: secure web server to database server connection

2001-01-26 Thread Mark Maunder
If you do any benchmarking with this setup let me know as I'm curious about performance. Mark Maunder. Patrick Goetz wrote: > Currently, every system I've set up is small enough so as to have the web > server and the database server on the same machine. Consequently, loss of > secu

Re: secure web server to database server connection

2001-01-26 Thread Patrick Goetz
Thanks for the response. On Thu, 25 Jan 2001, Jeremy D. Zawodny wrote: > > It just occurred to me, however, that this becomes a much bigger > > problem when the web server(s) and the database server are running > > on different machines. > > Only if they're on dif

Re: secure web server to database server connection

2001-01-25 Thread Jeremy D. Zawodny
On Thu, Jan 25, 2001 at 10:01:59PM -0600, Patrick Goetz wrote: > > Currently, every system I've set up is small enough so as to have > the web server and the database server on the same machine. > Consequently, loss of security due to packet-sniffing can be > completely cont

secure web server to database server connection

2001-01-25 Thread Patrick Goetz
Currently, every system I've set up is small enough so as to have the web server and the database server on the same machine. Consequently, loss of security due to packet-sniffing can be completely controlled by using, say, apache-ssl, since communications between the web server an