473,324 Members | 2,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

'Read only error "

2
hello friends

i have installed mysql version---3.23 and getting the error as.......

ERROR 1036: Table 'student' is read only

plz help me
Dec 23 '06 #1
3 2730
ronverdonk
4,258 Expert 4TB
How did you define and fill that table? Did you copy if from a table dump or something like that. Or put a lock on it without rremoving that lock? Please show.

Ronald :cool:
Dec 24 '06 #2
jngau
2
How did you define and fill that table? Did you copy if from a table dump or something like that. Or put a lock on it without rremoving that lock? Please show.

Ronald :cool:
Expand|Select|Wrap|Line Numbers
  1. mysql> create table student1(id int(5), name varchar(10), rolno int(5));
  2. Query OK, 0 rows affected (0.16 sec)
  3. mysql> desc student1;
  4. +-------+-------------+------+-----+---------+-------+
  5. | Field | Type        | Null | Key | Default | Extra |
  6. +-------+-------------+------+-----+---------+-------+
  7. | id    | int(5)      | YES  |     | NULL    |       |
  8. | name  | varchar(10) | YES  |     | NULL    |       |
  9. | rolno | int(5)      | YES  |     | NULL    |       |
  10. +-------+-------------+------+-----+---------+-------+
  11. 3 rows in set (0.02 sec)
  12.  
  13. mysql> insert into student1 values(1, 'gaurav',18);
  14. ERROR 1036: Table 'student1' is read only
  15. mysql>
  16.  
this wat i did now can u explain me plz
Dec 24 '06 #3
Are you moving tables between slightly different versions of MySQL? If so, I was having the same problem (and getting the same error message). Try running the "mysql upgrade" command:

http://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html
Apr 16 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Askari | last post by:
Yesterday, ALL code in python work and nothing when I close(finish) a code. Today, when I close, some raise this windows error : Instruction at "0x00FC3D70" use memory address "0x00000000". Can't...
1
by: Fie Fie Niles | last post by:
I have IIS installed on XP Professional workstation machine. I have an ASP page that open connection to an Access database, then when trying to update the database, it gave me the error "cannot...
2
by: hvaisane | last post by:
Valgrind says ==11604== Invalid read of size 4 ==11604== at 0x8048ABB: main (foo.cc:36) ==11604== Address 0x1B92415C is 4 bytes inside a block of size 8 free'd ==11604== at 0x1B90514F:...
3
by: Prince Kumar | last post by:
When running LOAD with "ALLOW READ ACCESS", I get the following error if select is running againt the table (isolation UR). load.sql --------- db2 load from /u02/data/dly_d040817_test.dat of...
0
by: antsays | last post by:
I am trying to serialize a collection to disk using the code provided. This works just fine but when I try do copy and past the xml file to another location or sometimes even just click on the...
15
by: waltbrad | last post by:
Hello. I'm studying the book "C++ Primer Plus" by Stephan Prata. In chapter 6 he gives an exercise that reads from a file. The list is thus: 4 Sam Stone 2000 Freida Flass 100500 Tammy...
3
by: mohammadazim | last post by:
Hi guys I wrote a socket program in c++ and used blocking system call read () for receiving data on socket. But it gives following error while compilation g++ -Wall -g -I`pwd`/../include...
0
by: wildman | last post by:
Trying to read XML files from SSIS and load into SQL Server. I tested this before and it was working before I placed in a forevery contrainer. also, my simple xml file had to be retyped cause I...
3
exedotsree
by: exedotsree | last post by:
Hi Frnds My application is developed in vb.net When I run the application, the error message occurs.. Admin.exe-Application error The instruction at "0x10019e9d" ref mem at "0x79e4ffff"....
1
by: kamcap | last post by:
I have referenced a COM dll (unmanagged code) in a C# console application and this DLL is referenced in C# program using Interop facility in .NET. This dll actually a dataset/table which is written...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.