RE: Linux vs. Windows?

2005-08-12 Thread Duke, Brian
Like crashing, auto-rebooting, memory leaking, program cost, etc... :) Brian Duke Level(3) Communication ==-=-=-=-=--==--==¬ -Original Message- From: Pat Adams [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 9:21 AM To: mysql@lists.mysql.com Subject: RE: Linux vs.

upgrade which client?

2004-04-10 Thread Duke, Brian
I needed 5to do some subqueries. I had mysql-3.23. Somehow I thought mysql4 included subqueries. Loaded mysql-4.0. Converted everything and got it working except it doesn't do subqueries. Therefore we installed mysql-4.1.1 6 hours of figuring out the permissions finally we got the databases all

RE: upgrade which client?

2004-04-10 Thread Duke, Brian
I needed to do some subqueries. I had mysql-3.23. Somehow I thought mysql4 included subqueries. Loaded mysql-4.0. Converted everything and got it working except it doesn't do subqueries. Therefore we installed mysql-4.1.1 6 hours of figuring out the permissions finally we got the databases all

Tough Query for this New DBA

2004-03-21 Thread Duke, Brian
There has got to be a better way for me to query/subquery this data. I have 4 tables. Table1 - Company_Name | Company_ID - Blue Shoe| 101 Fast Cow | 102 Table2

RE: Can't connect URGENT!

2004-02-07 Thread Duke, Brian
Hmmm, I dunno. Perhaps the term: mysql -h 'server' -u root Should be changed to: mysql -h your_hostname -u root As your_hostname is the actual FQDN of your server. Brian Duke SS-TCAM//87797 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February

Database design

2004-01-25 Thread Duke, Brian
Can someone explain a 1:n non identifying relation? Brian Duke

RE: How to create mysql user?

2003-12-15 Thread Duke, Brian
try this: grant ALL on abc.* to 'abc'@'localhost' identified by 'abc'; I have created database 'abc' . mysql grant ALL on abc.table to 'abc' identified by 'abc'; Query OK, 0 rows affected (0.00 sec) -Original Message- From: ads mysql [mailto:[EMAIL PROTECTED] Sent: Monday, December

MySql40, MSAccess2003, MyODBC3.51, and white spaces.

2003-12-06 Thread Duke, Brian
I have a question about spaces in fieldnames. locally running Access03 and using MyODBC3.51 to populate a MySQL40 database. The Database name and table names are ok. It's the field names I am having trouble with. The tables are huge and there are 26 tables. The ODBC process completes but due to

RE: MySql40, MSAccess2003, MyODBC3.51, and white spaces.

2003-12-06 Thread Duke, Brian
? -Original Message- From: Daniel Kasak [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 2:46 PM To: Duke, Brian; [EMAIL PROTECTED] Subject: Re: MySql40, MSAccess2003, MyODBC3.51, and white spaces. can someone help me either fix my ODBC load or help me correctly syntax my php