Код ошибки 200 sql

Database errors are quite annoying especially in the middle of a database update.

One such problem is phpMyAdmin error code 200 when modifying the databases.

At Bobcares, we help server owners resolve these database errors as part of our Server Management Services.

Today, let’s discuss the main reasons for this error and how we fix them.

phpMyAdmin error code 200 – Where do you see this?

Customers usually get this error when they try to manage databases from the phpMyAdmin(PMA) panel. They see this error while creating a new table, modifying a large table, etc.

And, the complete error message looks like this.

Error in processing request
Error code: 200
Error text: OK

phpMyAdmin error code 200 – Reasons & Solutions

Usually, this error may disappear once the customer restart the MySQL service or the whole server. But, this is not permanent. The same error can occur again at any point of time.

So, let’s see how our Dedicated Engineers fix this issue permanently.

1)  Memory limit

One of the main reasons for this error is the memory limit set on the server. Some PHP apps such as phpMyAdmin require lot of memory to run. So, the default memory allocated on the server isn’t enough.

We’ve seen instances where customers see this error when they try to upload large tables via phpMyAdmin interface. For example, the plesk server shows below error in the server log.

14-Feb-2019 08:25:19] PHP Fatal error: Allowed memory size of 279212646 bytes exhausted (tried to allocate 401128 bytes) in /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/xxxxx on line xxxx
How we fix?

In such cases, our Support Engineers increase the memory_limit on the server so that the phpMyAdmin can function.

For example, we add the following code in php.ini file to increase the memory_limit to 512 MB.

memory_limit = 512M

In addition to that, we ensure that max_input_vars parameter is also set to an optimum value. Similarly, on Plesk servers, we modify the memory_limit value in Plesk PHP configuration file /usr/local/psa/admin/conf/php.ini and restart the plesk service.

In some cases, we can specifically increase the PHP settings exclusively for phpMyAdmin. For example, on WAMP’s phpMyAdmin, we allocate more memory to phpMyAdmin from wampaliasphpmyadmin.conf.

php_admin_value memory_limit 512M

Be careful while setting the PHP memory limit on the server. Higher memory limits on the server gives a favorable environment for the attackers. We’ve seen customers setting memory_limit to -1 in php.ini. This sets memory limit to infinity which is a high security risk. So, our Server Experts always ensure that the PHP parameters on the server are set to optimum values.

2) Issues with language files

This problem can happen at times. We’ve seen instances where customer report this error when they try to view the table structure from phpMyAdmin panel.

Error in Processing Request Error code: 200 Error text: OK

This is actually a bug in the language files of phpMyAdmin. We’ve seen instances where customers see this error when they use other languages like Italian, French other than English.

How we fix?

In such cases, our Support Engineers change the language of the phpMyAdmin interface. We usually change the phpMyAdmin language my modifying the below parameter in config.inc.php file.

$cfg['Lang'] = '';

Alternatively, we can change the language from phpMyAdmin interface using the below steps.

  • Click on the Server name.
  • Go to Appearance settings.
  • Change the language from drop down box.

phpmyadmin error code 200

How change language in phpMyAdmin?

Last but not the least, multiple sessions of phpMyAdmin running under the same user can also create this error. In such cases, our Support Experts request the customers to kill all the sessions of phpMyAdmin panel with the user and access it once again.

[Need a database expert to fix the error with your phpMyAdmin panel? We can help you here.]

Conclusion

In short, phpMyAdmin error code 200 usually occurs when customers try to modify the database from phpMyAdmin panel. This can be due to memory limits on the server, multiple sessions of the same user, etc. Today, we’ve discussed the main reasons for this error and how our Dedicated Engineers fix them.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = «owonCMyG5nEQ0aD71QM»;

Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.

Активные темы Темы без ответов

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

1 2014-04-12 19:29:10 (изменено: Einshtein, 2014-04-12 20:06:24)

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Тема: Ошибка при обработке запроса, код 200

