Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [MySQL]o co chodzi temu durnemu mysql? exportował po swojemu a teraz nie chce importować.
szczrzcz
post
Post #1





Grupa: Zarejestrowani
Postów: 153
Pomógł: 0
Dołączył: 20.04.2017
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


wykonanie eksportowanego zapytania daje błąd o treści :
Cytat
Ending quote ' was expected. (near "" at position 2210)


rozumiem, że chodzi o fragmenty jak poniższy:
Cytat
Scott Fitzgerald\'s extraordinary fantasy


Na co mam to zamienić?


(fragment)
  1. INSERT INTO `book` (`isbn`, `idcategory`, `title`, `author`,`description`, `price`, `picture`, `print`, `publishYear`, `created`, `updated`, `quantity`) VALUES
  2. ('978-0010465284', 8, 'Accountant', 'Jorge Luis Borges', 'Scott Fitzgerald\'s extraordinary fantasy was written in the winter of 1921-1922 John T Unger a middle class American boy from a small town on the Mississippi River goes for his summer holiday to stay for the first time with an enigmatic school friend Percy Washington On the journey out Percy confides with an abrupt remark: My father is by far the richest man in the world The Schnlitzer Murphys had diamonds as big as walnuts - That\'s nothing Percy had leaned forward and dropped his voice to a low whisper That\'s nothing at all My father has a diamond bigger than the Ritz-Carlton Hotel', '98.79', 'book_nr_100.jpg', 'Chocolate', 2005, '1901-01-01 00:00:00', '2017-01-08 16:57:15', 21),
  3. ('978-0012158981', 25, 'Actuary', 'Pearl Buck', 'Ruth Rendell\'s mysteries have become famous throughout the world In Thornapple James Fyfield a young boy with an enquiring scientific mind takes up a very unusual hobby - making deadly poisons in his mother\'s kitchen when she is out Soon he has a large collection of jars tucked away on a the top shelf in his bedroom - hemlock henblane and deadly nightshade But the one of which he is proudest by far is a murky brown concoction painstakingly prepared from the spiky fruit of the thornapple', '39.00', 'book_nr_101.jpg', 'Brown', 1984, '1901-01-01 00:00:00', '2017-01-08 15:32:55', 20);


Muszę trzysta zapytań wykonywać w grupkach po kilka bo jak wszystko naraz to wywala błąd.


Ten post edytował szczrzcz 31.05.2017, 18:24:38
Go to the top of the page
+Quote Post
nospor
post
Post #2





Grupa: Moderatorzy
Postów: 36 557
Pomógł: 6315
Dołączył: 27.12.2004




A czym ty to importujesz?


--------------------

"Myśl, myśl, myśl..." - Kubuś Puchatek || "Manual, manual, manual..." - Kubuś Programista
"Szukaj, szukaj, szukaj..." - Kubuś Odkrywca || "Debuguj, debuguj, debuguj..." - Kubuś Developer

Go to the top of the page
+Quote Post
szczrzcz
post
Post #3





Grupa: Zarejestrowani
Postów: 153
Pomógł: 0
Dołączył: 20.04.2017
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


phpmyadmin. eksportowałem do .sql a potem nie chciał tego pliku importować. Tylko w kawałkach.

Już się naklikałem w godzinę. Chcę o tym zapomnieć mad.gif
Go to the top of the page
+Quote Post
nospor
post
Post #4





Grupa: Moderatorzy
Postów: 36 557
Pomógł: 6315
Dołączył: 27.12.2004




A jak pociales to na kawalki?


--------------------

"Myśl, myśl, myśl..." - Kubuś Puchatek || "Manual, manual, manual..." - Kubuś Programista
"Szukaj, szukaj, szukaj..." - Kubuś Odkrywca || "Debuguj, debuguj, debuguj..." - Kubuś Developer

Go to the top of the page
+Quote Post
szczrzcz
post
Post #5





Grupa: Zarejestrowani
Postów: 153
Pomógł: 0
Dołączył: 20.04.2017
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


