Stupid Newbie Query Help with AND and OR logical operators

2004-05-08 Thread Bob Cohen
I've written doesn't seem quite right. Because of the AND following the LIKE d condition, it seems like all the records will have to have choice2 equaling 2. Some help clarifying this issue would be appreciated. Thanks. Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production

RE: Stupid Newbie Query Help with AND and OR logical operators

2004-05-08 Thread Bob Cohen
Thanks to Bernard, Sunmaia, and Ingo! I knew the query wasn't quite right. Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production services for the web Put creative minds to work for you -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

RE: Remove a RPM Installation

2004-03-02 Thread Bob Cohen
| grep -i my*. That'll give you the exact names of all the mysql rpms installed on your system. Check out http://www.linuxhomenetworking.com/linux-hn/rpm.htm for a great tutorial on using rpm. Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production services for the web Put

Upgrade from 3.23.x to 4.0.18

2004-02-20 Thread Bob Cohen
/mysql/ So it would appear that the mysql daemon is running but now I can't access the databases with the mysql client e.g., mysql -u root -p. Help would be most graciously appreciated. Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production services for the web Put creative

RegExp Help

2004-01-21 Thread Bob Cohen
to field data. Here's my stab at the SQL: UPDATE 02093_xdir_links SET title * WHERE title REGEXP[]*[]; Will this work?. Is there a better way? Did I get it right? Normally I'd just experiment but this is a live database. Thanks in advance. Bob Cohen b.p.e.Creative http://www.bpecreative.com

RE: RegExp Help

2004-01-21 Thread Bob Cohen
City State Zip 1 Joe 1313 Mockingbird Lane TransylvaniaPA 02098 ^^^ To my untrained eye it looks like the REPLACE, as you wrote it above, searches the title field for anything e.g., *. And replaces it with nothing . Thanks. Bob Cohen

Importing Data into MySQL

2003-12-19 Thread Bob Cohen
designer not a programmer. I'm not at all sure how to accomplish this task. Though I would like to learn. Any help would be appreciated. Thanks. Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production services for the web Put creative minds to work for you -- MySQL General

HELLLLP! Databases No Longer Accessible

2003-12-15 Thread Bob Cohen
know I must be missing something basic. Help would be appreciated! Bob Cohen b.p.e.Creative http://www.bpecreative.com Design and production services for the web Put creative minds to work for you -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

RE: HELLLLP! Databases No Longer Accessible

2003-12-15 Thread Bob Cohen
I don't really know exactly what happened. As luck would have it, I had a username with all privileges that WOULD connect. Using that, in combination with shutting down and restarting MySQL, I reorganized the user database and now things work. Thanks. Bob Cohen b.p.e.Creative http