Добрый день, уважаемые форумчане!
Подскажите, пожалуйста, новичку: стоит у меня  phpmyadmin, отлично работал, пока в один прекрасный день, не стал выдавать такую ошибку:
Ошибка при обработке запроса
Код ошибки: 200
Текст ошибки: OK.
Никаких действий, кроме непосредственно запросов к 127.0.0.1 сделать не дает. При попытке открыть любую ссылку из меню или таблицу — то же самое.
Сама база данных работает, так как сайт, который ее использует, функционирует нормально, но очень не удобно без pma!(
Сервер: apache, установлен через XAMPP v3.2.1
Как с этим бороться?

2 Ответ от Hanut 2014-04-13 23:18:16

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,726

Re: Ошибка при обработке запроса, код 200

Код 200 означает, что запрос обработан успешно. Необходимо посмотреть журналы ошибок, чтобы проверить нет ли в них каких-нибудь записей.

3 Ответ от Einshtein 2014-04-14 18:57:28

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Код 200 означает, что запрос обработан успешно. Необходимо посмотреть журналы ошибок, чтобы проверить нет ли в них каких-нибудь записей.

В журнале ошибок нет никаких записей о сбоях в работе pma.
Я обнаружил, что если, например, открыть ссылку на какую-либо таблицу в новой вкладке — то все ок.
Или если в новой вкладке открыть какое либо действие с таблицей — оно выполнится.
Т.е. просто неудобный глюк.

4 Ответ от Hanut 2014-04-15 08:42:08

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,726

Re: Ошибка при обработке запроса, код 200

Проверьте работу сессий. Каталог C:/php/tmp должен существовать.

session.save_path = "C:/php/tmp"

5 Ответ от Einshtein 2014-04-15 21:25:54

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Проверьте работу сессий. Каталог C:/php/tmp должен существовать.

session.save_path = "C:/php/tmp"

Сессии работают нормально, каталог ( у меня другой путь) существует.
session.save_path=»D:/Programming/domains/shop/tmp»

6 Ответ от Hanut 2014-04-16 08:39:06

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,726

Re: Ошибка при обработке запроса, код 200

Без ошибок не смогу ничем помочь. С подобным поведением скрипта не сталкивался.

7 Ответ от Einshtein 2014-04-19 14:00:40

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Без ошибок не смогу ничем помочь. С подобным поведением скрипта не сталкивался.

В любом случае спасибо за уделенное время!

8 Ответ от jonny0632 2019-07-26 22:24:41

  • jonny0632
  • Новичок
  • Неактивен
  • Зарегистрирован: 2019-07-26
  • Сообщений: 1

Re: Ошибка при обработке запроса, код 200

У меня такое бывает когда вместо https использую http. Не знаю в чем дело логи пустые

Сообщения 8

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

Перейти к контенту

Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.

Активные темы Темы без ответов

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

1 2014-04-12 19:29:10 (изменено: Einshtein, 2014-04-12 20:06:24)

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Тема: Ошибка при обработке запроса, код 200

Добрый день, уважаемые форумчане!
Подскажите, пожалуйста, новичку: стоит у меня  phpmyadmin, отлично работал, пока в один прекрасный день, не стал выдавать такую ошибку:
Ошибка при обработке запроса
Код ошибки: 200
Текст ошибки: OK.
Никаких действий, кроме непосредственно запросов к 127.0.0.1 сделать не дает. При попытке открыть любую ссылку из меню или таблицу — то же самое.
Сама база данных работает, так как сайт, который ее использует, функционирует нормально, но очень не удобно без pma!(
Сервер: apache, установлен через XAMPP v3.2.1
Как с этим бороться?

2 Ответ от Hanut 2014-04-13 23:18:16

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,722

Re: Ошибка при обработке запроса, код 200

Код 200 означает, что запрос обработан успешно. Необходимо посмотреть журналы ошибок, чтобы проверить нет ли в них каких-нибудь записей.

3 Ответ от Einshtein 2014-04-14 18:57:28

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Код 200 означает, что запрос обработан успешно. Необходимо посмотреть журналы ошибок, чтобы проверить нет ли в них каких-нибудь записей.

В журнале ошибок нет никаких записей о сбоях в работе pma.
Я обнаружил, что если, например, открыть ссылку на какую-либо таблицу в новой вкладке — то все ок.
Или если в новой вкладке открыть какое либо действие с таблицей — оно выполнится.
Т.е. просто неудобный глюк.

4 Ответ от Hanut 2014-04-15 08:42:08

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,722

Re: Ошибка при обработке запроса, код 200

Проверьте работу сессий. Каталог C:/php/tmp должен существовать.

session.save_path = "C:/php/tmp"

5 Ответ от Einshtein 2014-04-15 21:25:54

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Проверьте работу сессий. Каталог C:/php/tmp должен существовать.

session.save_path = "C:/php/tmp"

Сессии работают нормально, каталог ( у меня другой путь) существует.
session.save_path=»D:/Programming/domains/shop/tmp»

6 Ответ от Hanut 2014-04-16 08:39:06

  • Hanut
  • Hanut
  • Модератор
  • Неактивен
  • Откуда: Рига, Латвия
  • Зарегистрирован: 2006-07-02
  • Сообщений: 9,722

Re: Ошибка при обработке запроса, код 200

Без ошибок не смогу ничем помочь. С подобным поведением скрипта не сталкивался.

7 Ответ от Einshtein 2014-04-19 14:00:40

  • Einshtein
  • Редкий гость
  • Неактивен
  • Зарегистрирован: 2014-04-12
  • Сообщений: 4

Re: Ошибка при обработке запроса, код 200

Hanut сказал:

Без ошибок не смогу ничем помочь. С подобным поведением скрипта не сталкивался.

В любом случае спасибо за уделенное время!

8 Ответ от jonny0632 2019-07-26 22:24:41

  • jonny0632
  • Новичок
  • Неактивен
  • Зарегистрирован: 2019-07-26
  • Сообщений: 1

Re: Ошибка при обработке запроса, код 200

У меня такое бывает когда вместо https использую http. Не знаю в чем дело логи пустые

Сообщения 8

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

I added the following code to add a new server to phpMyAdmin:

$i++;
$cfg['Servers'][$i]['verbose'] = 'cat';
$cfg['Servers'][$i]['host'] = '129.111.21.444';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
//$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

now, when I go to phpMyAdmin page, I see a drop down that I can use to connect to my desired server. After clicking the server name, I see a page where I should enter my user name and password. Once I do it, I can see the db on the left hand but I also see the following error:

Error in processing request
Error code: 200
Error text: OK (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.

When I try to click on the db, it gets me back to the log in page.

A screenshot of the error is also attached:enter image description here
I have updated phpMyAdmin as well, but, it did not help. Any other solution please?

I use phpMyAdmin 4.5.5.1, the details displayed in the phpMyAdmin is given below for reference

Server: localhost via TCP/IP
Server type: MariaDB
Server version: 10.0.17-MariaDB - mariadb.org binary distribution
Protocol version: 10
User: ashok@localhost
Server charset: UTF-8 Unicode (utf8)    

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.14
Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 3c689b6abc90d36af9ac34fdc8b7b1b787fe5755 $
PHP extension: mysqli Documentation
PHP version: 5.6.14

I have 5 tables in a database. Among them, when I click «Browse» button in one table, it is taking forever and often not loading at all. Sometimes it shows a warning message as given below

Error in processing request
Error code: 200
Error text: OK

I searched in google for the error code 200, most of them suggests to update phpMyAdmin or change the text in config.inc.php file. But, in my case… all the database and table are displaying correctly except that table. Also, in PHP script it works fine.

My only guess is — that table consists some Tamil/english letters in the records. May be the reason??

But, in older version phpMyAdmin it works fine. It don’t know the exact version of the phpMyAdmin lastly it works fine. Because, I regularly update phpMyAdmin. Also, I rarely view tables using phpMyAdmin.

Kindly give suggestions..

I use phpMyAdmin 4.5.5.1, the details displayed in the phpMyAdmin is given below for reference

Server: localhost via TCP/IP
Server type: MariaDB
Server version: 10.0.17-MariaDB - mariadb.org binary distribution
Protocol version: 10
User: ashok@localhost
Server charset: UTF-8 Unicode (utf8)    

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.14
Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 3c689b6abc90d36af9ac34fdc8b7b1b787fe5755 $
PHP extension: mysqli Documentation
PHP version: 5.6.14

I have 5 tables in a database. Among them, when I click «Browse» button in one table, it is taking forever and often not loading at all. Sometimes it shows a warning message as given below

Error in processing request
Error code: 200
Error text: OK

I searched in google for the error code 200, most of them suggests to update phpMyAdmin or change the text in config.inc.php file. But, in my case… all the database and table are displaying correctly except that table. Also, in PHP script it works fine.

My only guess is — that table consists some Tamil/english letters in the records. May be the reason??

But, in older version phpMyAdmin it works fine. It don’t know the exact version of the phpMyAdmin lastly it works fine. Because, I regularly update phpMyAdmin. Also, I rarely view tables using phpMyAdmin.

Kindly give suggestions..

I added the following code to add a new server to phpMyAdmin:

$i++;
$cfg['Servers'][$i]['verbose'] = 'cat';
$cfg['Servers'][$i]['host'] = '129.111.21.444';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
//$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

now, when I go to phpMyAdmin page, I see a drop down that I can use to connect to my desired server. After clicking the server name, I see a page where I should enter my user name and password. Once I do it, I can see the db on the left hand but I also see the following error:

Error in processing request
Error code: 200
Error text: OK (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.

When I try to click on the db, it gets me back to the log in page.

A screenshot of the error is also attached:enter image description here
I have updated phpMyAdmin as well, but, it did not help. Any other solution please?

we have been using phpmyadmin for about 10 years, but since 3-4 days ago, when I click on a table and then on the Structure menu, PMA gives me this error in a red popup:

Error in Processing Request Error code: 200 Error text: OK

MySQL version is 4.5.1 PHP version is: 5.5.30 Microsoft-IIS/7.5
Database client version: libmysql — mysqlnd 5.0.11-dev — 20120503 PHP
extension: mysqli Server charset: UTF-8 Unicode (utf8) Server version:
5.1.73-community — MySQL Community Server (GPL) Server: xxx.xxx.xxx.xx via TCP/IP

I have searched the other questions, but I didn’t find a solution.

davejal's user avatar

davejal

6,00910 gold badges39 silver badges82 bronze badges

asked Nov 27, 2015 at 14:21

Cosmin Costea's user avatar

5

Thank you all for the answers.
It was the language file that was the cause of the error. The error doesn’t show anymore if i use other language than italian.
Thanks a lot.

answered Dec 7, 2015 at 7:18

Cosmin Costea's user avatar

2

Возможно, вам также будет интересно:

  • Код ошибки 200 1040
  • Код ошибки 20 фатальная ошибка fito
  • Код ошибки 20 профиль лицензии diagbox не соответствует требованию
  • Код ошибки 20 fn resource limit
  • Код ошибки 20 02 на телефоне samsung

  • Понравилась статья? Поделить с друзьями:
    0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии