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
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
>
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
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
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
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
hi
i solved the problem by executing the commit after the select.
best regards
benny
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
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
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
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
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
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;
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
14 matches
Mail list logo