Re: Starting problem with safe_mysqld

2002-04-08 Thread Kannan_R
Hi... You need to create a user mysql and also create a group mysql and add the user to the group..You will find this in the installation docs.. regards kannan pradeep [EMAIL PROTECTED] on 04/09/2002 10:15:00 AM

mysql basic query

2002-04-05 Thread Kannan_R
Placed At : Hi all.. I have been looking for a document which would describe the architecture of mysql..Something like how a query traverses along the system and how a query gets served. .Has someone come across such a document or even a book

Re: mysql

2002-04-04 Thread Kannan_R
Hi .. When you use the grant command the user if not existing in the user table then the user is added in the table along with the privileges mentioned..The user need not be a unix user..by this you are adding a user to access the mysql DB.. the link below explains the same in detail

mysql innodb error

2002-04-01 Thread Kannan_R
Placed At : Hi ... I 'm getting this very odd error with my update query..I run mysql-4.0.0-alpha on a redhat linux machine.. My table type is innodb. the error is as follows.. ERROR 1030: Got error 101 from table handler I do not have a

Re: Question

2002-03-19 Thread Kannan_R
Hi pankaj.. You can compile mysql with innodb option..then you can have all the transactions you ever want to have. regards Kannan pankaj [EMAIL PROTECTED] on 03/19/2002 03:23:33 PM

mysql error

2002-03-17 Thread Kannan_R
Placed At : Hi ... I have a database having 30 tables..i run mysql-4.0.0 with innodb..updates and delete on one paritcular table fail ..when i run the query the prompt jus t hangs and i get the following error.. ERROR 1030: Got error 101 from

RE: Mysql/Solaris: can't run configure or mysql_install_db

2002-03-11 Thread Kannan_R
Hi.. I had faced a similar problem with mysql_install_db..but i had downloaded the source and done a make .. I had to change the path of sh in the first line of the script mysql_install_db..the default path of sh is /bin/sh. I had to change it to /usr/bin/sh and did a make intall again and lo

replication error..

2002-02-12 Thread Kannan_R
Placed At : Hi.. I have set up a new slave host for my mysql DB..I have just done a create DB on it and have setup all replication parameters in my /etc/my.cnf..but when i start the slave i get the following error..has anybody come across

mysql replication....

2002-02-12 Thread Kannan_R
Placed At : Hi all... I was curious to know if mysql replication would be possible based on specific rows in a table rather than the replicating the whole table.. I have a set up which has slaves spread across geographically. and my master has a

mysql replication....

2002-02-07 Thread Kannan_R
Placed At : Hi all... I was curious to know if mysql replication would be possible based on specific rows in a table rather than the replicating the whole table.. I have a set up which has slaves spread across geographically. and my master has a

replication error..

2002-02-07 Thread Kannan_R
Placed At : Hi.. I have set up a new slave host for my mysql DB..I have just done a create DB on it and have setup all replication parameters in my /etc/my.cnf..but when i start the slave i get the following error..has anybody come across