RE: CF and MySql?

2001-06-26 Thread Angerer, Chad

If you are using Cold Fusion server, yes they will work..

You have to download MyODBC from www.mysql.com install it.. and then set it
up in the ODBC control panel (assuming you are using windows).

Then you should be able to see the mysql databases as a datasource in the
Cold Fusion admin page.

CAA

-Original Message-
From: Wade DeWerff [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: CF and MySql?


Can Cold Fusion querys work with MySQL? What would I have to do if
anything to make it work?

WD


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: safe_mysqld not working properly

2001-06-05 Thread Angerer, Chad


Hello!

I have just installed mysql-3.23.38 from source on a Mandrake 8 Linux box.

I installed the db tables with mysql_install_db

the user mysql owns the files in the mysql dir.

when I go to start up the mysql daemon using ./safe_mysqld --user=mysql   I
get this

 Starting mysqld daemon with databases from /usr/local/mysql/var
010605 11:12:14  mysqld ended


[1]+  Done./safe_mysqld --user=mysql

and the daemon does not start.  I have checked to processes and it is not
listed.  Anyone have and ideas where
I may have gone wrong or what I need to do to fix this.

Thanks.

Chad

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: mysql.sock

2001-05-23 Thread Angerer, Chad

Raymond,

Make sure the mysql server is running.

If it is running.. check permissions on the file.  If there are ok.. find
where mysql puts your mysql.sock file and add a symbolic link from it to
/var/lib/mysql/mysql.sock

-C


-Original Message-
From: Raymund D. Nones [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 10:26 AM
To: Megan Payne; [EMAIL PROTECTED]
Subject: mysql.sock


i've fix itthanksi've got another problem...
when i rebooted the system...i can't anymore connect to the mysql database
...error:

Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock'

thanks,

rizal



Megan Payne wrote:

 It is looking for the DBD perl module and can't find it. Have you
installed
 it?

 Megan

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
  Of Raymund D. Nones
  Sent: Monday, May 14, 2001 5:38 AM
  To: [EMAIL PROTECTED]
  Subject: Can't locate DBD/mysql.pm
 
 
  Everytime i connect to my database using perl i get this error message :
 
  install_driver (mysql) failed: Can't locate DBD/mysql.pm in @INC
 
  Can anyone help me ?
 
  Thanks.
 
  rizal
 
 
 
 
  --
  If you think your playing too much, play more
  -Tilde
 
 
 

--
If you think your playing too much, play more
-Tilde



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: port default

2001-05-22 Thread Angerer, Chad

default port is 3306

Chad

-Original Message-
From: sj c [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 1:15 PM
To: [EMAIL PROTECTED]
Subject: port default


Hi, what is the default port to listen to on MySQL?

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: mysql.sock file

2001-05-22 Thread Angerer, Chad

Dennis,

do a find / -name mysql.sock 2/dev/null to find exactly where mysql puts
this file.. My rpm install put it in
/var/lib/mysql/mysql.sock

Find where your mysql.sock file is and make a symbolic on it pointing to
/tmp/mysql.sock 

ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

Also check your file permissions.  Make sure the mysqld user has access to
this directory.

Chad

-Original Message-
From: Dennis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 3:56 PM
To: [EMAIL PROTECTED]
Subject: mysql.sock file


We have a client program that fails trying to access tmp/mysql.sock on 
open. It seems that newer servers either dont create the tmp file or store 
it somewhere else.

What can be done to make the existing binary work with both older and newer 
servers? Is there a my.cnf setting? And also, why has this become an issue? 
Can it be a build issue with the server? Or is this file being scrubbed by 
some startup routine (Debian is well-known to do damage upon start up this 
way)?

thanks.

Dennis


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Telnet into MySQL

2001-05-21 Thread Angerer, Chad

go to www.ssh.com .. I beleieve there a few nice clients there.

Chad

-Original Message-
From: Tim Thorburn [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: Telnet into MySQL


Hello,

Can someone here recommend a good Telnet program (with SSH) that I can use 
to connect to my servers MySQL database?

Preferably something shareware/freeware - but if it must be purchased, I'm 
not against that.

Thank you

-Tim


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php