Bip bip bip… obliczam… obliczam… inicjuję sekwencję 42…

Wygląda na to, że te szalone roboty znów to zrobiły. Zajęły tę stroną i przetłumaczyły ją na Twój język. Metalowe serduszka tych robotów naprawdę chcą jak najlepiej. Chcą pomóc. Przy użyciu przycisków u dołu strony powiedz nam, jak idzie robotom. Przejdź do wersji angielskiej
Edytuj plik SQL do importu
Step 4 of the Move a Managed WordPress site to an unmanaged WordPress account series.
Required: You'll need a text editor to make the necessary changes in this SQL file. There are many third-party text editors available, we recommend Notepad++. Do not edit the file in a word processing application like Microsoft Word.
Before you can import the SQL file downloaded in Wyeksportuj bazę danych witryny, edit it to remove lines that will interfere with the import process.
- Locate the SQL file that you exported.
- Open the file with the text editor of your choice.
- Locate the following lines and delete them:
-- -- Database: `example-database-name` -- CREATE DATABASE `example-database-name` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `example-database-name`;
- Zapisz zmiany.
The file is ready to be imported in the next step.
Więcej informacji
- Więcej informacji znajdziesz w oficjalnej dokumentacji WordPressa .