[5.1 Vs 5.5 ] ERROR 1045 (28000): Access denied for user 'testuser'@'Serv1.corp.domain.in' (using password: YES)

2014-04-03 Thread Vinay Gupta
Hi, I am trying to connect two mysql servers with different versions ( 5.1 & 5.5 ) . But in Mysql 5.1 i am facing strange issues. Below testuser exists in both Mysql Versions : mysql> select host,user,password from mysql.user where user='testuser'; +---++

E/R Tool

2006-03-13 Thread Vinay
Hello , Is there a mysql or any other tool that generates a E/R diagram using an existing mysql database. Thank You Vinay

E/R Tool

2006-03-13 Thread Vinay
Hello , Is there a mysql or any other tool that generates a E/R diagram using an existing mysql database. Thank You Vinay

Re: INstalling DBD for mysql--Help needed

2006-03-07 Thread Vinay
created 64 bit objects and I had to use right 64-bit flags for DBD::mysql installation. Thanks for all who helped Vinay - Original Message - From: "Jake Peavy" <[EMAIL PROTECTED]> To: "MySQL" Sent: Friday, March 03, 2006 5:38 PM Subject: Re: INstalling DBD f

INstalling DBD for mysql--Help needed

2006-03-03 Thread Vinay
you, vinay

Enforcing Isolation in MySQL database

2006-03-01 Thread Vinay
- Original Message - From: Vinay To: mysql@lists.mysql.com Sent: Wednesday, March 01, 2006 5:00 PM Subject: Enforcing Isolation in MySQL database Hello , I suppose the InnoDB tables in Mysql have REPEATABLE-READ as the default isolation. Is the concurrency enforced

Enforcing Isolation in MySQL database

2006-03-01 Thread Vinay
User2 to different value. How does it affect the database when normal select , update queries are used. What should the application programmer to enforce database concurrency. Thank you, Vinay

ERROR 1060 while creating a view

2006-02-14 Thread Vinay
column name 'accxsk' Thank You, Any help appreciated, Vinay

Pro*c and Oracle,Need help

2006-02-07 Thread Vinay
into.Is there some kind of similar API in Oracle like mysql C API.If pro*c is the only is there a technique or better way to retrieve the row results into a characer array. Any Help Appreciated, Thank You Vinay

Insert performance

2006-01-31 Thread Vinay
I am using mysql5.0 on Hp-UX. IT took about 14 hours to insert 1.7 millin records. How do I make my insert run faster.The table has three foreign key references and the referencing columns are indexed . Is that impacting the insert statement performance. Thanks for the help Vinay

Re: Dump table

2004-06-15 Thread Vinay
all tables but with lager one this takes too much time and somtimes freezers the server. V!nay Brian Reichert wrote: On Tue, Jun 15, 2004 at 10:14:54AM +0400, Vinay wrote: Hi, I just like to know what is the best way to dump the databases to flat files as some of the tables on my system are up t

Dump table

2004-06-14 Thread Vinay
Hi, I just like to know what is the best way to dump the databases to flat files as some of the tables on my system are up to 1.4G and the whole database size is over 2.5G . I trying to set up a cron job that will back up the table everyday and my main consern is the size of the tables and the

SQL statement

2004-03-24 Thread Vinay
Is their a way of using insert into newtablename select * from oldtablename where ID=xxx But with an aditional column in newtablename V!nay -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Problem duplicating table

2004-03-23 Thread Vinay
Hi i'm trying to write an sql statement which will make a copy of a table including all its data and indexes. The problem comes with the fact that the table contain over 20 million lines and i'm looking for a code or an sql statement that will duplicate this table including its indexes. i'm using

ODBC, my_SQLPrepare() fails

2004-02-06 Thread vinay
= 58 (SQL_NTS)] >>>>>>>>here it just stops without any error. thanks in advance. regards Vinay Kumar Software Engineer Prologix Software Solutions Pvt. Ltd. Lucknow-226016.India Ph: +91(522)2721387. Res: 2702453. Fax: +91(522)2722286

Problem deleteing records

2004-02-06 Thread Vinay
I have a problem with a table that is too big it contains around 35,000,000 lines and each end of month i have to take out about 20,000,000 lines from it so my delete command is : delete from table where column_value<** on a column that is indexed. But each time i do that i have mysql that

ODBC crashes

2004-02-06 Thread vinay
] [ODBC][4509][SQLFreeHandle.c][349] Entry: Handle Type = 3 Input Handle = 0x80673a8 [ODBC][4509][SQLFreeHandle.c][450] Exit:[SQL_SUCCESS] regards -- Vinay Kumar Software Engineer Prologix Software Solutions Pvt

Re: Database problem.

2004-02-05 Thread Vinay
try to use the "myisamchk" to check/repair MyISAM tables Pablo Pragana wrote: > I hope you can help me with this: > > Incorrect information in file: './sarara/searchindex.frm' > > Error > > consulta SQL : > > SHOW KEYS FROM `searchindex` > > MySQL ha dicho: > > #1033 - Incorrect information in

Re: DATE Manipulation

2004-01-22 Thread Vinay
this could help http://www.mysql.com/doc/en/Date_and_time_functions.html V!nay Chris W wrote: > Andy Prasetya wrote: > > > Hello, > > > > I'm a newbie in MySQL. I have a table that contains column 'startdate > > [date]' and 'enddate [date]'. Somehow, I have to execute SQL that > > search an

myISAM to innodb

2004-01-04 Thread vinay
hi, i have been using mysql-3.23.49a and now i want innodb support for the same version of the database, can any one tell how should i proceed. regards -- Vinay Kumar Software Engineer Prologix Software Solutions Pvt. Ltd. Lucknow-226016.India Ph: +91(522)2721387. Res: 2702453. Fax: +91(522

enable Innodb

2004-01-03 Thread vinay
installing when i restart mysql service, the mysql-max starts the mysqld from some address where it is not, so where can i give the correct address for mysqld, as i haven't been able to locate any my.cnf file on my system. 3:=does adding a my.cnf file on my part would help. regards Vinay

Re: strings of variables, php, mysql

2003-11-26 Thread Vinay
a simple way is to do select $form as new_column_name from structure"; as the query. thus the return value of you column will be in new_column_name. Vinay joffrey leevy wrote: > Would appreciate in anyone can help me. > > Let's say I do a query in php, eg. $query =

Re: How many records can a single MySql Table Hold.

2003-08-26 Thread Vinay
to my.cnf. Vinay Jeremy Zawodny wrote: > On Fri, Aug 22, 2003 at 10:55:49AM +0530, Rupak Banerjee wrote: > > Hi, > > > > We are using MySql version 3.27.53 on a Red Hat Linux platform version > > 7.2. For the past couple of months we are noticing that the performance

Database name

2003-08-18 Thread Vinay
Is there an SQL command that i can perform which will return me the name of the Database i'm currently conected to. Thanks for your help. Vinay -- http://www.uptoten.com - The fun place to learn on-line UpToTen Kids : 600 educational games and activities. UpToTen Parents : Practical idea

mysql select query returns incorrect no of rows

2002-12-04 Thread Vinay Mhapankar
works perfectly but only sometimes it returns incorrect no of rows. Everything works fine if I restart the mysql service and try again. Please guide me as I m unable to get the cause of this problem. Please help me urgently Thanks & Regards, Vinay Mhapa

MySQL install on OpenBSD 2.9

2001-07-17 Thread Vinay Augustine
y'all had any ideas? config.log is at the end of this message, if that's any help. Thanks, Vinay /* start config.log */ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:812: checking host system ty