RE: Database/Table Structure

2004-11-15 Thread Ferguson, Michael
Adam, Thanks much. Best wishes. Cheers. -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 8:47 PM To: Ferguson, Michael; MySQL General Subject: Re: Database/Table Structure Michael, There are a bunch. I'll assume you have a Win32 client t

Database/Table Structure

2004-11-15 Thread Ferguson, Michael
G'Day All, Can anyone recommend an application that will read/probe a MySQL database on a Linux server and generate a graphical output of thedatabase/table structure? FlowChart type? Thanks

RE: ODBC connection

2004-11-12 Thread Ferguson, Michael
Thanks guys. I seem to have it working now. 'preciate it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 11:05 AM To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: Re: ODBC conne

RE: ODBC connection

2004-11-12 Thread Ferguson, Michael
To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: Re: ODBC connection The MySQL ODBC driver v3.51 acts as a pre-4.1 MySQL client. That means it does not use the new (v4.1+) password hashing. http://dev.mysql.com/doc/mysql/en

ODBC connection

2004-11-12 Thread Ferguson, Michael
G'Day All, I am going nuts trying to setup ODBC to my MySQL database. Help Please. My workstation is WinXP Pro. I downloaded the MySQL ODBC 3.51, unzipped it and am trying to configure it to connect to the database on a RedHat ES box. In the Add Data Source Name my DSN is "closing" Descriptio

RE: Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
) Permissions for accessing the socket via PHP. More likely this first, but try both. Check you [HOST].err file to be sure. J.R. -Original Message- From: Ferguson, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Error connecting to

RE: Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
J.R. Bullington replied but when I click on the message I get a popup box that says: Can't open this item. Your Digital ID name can not be found by the underlying security system. J.R. please send me another reply. Thanks -Original Message- From: Ferguson, Michael Sent: Monday, Oc

Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
G'Day All, When I try to connect to my mysql/php through Apache I get the following error: Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /var/www/html/taxes/db_mysql.php on line 99 Database error: pconnect(localhost:3306, root,

RE: MySQL on RedHat ES 3.0

2004-10-11 Thread Ferguson, Michael
.ent MySQL-python-0.9.1-6 -Original Message- From: Benjamin Arai [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 11:29 AM To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: Re: MySQL on RedHat ES 3.0 rpm -qa | grep -i mysql On Mon, 11 Oct 2004 09:12:54 -0400, Ferguson

RE: MySQL on RedHat ES 3.0

2004-10-11 Thread Ferguson, Michael
Thanks -Original Message- From: Thomas Plümpe [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 10:26 AM To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: RE: MySQL on RedHat ES 3.0 On Mon, 2004-10-11 at 14:52, Ferguson, Michael wrote: > Thanks. > rpm -a | grep mysql &g

RE: MySQL on RedHat ES 3.0

2004-10-11 Thread Ferguson, Michael
them, then do -- rpm -(the flag you found) | grep mysql OR if you want to find out if mysql process is running or not then do -- ps -efaux | grep mysql -Original Message- From: Ferguson, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:13 AM To: [EMAIL PROTECTED] Subject:

MySQL on RedHat ES 3.0

2004-10-11 Thread Ferguson, Michael
G'Day All, I successfully installed RedHat ES 3.0 and would like to get MySQL installed on it. After reading the online manual at dev.mysql.com/doc/mysql/en/Installation_layouts.html I am still a bit unsure of my next move. Can some please help me out with directions on how to check the system t

RE: Redhat Alternatives for MySQL

2004-01-21 Thread Ferguson, Michael
Openna.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: Redhat Alternatives for MySQL Hello, For some time we've been running MySQL (from 4.0.1 to 4.0.17) on Redhat (v. 7.2 & 9.0). We us

RE: Changing field type

2003-11-18 Thread Ferguson, Michael
Jeremy, Thanks very much. 'preciate it. -Original Message- From: Jeremy March [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 8:46 AM To: [EMAIL PROTECTED] Subject: Re: Changing field type >What command do I use to change the field type in my client_info table >from: >referr

Changing Field Type

2003-11-18 Thread Ferguson, Michael
G'Day All; MySQL on RedHat 9 working completely from the command prompt. I am so newbie I am embareassed. What command do I use to change the field type in my client_info table from: referral_percent | tinyint(4) | YES | NULL to referral_percent | double(3,2) unsigned zerofill | YES