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.

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

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 PROT

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

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!? Yaho

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)