Re: Full text search

2003-02-11 Thread MySQL server
Hi Try this. select * from table where upper(text) like upper('%dog%') Then all words with 'dog' in it, will appears in your query. Hope this helps /Frank > > I'm working on a full text search that will search through subject > lines. The search word is not necessarily a discreet word bu

A newbie is having troubles starting mysqld on a new installation of version 4.01

2002-06-30 Thread MySQL server
nough free space before beginning. Is there a switch to the RPM to force placement of the database on a different file system? >Submitter-Id: [EMAIL PROTECTED] >Originator:MySQL server >Organization: >MySQL support: none >Synopsis: mysqld won't start after install

mysql@lists.mysql.com

2002-05-29 Thread MySQL server
>Description: >How-To-Repeat: >Fix: >Submitter-Id: >Originator: MySQL server >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: >Severity: >Priority:

Problem connecting to db after installation on linux 7.1

2001-07-23 Thread MySQL server
27;root@localhost' (Using password: NO)' This occurs whether I am root or mysql (user). Can you assist? You can contact me at [EMAIL PROTECTED] /scott >Hoo-Repeat: Install >Fix: >Submitter-Id: [EMAIL PROTECTED] >Originator:MySQL server >Organization:

Re: Problem migrating from 3.23.29 to 3.23.36

2001-04-05 Thread MySQL Server
On Thu, 5 Apr 2001, Gerald Clark wrote: I forgot to mention that the permisions are already set to mysql:mysql 660 > MySQL Server wrote: > > > > Hy! > > > > I have this odd problem. I upgraded my MySql from 3.23.29 to 3.23.36. > > It works fine with some datab

Problem migrating from 3.23.29 to 3.23.36

2001-04-05 Thread MySQL Server
Hy! I have this odd problem. I upgraded my MySql from 3.23.29 to 3.23.36. It works fine with some databases I created with 36. But I copied some databases from 29 and I get this mysql> use lumina; Didn't find any fields in table 'absences' Didn't find any fields in table 'admins' Didn't find an

How can user change own password?

2001-01-20 Thread MySQL server
Hello, I am trying to figure out how to allow a MySQL user to change his own password. So far, the absolute minimum access I have been able to grant the user is to change anyone's password (using the columns_priv table). I want the user to be able to change his own password, but only his own pass