pls delete my post

2008-10-21 Thread Chaitra Yale
http://lists.mysql.com/mysql/175156 it shows when someone does a search on my name. Thanks -- Regards Chaitra Yale

can not "start slave" after slave crash

2008-10-21 Thread Uwe Kiewel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, my replication slave crashed. Now, I am unable to restart with following error message: 081021 21:34:21 [Note] Slave SQL thread initialized, starting replication in log 'log.000129' at position 28457291, relay log '/video/mysql/mysqld-relay-bin.0

Re: Down list

2008-10-21 Thread Andy Shellam
You might like to try here: http://lists.mysql.com/, then click on Unsubscribe underneath the "General Discussion" list. Vidal Garza wrote: Please let me down of the list. I resigns from my job. Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscr

Cannot Connect on Windoze

2008-10-21 Thread Victor Subervi
Hi; I have successfully installed MySQL and got it running on Windoze. But when I try to connect, I get this error: Can't connect to MySQL server on 'localhost' (10061) Also I can't connect on "Run". What do? TIA, Victor PS Only online an hour or so weekly, so if slow in responding, know why.

Re: Error Code 28

2008-10-21 Thread Rob Wultsch
On Tue, Oct 21, 2008 at 8:26 AM, Heston James - Cold Beans < [EMAIL PROTECTED]> wrote: > Afternoon all, > > > > I have a SELECT query which is returning the following error: > > > > (InternalError) (3, "Error writing file '/tmp/MYqlGnfn' (Errcode: 28)") > > > > After doing a little searching on go

Error Code 28

2008-10-21 Thread Heston James - Cold Beans
Afternoon all, I have a SELECT query which is returning the following error: (InternalError) (3, "Error writing file '/tmp/MYqlGnfn' (Errcode: 28)") After doing a little searching on google all signs seem to point to a lack of disk space to be able to store the query results. Howeve

Ignoring some characters to build FULLTEXT index

2008-10-21 Thread lbarcala
Hi all: I am trying to build a FULLTEXT index with several particularities. It must ignore some special characters inside index words. For example: If I have the text: I'll go to the ci[ne]ma. I want the FULLTEXT include the word cinema, not ci[ne]ma nor ci or ne or ma. So, I want the index ign