Re: Socket Error While Starting MySQL

2004-11-26 Thread mathan
Hello Mukund, Remove the /etc/my.cnf file and start the mysqld daemon again. It will work Thanks, Mathan - Original Message - From: "Mukund N Rathi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 11:31 AM Subject: Socket Error While

Re: starting mysql server

2004-06-17 Thread mathan
a shell> ./bin/mysqld_safe --user=mysql & Thanks, Mathan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 3:17 PM Subject: starting mysql server Hello all, I have installed mysql and i

Re: starting mysql daemon

2004-04-05 Thread mathan
Try this one: Copy share/mysql/my-medium.cnf file to /etc/my.cnf and run "mysql_install_db" and "chown -R mysql " and "mysqld_safe" command. Find the mysql datadir from mysql_install_db file (line no 77 : e.g. ldata=/var/opt/mysql) Thanks, Mathan - Original

Re: mysql openssl Question

2004-03-22 Thread mathan
es dynamic libraries then it will show the openssl libraries in "ldd" command output. Thanks Mathan - Original Message - From: "rmck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 6:04 AM Subject: mysql openssl Question &

Re: Multiple mysql on same linux Box.

2004-02-09 Thread mathan
mysql/var" if test "$datadir" != "/var/opt/mysql" ### Thanks Mathan [EMAIL PROTECTED] www.visolve.com - Original Message - From: "tasvir rohila" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

How to join tables using pack_isam

2003-11-21 Thread mathan
Hello All Please give me the exact syntax to join 2 tables into a new table using "pack_isam". Thanks Mathan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: SSL connection

2003-11-20 Thread mathan
# ./mysql --ssl-key=/tmp/mysql.pem --ssl-cert=/tmp/mysql.pem --ssl-ca=/tmp/my sql.pem Thanks Mathan www.visolve.com - Original Message - From: "Daniel Kiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 5:29 PM Subject: SSL connect

pack_isam not working on Linux and HP-UX for mysql 4.0.15

2003-11-19 Thread mathan
estdb/employee /var/mysql/testdb/employee1 Compressing /var/mysql/testdb/employee2.ISD: (6 records) - Calculating statistics Segmentation fault === Where is the problem, is it in MySQL or on OS? Please help me to solve this problem. Thanks, Mathan

Re: Problem starting up mysql

2003-09-09 Thread mathan
var/lib/mysql # chmod 700 /var/lib/mysql and then start the mysql daemon thanks --mathan --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003 -- MySQL General Mailing List For

undefined reference to `errno' in Red Hat Linux 9

2003-09-09 Thread mathan
l] Error 1 make[2]: Leaving directory `/usr/local/mysql-3.23.36/client' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/mysql-3.23.36' Please help me to solve this error thanks --mathan -- MySQL General Mailing List For list archives: http://lists.mysql.com/

Re: Accessing Mysql after fresh installation

2003-08-14 Thread mathan
sql binary. I will not show any error messages and you can play with mysql. # mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 22 to server version: 3.23.54-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysq