SELECT command denied to user 'user'@'localhost' for table 'table'

2009-06-16 Thread Ruben Rubio
Hello, We are experience an estrange problem with mysql and we need help to debug this properly. We have a mysql server 5.0.67 on a ubuntu intrepid. Sometimes we have one unique query that cannot be executed and we get this error: SELECT command denied to user 'user'@'local

RE: select command

2005-11-24 Thread asus77x
: mysql; asus77x Subject: Re: select command You should not contact people on the MySQL list offline; all communication should be via the list so that everyone can benefit from the discussion. As I said earlier, your WHERE clause does not make sense the way you expressed it in your first email. I

Re: select command

2005-11-24 Thread Rhino
AIL PROTECTED]> Sent: Thursday, November 24, 2005 9:55 PM Subject: RE: select command Hi rhino, Yes, I want the table name, and those two other variable are variety in the query command. Could you advise the correct command ? Ps: my English is not good enough, so hope you can understand my q

Re: select command

2005-11-24 Thread Gleb Paharenko
Hello. > Becomes to like varName or varTmp ? Sorry, but I'm not completely understanding your question (may be because I'm not familiar with dreamweaver). What does it mean 'like varName or varTmp'? Do you want to change the name from reg_one to var_one? Or you want to be able dynamically

Re: select command

2005-11-24 Thread Rhino
- Original Message - From: "asus77x" <[EMAIL PROTECTED]> To: Sent: Thursday, November 24, 2005 2:07 AM Subject: select command I have a command : SELECT * FROM reg_one WHERE 'varName' like 'varTmp' % This is made within dreamweaver mx.

select command

2005-11-23 Thread asus77x
I have a command : SELECT * FROM reg_one WHERE 'varName' like 'varTmp' % This is made within dreamweaver mx. varName and varTmp is a textselect. Does anyone can help how to make "reg_one" Becomes to like varName or varTmp ? Send instant messages to your online friends http://asia.messenger.y

RE: select command with a search?

2004-04-27 Thread Christopher Lyon
Thank you, That did the trick. > -Original Message- > From: Egor Egorov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 12:17 AM > To: [EMAIL PROTECTED] > Subject: Re: select command with a search? > > "Christopher Lyon" <[EMAIL PROTECTED

Re: select command with a search?

2004-04-27 Thread Jigal van Hemert
> I want to be able to search for specific text in a field and return the > results for those rows. What is the best way to go about it? Do I use > the regex stuff or match? You can use - ...WHERE column LIKE '%specific text%' - "use the regex stuff" (which is mostly slower than LIKE) - MATCH afte

Re: select command with a search?

2004-04-27 Thread Egor Egorov
"Christopher Lyon" <[EMAIL PROTECTED]> wrote: > I want to be able to search for specific text in a field and return the > results for those rows. What is the best way to go about it? Do I use > the regex stuff or match? > It depends. You can use LIKE, REGEXP, full-text search for those purpose:

select command with a search?

2004-04-26 Thread Christopher Lyon
I want to be able to search for specific text in a field and return the results for those rows. What is the best way to go about it? Do I use the regex stuff or match? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

RE: Mysql SELECT command

2001-06-14 Thread Tyrone Mills
L specific. Best of luck!! -Original Message- From: Nasir Ali [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: Mysql SELECT command Can somebody please point me to the good resourse of learning mysql's SELECT co

Re: Mysql SELECT command

2001-06-14 Thread MikeBlezien
On Thu, 14 Jun 2001 13:50:43 -0300, Nasir Ali <[EMAIL PROTECTED]> wrote: Well as they say, "...if all else fails, RTFM.." :) Or pick up Paul Dubois's book on MySQL. >>Can somebody please point me to the good resourse of learning mysql's >>SELEC

Mysql SELECT command

2001-06-14 Thread Nasir Ali
Can somebody please point me to the good resourse of learning mysql's SELECT command on the Internet? Thanks, - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysq