InnoDB: Error: unlock row could not find a 4 mode lock on the record

2012-01-04 Thread kk r
Hi All, InnoDB repeatedly prints this message in the error log: # InnoDB: Error: unlock row could not find a 4 mode lock on the record Im not sure if the error message is critical or not, but its definitely not nice to have in the error log. After some exploration, I found this error is

Transactional problem

2012-01-03 Thread KK Everest
Hi all, Can anyone help me with the problem explained here please: http://www.reddit.com/r/mysql/comments/o256m/a_transactional_problem/ Thanks in advance.

Re: subselect

2003-02-20 Thread kk
You may have to wait until version 4.1 if I am not mistaken. - Original Message - From: geeta varu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 4:09 PM Subject: subselect does mysql version 3.23 support subqueries ...if no does latest version 4.0 support...

Connecting to remote server

2003-02-19 Thread kk
Hello folks I just installed mysql4.x into the home/username directory of a remote machine. It is running good and I created a new user tester with all privileges. But how can i connect to the remote server running on a home directory using a front end tool like MySQLFront. It is

Re: How to create a schema

2003-02-18 Thread kk
Maybe If I get you in the right way, the answer for your second question is you can use SQLYog or similar tools and can use them as a front end. http://www.webyog.com/ regards KS - Original Message - From: "Ayyaparaju Ganapathiraju" [EMAIL PROTECTED]

Is this possible with Linux

2003-02-17 Thread kk
Hello folks Is it possible to install a MySQL server into the /home/*username* directory in a typical Linux Installation. If so 1. where to put those my.cnf files and set the global options for a particular user. 2. How to connect to that database from a remote machine, knowing

Re: My dump does not work

2003-02-14 Thread kk
When I faced the same problem, I was suggested to use MySQL Front. I have been also using phpMyAdmin.Both work fine. Hope this will help u regards - Original Message - From: "srinath sundarrajan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February

Re: Off Topic - PHP/Mysql Development

2003-02-04 Thread kk
- Original Message - From: "Richard Morton" [EMAIL PROTECTED] To: "MySQL List" [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 1:49 AM Subject: Off Topic - PHP/Mysql Development company Hi, I am sorry this is a bit off topic. True. Not only off topic

Re: copying innodb data

2003-01-26 Thread kk
Hello Pippin I installed MySQLFront and can connect to my remote LinuxBox DB server. But I cant connect to my local machine with MySQLFront. My LinuxBOX server is listening to port 3316. My WinNTBOX server is listening to port 3306 But using PhpMyAdmin I can connect to both the servers

Re: copying innodb data

2003-01-26 Thread kk
Hello Scott Pippin A small mistake on myside. Everything worked fine. Thanks for the suggestions. regards KayambooSuresh - Original Message - From: Scott Pippin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, January 25, 2003 5:54 AM Subject: Re:

Re: Entering Japanese characters into mySQL

2003-01-23 Thread kk
In my case also I failed to set the charset to Shift-JIS though I put some stuff in my *my.cnf.* So I am now controlling the entire thing using my application. my charset is still latin1. I just get the input string from the user, convert it to a binary and store it in mysql. To display back I use

Getting back lost data using .frm files in InnoDB

2003-01-14 Thread kk
mysql,query Hello, I am posting it again. I have installed mysql4.0.8 replacing mysql4.0.3 I just copied all the database files in the *data* folder of mysql4.0.3 then copied the same to the *data* folder of mysql408. I suppose something happened and have got only the

getting backup data from .frm files in InnoDB

2003-01-13 Thread kk
Hello (sql,query) I recently moved from mysql4.0.3 to mysql4.0.8gamma I did a copy of my databases inside the *data* directory alone(i.e. *.frm* files) All the tables are InnoDb tables Now I copied all those files to my new MYSQL_HOME\DATA directory But when I try to