Hi All,
I was trying to import Sakilla database and ran into some problem and would be grateful if someone could help me out please.
I ran the following command successfully :
but When I ran this command :
I got an error after typing my password :
ERROR 1436 (HY000) at line 81: Thread stack overrun: 5752 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.
I tried running it a second time and I got the following output :
ERROR 1062 (23000) at line 26: Duplicate entry '1' for key 'PRIMARY'
Once again I would be grateful if you could help me out please.
Many Thanks,
I was trying to import Sakilla database and ran into some problem and would be grateful if someone could help me out please.
I ran the following command successfully :
Code:
/usr/local/zend/mysql/bin/mysql -u root -p < sakila-schema.sql
but When I ran this command :
Code:
/usr/local/zend/mysql/bin/mysql -u root -p < sakila-data.sql
I got an error after typing my password :
ERROR 1436 (HY000) at line 81: Thread stack overrun: 5752 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.
I tried running it a second time and I got the following output :
ERROR 1062 (23000) at line 26: Duplicate entry '1' for key 'PRIMARY'
Once again I would be grateful if you could help me out please.
Many Thanks,