o tak:

jeden kawałek:
  1. INSERT INTO `book` (`isbn`, `idcategory`, `title`, `author`,`description`, `price`, `picture`, `print`, `publishYear`, `created`, `updated`, `quantity`) VALUES
  2. ('978-0010465284', 8, 'Accountant', 'Jorge Luis Borges', 'Scott Fitzgerald\'s extraordinary fantasy was written in the winter of 1921-1922 John T Unger a middle class American boy from a small town on the Mississippi River goes for his summer holiday to stay for the first time with an enigmatic school friend Percy Washington On the journey out Percy confides with an abrupt remark: My father is by far the richest man in the world The Schnlitzer Murphys had diamonds as big as walnuts - That\'s nothing Percy had leaned forward and dropped his voice to a low whisper That\'s nothing at all My father has a diamond bigger than the Ritz-Carlton Hotel', '98.79', 'book_nr_100.jpg', 'Chocolate', 2005, '1901-01-01 00:00:00', '2017-01-08 16:57:15', 21);

drugi kawałek:
  1. INSERT INTO `book` (`isbn`, `idcategory`, `title`, `author`,`description`, `price`, `picture`, `print`, `publishYear`, `created`, `updated`, `quantity`) VALUES
  2. ('978-0012158981', 25, 'Actuary', 'Pearl Buck', 'Ruth Rendell\'s mysteries have become famous throughout the world In Thornapple James Fyfield a young boy with an enquiring scientific mind takes up a very unusual hobby - making deadly poisons in his mother\'s kitchen when she is out Soon he has a large collection of jars tucked away on a the top shelf in his bedroom - hemlock henblane and deadly nightshade But the one of which he is proudest by far is a murky brown concoction painstakingly prepared from the spiky fruit of the thornapple', '39.00', 'book_nr_101.jpg', 'Brown', 1984, '1901-01-01 00:00:00', '2017-01-08 15:32:55', 20);


podczas gdy oba razem:
  1. INSERT INTO `book` (`isbn`, `idcategory`, `title`, `author`,`description`, `price`, `picture`, `print`, `publishYear`, `created`, `updated`, `quantity`) VALUES
  2. ('978-0010465284', 8, 'Accountant', 'Jorge Luis Borges', 'Scott Fitzgerald\'s extraordinary fantasy was written in the winter of 1921-1922 John T Unger a middle class American boy from a small town on the Mississippi River goes for his summer holiday to stay for the first time with an enigmatic school friend Percy Washington On the journey out Percy confides with an abrupt remark: My father is by far the richest man in the world The Schnlitzer Murphys had diamonds as big as walnuts - That\'s nothing Percy had leaned forward and dropped his voice to a low whisper That\'s nothing at all My father has a diamond bigger than the Ritz-Carlton Hotel', '98.79', 'book_nr_100.jpg', 'Chocolate', 2005, '1901-01-01 00:00:00', '2017-01-08 16:57:15', 21),
  3. ('978-0012158981', 25, 'Actuary', 'Pearl Buck', 'Ruth Rendell\'s mysteries have become famous throughout the world In Thornapple James Fyfield a young boy with an enquiring scientific mind takes up a very unusual hobby - making deadly poisons in his mother\'s kitchen when she is out Soon he has a large collection of jars tucked away on a the top shelf in his bedroom - hemlock henblane and deadly nightshade But the one of which he is proudest by far is a murky brown concoction painstakingly prepared from the spiky fruit of the thornapple', '39.00', 'book_nr_101.jpg', 'Brown', 1984, '1901-01-01 00:00:00', '2017-01-08 15:32:55', 20);

razem wywalały błąd.

No cóż, jako programista może powinienem był zrobić pętlę wink.gif . Ale w rzeczywistości kawałki zawierały zwykle nie jeden a kilka-kilkanaście wierszy. Dobra, nie ma o czym gadać, już po herbacie.

Ten post edytował szczrzcz 31.05.2017, 23:46:28
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 19.08.2025 - 10:53