Re: I NEED HELP ON 'SOURCE(\.) MYSQL

2010-02-01 Thread sureshkumarilu
Give the ful path of file name with in '' and try it out Thanks Suresh Kuna MySQL DBA --Original Message-- From: Colin Streicher To: mysql@lists.mysql.com Cc: kebede teferi ReplyTo: co...@obviouslymalicious.com Subject: Re: I NEED HELP ON 'SOURCE(\.) MYSQL Sent: Feb 2, 201

Re: I NEED HELP ON 'SOURCE(\.) MYSQL

2010-02-01 Thread Colin Streicher
what everyone else said... also, is there a longer version of the error? or is it literally error 2 or error 22? Colin On February 1, 2010 06:38:08 pm kebede teferi wrote: > Hi, I'm very new to this and I need help. > > What I want to do is to execute a source command statement from cmd to >

Re: I NEED HELP ON 'SOURCE(\.) MYSQL

2010-02-01 Thread Carlos Proal
Error 2 is "No such file or directory" So, probably the file is not in the right path or you need to explicitly provide the path to the file. Carlos On 2/1/2010 5:38 PM, kebede teferi wrote: Hi, I'm very new to this and I need help. What I want to do is to execute a source command stateme

Re: I NEED HELP ON 'SOURCE(\.) MYSQL

2010-02-01 Thread John List
On 02/01/2010 06:38 PM, kebede teferi wrote: Hi, I'm very new to this and I need help. What I want to do is to execute a source command statement from cmd to create tables and populate them on a data base that I created in Mysql. Here is what I did at CMD: *I changed the directory from c:\> t

Re: I NEED HELP ON 'SOURCE(\.) MYSQL

2010-02-01 Thread Jesper Wisborg Krogh
How did you type the source command? Did you remember not to quote the file name? E.g. mysql> SOURCE schema.sql is the correct way. Jesper On Tue, 2 Feb 2010 10:38:08 kebede teferi wrote: > Hi, I'm very new to this and I need help. > > What I want to do is to execute a source command statement

Re: I need help with a Select Query

2005-04-23 Thread Ed Reed
Try this SELECT * FROM applications LEFT JOIN rejected ON application.appid = rejected.appid WHERE rejected.appid Is Null ORDER BY application.appid DESC; >>> Wade <[EMAIL PROTECTED]> 4/23/05 3:12:37 PM >>> 04232005 1707 GMT-6 I need to do something like this: $sql = "SELECT * FROM applicatio

RE: i need help, innodb blocks insertion into table for a while

2003-07-17 Thread Bernhard Schmidt
hi i solved the problem by executing the commit after the select. best regards benny

RE: i need help

2002-12-21 Thread Cal Evans
either mysql is not running or php doesn't know where to find your sock. make sure that php.ini has the correct location for your sock and that ps auxwww shows mysql running. =C= * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: Rich Dodge [mailto:[EMA

RE: i need help

2002-12-21 Thread Adolfo Bello
Is mysql service started? Check with: ps -ax mysql | grep -i mysql If it does't appear on tje list, start the service with: service mysql start Adolfo P.S. I have mysql.sock in /var/lib/mysql which is the default. Check also basedir in your /etc/my.cnf. > -Original Message- > From: Ri

RE: i need help

2002-12-21 Thread B. van Ouwerkerk
This has been answered a zillion times in the past. Search the archive. mysqld.sock will usually live in /tmp Change the appropriate paths. -B. -Oorspronkelijk bericht- Van: Rich Dodge [mailto:[EMAIL PROTECTED]] Verzonden: zaterdag 21 december 2002 16:10 Aan: [EMAIL PROTECTED] Onder

Re: I need help constructing a search thingy using % & _ in LIKE

2001-07-27 Thread tj marlin
yes, but then you wouldn't learn. if you don't want to buy Dubois' book, try appendix J of the mySql reference manual, available for free from the mysql site. At 06:06 PM 7/26/01 +0100, you wrote: >In message <[EMAIL PROTECTED]>, tj marlin ><[EMAIL PROTECTED]> writes >>I think it is time for

Re: I need help constructing a search thingy using % & _ in LIKE

2001-07-26 Thread Mark Worsdall
In message <[EMAIL PROTECTED]>, tj marlin <[EMAIL PROTECTED]> writes >I think it is time for you to learn about regular expressions; page 520 >ff of Dubois. >(sql, mysql, database - to get past the filter) > any chance of an example or full syntax? M. -- Work:- postmasterAThinwick.demon.co

Re: I need help constructing a search thingy using % & _ in LIKE

2001-07-25 Thread tj marlin
I think it is time for you to learn about regular expressions; page 520 ff of Dubois. (sql, mysql, database - to get past the filter) At 01:14 AM 7/26/01 +0100, you wrote: >Hi all, > >I have a problem, I have some VARCHAR data in a column called Sequence >looking like this:- > >5;6 >12;6 >120;

Re: I need help to instal mysql

2001-04-23 Thread Gerald Clark
Install gmake. Lana Conan wrote: > > First of all sorry for my English, I hope it would be good enougth to be > understood. > > I am trying to instal mysql on a digital unix os. > > First I had problem with the ./configure > it prompted this message > > checking for cc++... no > checking fo