Ошибка 1061 mysql

Here are some simple steps that can help you fix your mysql error 1061 problem. Error 1061 (MYSQL Workbench) Multiplication of keys while creating an index     I don’t understand why I keep getting your 1061 error for duplicate keys in search engines when I have no duplicates. I’ve looked at other Stackoverflow ... Read more

PC running slow?

  • 1. Download ASR Pro from the website
  • 2. Install it on your computer
  • 3. Run the scan to find any malware or virus that might be lurking in your system
  • Improve the speed of your computer today by downloading this software — it will fix your PC problems.

    Here are some simple steps that can help you fix your mysql error 1061 problem. Error 1061 (MYSQL Workbench) Multiplication of keys while creating an index

    I don’t understand why I keep getting your 1061 error for duplicate keys in search engines when I have no duplicates. I’ve looked at other Stackoverflow articles on quite a few questions, most of them and got this problem when they had the same name for several different foreign keys. However, this does not apply to my whole case.

    In short, I created a spreadsheet and task related accounts.Each book.id has several tasks associated with that particular post.This is a many-to-many relationship, meaning that there are several books associated with a specific task. And having a specific task, the ability to associate with many books.

    So, between these many relationships, I have a table of x task books that can mediate. This table has its own primary key and two unusual keys. One is the workbook ID of the workbook tables and the username of the task table task. Hence, these are all foreign keys. In this way, I can link multiple tasks to multiple logs, such asEach is identified by its own pending ID in the booksxtasks table.

    Run SQL script on server ERROR: 1061: error in duplicate key name ‘FK Tasks_TaskID_idx’ SQL code: CREATE INDEX `FK Tasks_TaskID_idx` ON` mydb`.`BooksxTasks` (` Tasks_TaskID` ASC)

    PC running slow?

    ASR Pro is the ultimate solution for your PC repair needs! Not only does it swiftly and safely diagnose and repair various Windows issues, but it also increases system performance, optimizes memory, improves security and fine tunes your PC for maximum reliability. So why wait? Get started today!

      CREATE TABLE IF `mydb` does not exist. `BooksxTasks` (  `BooksxTasksID` INT UNSIGNED NOT NULL AUTO_INCREMENT,  `Books_BookID` INT UNSIGNED NOT NULL,  Tasks_TaskID TINYINT (2) NOT SIGNED NOT NULL,  PRIMARY KEY (`booksxtasksid`), RESTRICTION `FK Tasks_TaskID`    FOREIGN KEY (`Tasks_TaskID`)    REFERENCES `mydb`.`Tasks` (` TaskID`)    WITHOUT DELETE ACTION    WITHOUT UPDATE ACTION,  RESTRICTION `FK Books_BooksID`    FOREIGN KEY (`Books_BookID`)    REFERENCES `mydb`.`Books` (` BookID`)    WITHOUT DELETE ACTION    WITHOUT UPDATE ACTION)ENGINE = InnoDB;CREATE INDEX `FK Tasks_TaskID_idx` ON` mydb`.`BooksxTasks` (` Tasks_TaskID` ASC);CREATE INDEX `FK Books_BooksID_idx` mydb` in` BooksxTasks` (`Books_BookID` ASC); 

    I also saw that all names were given subject to all constraints in the dataset. There were no duplicate names. So where did this double key error come from?

    I got this error while creating foreign keys for a 2-column “association” table.

    Step ( ) After creating both parents with PK, I created a child table.
    Step (b) Then I tried to change it with two definitions of fk.

    error 1061 mysql

    Regardless of the order in which I shot in step (b), I still get multiple consecutive errors in the second step.
    Definition:
    ERROR 1061 (42000): Duplicate key name cm_article_contents

    Create cm_articles tables
    (
    non-zero bigint article_id,
    article_type_id bigint is not zero,
    varchar (512) null header,
    web_title varchar (128) null,
    zero bridge varchar (256),
    null varchar (256) notes,
    Description varchar (512) null,
    owner_id bigint null,
    The start_dt timestamp is behind zero current_timestamp,
    timestamp null end_dt,
    Primary key (article_id)
    );

    Create table cm_contents
    (
    content_id bigint as opposed to null,
    content_type_id bigint null,
    Blob with zero content,
    content_desc varchar (256) null,
    non-zero bigint display_seq,
    versioned symbol (1) non-zero expiration,
    Primary key (content_id)
    );

    Add FK 1 constraint:
    ================
    Change chair cm_article_contents
    Add constraint cm_art_cont_1
    The foreign key cm_article_contents (article_id) refers to cm_articles (article_id);

    Add FK 2 constraint:
    ================
    Modify the cm_article_contents table
    Add constraint cm_art_cont_2
    The foreign key cm_article_contents (content_id) refers to cm_contents (content_id);

    This Account Has Been Locked

    MySQL: “Duplicate key name” error occurs when creating craps table with two foreign keys

    error 1061 mysql

    Although MySQL is reporting an error on my website when creating a new table, which I cannot explain.

      CREATE TABLE products (    id INT NOT NULL,    PRIMARY KEY (id));CREATE TABLE Transfer Warehouse (    Season DATE TIME NOT ANNOTATION,    product1 INT NOT NULL,    product2 INT NOT NULL,    FOREIGN WAREHOUSE KEY TRAFFIC (product1) LINKS Products (id),    FOREIGN WAREHOUSE KEY MOVEMENT (product2) REFERENCES Products (id)); 

    Error ERROR 1061 (42000): Duplicate key name "WarehouseMovements" . If I remove all foreign key constraints I succeed, but I want to make sure product1 and product2 are indeed pointing somewhere.

      CREATE TABLE products (    id INT NOT NULL,    PRIMARY KEY (id));CREATE TABLE Transfer Warehouse (    precious time NON-ZERO DATETIME,    product1 INT NOT NULL,    product2 INT NOT NULL,    INOCOUNTRY KEY IX_WarehouseMovements_product1 (product1) LINKS to products (id),    FOREIGN KEY IX_WarehouseMovements_product2 (product2) LINKS Products (id)); 

    This is the index or FK name, not the table name. To create foreign keys for a table, see the documentation:

      [LIMITATION [character]] FOREIGN KEY[index_name] (index_col_name, ...)REFERENCES tbl_name (index_col_name, ...) 

    index_name specifies the identifier for the foreign key. If specified, this fact will be ignored ifthe index for the unknown key is explicitly defined. Otherwise, ifMySQL allows index for foreign key, application uses index for index_nameIndex name.

      CREATE TABLE products (    id INT NOT NULL,    PRIMARY KEY (id));CREATE TABLE Transfer Warehouse (    evening TIME TIME IS NOT UP-TO-DATE,    product1 INT NOT NULL,    product2 INT NOT NULL,    RESTRICTION fk_product_1 FOREIGN KEY (product1) LINKS to products (id),    RESTRICTION fk_product_2 FOREIGN KEY (product2) LINKS to products (id)); 
      ALTER TABLE `cca_orders`ADD LIMITATION `item_id`FOREIGN KEY (`item_id`)` joshi_textile_db`Links. `cca_items_master` (` id`)DELETEON limit RESTRICTION UPDATED  I; 

    Improve the speed of your computer today by downloading this software — it will fix your PC problems.

    So Beheben Sie Den MySQL-Fehler 1061
    Comment Restaurer L’erreur Mysql 1061
    Mysql 오류 1061을 수정하는 방법
    Come Correggere L’errore Mysql 1061
    Hoe Tijd Voor Het Oplossen Van Mysql Error 1061
    Como Corrigir O Erro 1061 Do Banco De Dados Mysql
    Hur Det Löser Mysql -fel 1061
    Как это поможет исправить ошибку Mysql 1061
    Cómo: Corregir El Error De Mysql 1061
    Jak Naprawić Błąd Usługi Mysql 1061

    I cannot understand why I keep getting an 1061 error for key duplicates on indexes when I dont have any duplicates. I’ve looked at other stackoverflow posts regarding similar questions, and most had this issue when they had the same name for multiple foreign keys. However, that doesn’t apply in my case.

    In a general nutshell what I’ve done is create a table linking books to tasks.
    Each book id will have a few tasks associated with that particular book.
    It is a many many relationship i.e. many books will be associated with a specific task. And a specific task will be associated with many books.

    enter image description here

    So in between this many to many relationship I have a Books x Tasks table which acts as the intermediary. This table has its own primary key and two foreign keys. One is the book ID from the books table and the tasks id from the tasks table. Therefore they are both foreign keys. In that way I can link multiple tasks with multiple books each defined by it’s own unique id within the booksxtasks table.

    When I forward engineer this, there is an error.

    Executing SQL script in server
    ERROR: Error 1061: Duplicate key name ‘FK Tasks_TaskID_idx’
    SQL Code: CREATE INDEX `FK Tasks_TaskID_idx` ON `mydb`.`BooksxTasks` (`Tasks_TaskID` ASC)

      CREATE TABLE IF NOT EXISTS `mydb`.`BooksxTasks` (
      `BooksxTasksID` INT UNSIGNED NOT NULL AUTO_INCREMENT,
      `Books_BookID` INT UNSIGNED NOT NULL,
      `Tasks_TaskID` TINYINT(2) UNSIGNED NOT NULL,
      PRIMARY KEY (`BooksxTasksID`),
      CONSTRAINT `FK Tasks_TaskID`
        FOREIGN KEY (`Tasks_TaskID`)
        REFERENCES `mydb`.`Tasks` (`TaskID`)
        ON DELETE NO ACTION
        ON UPDATE NO ACTION,
      CONSTRAINT `FK Books_BooksID`
        FOREIGN KEY (`Books_BookID`)
        REFERENCES `mydb`.`Books` (`BookID`)
        ON DELETE NO ACTION
        ON UPDATE NO ACTION)
    ENGINE = InnoDB;
    
    CREATE INDEX `FK Tasks_TaskID_idx` ON `mydb`.`BooksxTasks` (`Tasks_TaskID` ASC);
    
    CREATE INDEX `FK Books_BooksID_idx` ON `mydb`.`BooksxTasks` (`Books_BookID` ASC);
    

    I also checked to see all the names given to all the constraints in the entire database. There was no duplicate names. So where is this duplicate key error coming from?

    @g7morris

    Currently attempting to install Scalar per the instructions in the INSTALL.txt file.

    • Using PHP 7.2 & MySQL 5.7
    • Using the system/application/config/scalar_store.sql file as directed.
    • Using latest release of Scalar
    root@5cf8a1674e70:/# mysql -u scalar_user -p scalar_store < scalar_store.sql
    Enter password: 
    ERROR 1061 (42000) at line 26: Duplicate key name 'book_id'
    

    This only creates one table called scalar_db_books and the remaining tables within the sql file are not created.

    Additionally as a result, the enduser cannot connect to the site due to the lack of missing tables and is greeted with this error:

    Fatal error: Uncaught Error: Call to a member function num_rows() on boolean in /var/www/html/system/libraries/Session.php:233 Stack trace: #0 /var/www/html/system/libraries/Session.php(107): CI_Session->sess_read() #1 /var/www/html/system/core/Loader.php(1100): CI_Session->__construct() #2 /var/www/html/system/core/Loader.php(976): CI_Loader->_ci_init_class('session', '', NULL, NULL) #3 /var/www/html/system/core/Loader.php(217): CI_Loader->_ci_load_class('Session', NULL, NULL) #4 /var/www/html/system/application/core/MY_Controller.php(42): CI_Loader->library('session') #5 /var/www/html/system/application/controllers/system.php(33): MY_Controller->__construct() #6 /var/www/html/system/core/CodeIgniter.php(309): System->__construct() #7 /var/www/html/codeigniter.php(203): require_once('/var/www/html/s...') #8 {main} thrown in /var/www/html/system/libraries/Session.php on line 233
    

    Any troubleshooting insight would be greatly appreciated. Thanks!

    @g7morris

    I’ve also been able to replicate this issue using PHP 7.2 & MySQL 5.5.6.

    @craigdietrich

    Hi @g7morris

    Sorry you’re experiencing these errors!

    Is there a chance your database is forcing InnoDB (which respects foreign key restrains)? scalar_store should be using MyISAM (which does). I’ve never accounted that kind of error on my end, unfortunately. Do things behave different if you create the DB via phpMyAdmin as opposed to on the command line?

    The last commit to scalar_store.sql was a pull request by @arthurian … Arthur, curious if you have any thoughts?

    @g7morris

    Thanks for the reply @craigdietrich and the tip on MyISAM. As an aside, since MySQL version 5.5 release in 2010, InnoDB has been the default engine. I’ll test changing the default engine to MyISAM and see what happens. For the future, would it be an idea to document this somewhere (e.g. INSTALL.txt and this repo’s README.md) along with general system requirements & dependencies for end-users especially first time users like myself? One other tip, mycrypt is no longer in PHP 7.2. Endusers will have to compile it to use it. Articles like this https://www.techrepublic.com/article/how-to-install-mcrypt-for-php-7-2/ & and / or https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ can be helpful for Scalar users attempting to install as well. Thanks

    @craigdietrich

    Actually, as of Scalar v2.5.5, the mcrypt library is no longer needed. Do we say somewhere that it is?

    Well, scalar_store.sql includes ENGINE=MyISAM in each statement, so I’ve always assumed that does the trick. Maybe that’s changed — maybe there’s some sort of override at the DB level now that takes precedence?

    Let us know if any of the above works for you

    @g7morris

    If you do and I’ve clearly missed it then my apologies; I’d love to see that documentation. I’ve yet to find anywhere what PHP dependencies are actually required. My builds so far have been a cobbled together understanding gleaned from Google, searches of various existing Scalar projects, git repos and Dockerfiles. I can appreciate the focus is on getting the project going and fixing bugs but perhaps a documentation sprint to streamline things would be warranted in the future. Thanks for confirming mcrypt, I’ll take it out! :)

    @craigdietrich

    Sorry, I’m a little confused: all you need to do to install Scalar is download the most current Release:

    https://github.com/anvc/scalar/releases

    … then put it on a LAMP server. From there install the DB and add some values to a few config files (described in INSTALL.txt). There aren’t any dependencies,

    Now, if you don’t have a LAMP server set up or are using an alternative approach, like Docker, I’ll have to defer, we haven’t done those types of installs on our end so unfortunately can’t be of help.

    @g7morris

    I do not disagree that simplicity is what you and your team are aiming for however «LAMP server» in this context and in your argument above is an assumption that isn’t explained. The steps that go into setting one up depending on the OS distro can mean many things to different users.

    • What I meant by dependencies for example would be the choice of PHP modules and libraries one is using to set up said LAMP server. Here is what I’m currently using, please note php7.2-gd which in turn has further software package dependencies.
    sudo apt-get install -y php7.2 apache2 python-mysqldb libxml2-dev libapache2-mod-php7.2 libcurl4-openssl-dev php7.2 php7.2-cli php7.2-json php7.2-common php7.2-readline php-pear php7.2-curl php7.2-mbstring php7.2-xmlrpc php7.2-dev php7.2-ldap php7.2-xml php7.2-mysql php7.2-soap php7.2-xsl php7.2-zip php7.2-bcmath php7.2-intl php-uploadprogress libicu-dev php7.2-gd libxslt1.1 libxslt1-dev libfreetype6-dev libjpeg-turbo8-dev libpng-dev
    • It appears that you also use mysqli , this would be something that folks would have to consider running sudo phpenmod mysqli as a step for another instance.

    • Here is what I’m using for Apache modules e.g. sudo a2enmod rewrite deflate headers expires remoteip xml2enc cache_disk I do plan on using ssl once we get this working. ;)

    So by using those three slight examples above, by no means am I faulting choices of tools nor abilities; you’ve stated clearly some of the challenges in other tickets e.g. #91 . I’m merely trying to point out knowing what to use is key and just trying to say gently and without malice, perhaps spelling out more of the steps in a piece of documentation might foster and encourage even more Scalar usage within a wider community. Getting folks past the install level is usually the first hurdle and obstacle in my experience.

    However on a different note, no luck on changing the MySQL engine. The script still errors.

    I can see that on the MySQL server that MyISAM is default

    mysql> show engines;
    +--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
    | Engine             | Support | Comment                                                        | Transactions | XA   | Savepoints |
    +--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
    | InnoDB             | YES     | Supports transactions, row-level locking, and foreign keys     | YES          | YES  | YES        |
    | MRG_MYISAM         | YES     | Collection of identical MyISAM tables                          | NO           | NO   | NO         |
    | MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables      | NO           | NO   | NO         |
    | BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears) | NO           | NO   | NO         |
    | MyISAM             | DEFAULT | MyISAM storage engine                                          | NO           | NO   | NO         |
    | CSV                | YES     | CSV storage engine                                             | NO           | NO   | NO         |
    | ARCHIVE            | YES     | Archive storage engine                                         | NO           | NO   | NO         |
    | PERFORMANCE_SCHEMA | YES     | Performance Schema                                             | NO           | NO   | NO         |
    | FEDERATED          | NO      | Federated MySQL storage engine                                 | NULL         | NULL | NULL       |
    +--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
    9 rows in set (0.00 sec)

    I can also see that the only table created is also MyISAM

    mysql> SELECT TABLE_NAME, ENGINE FROM   information_schema.TABLES WHERE  TABLE_SCHEMA = 'scalar_store';
    +-----------------+--------+
    | TABLE_NAME      | ENGINE |
    +-----------------+--------+
    | scalar_db_books | MyISAM |
    +-----------------+--------+
    1 row in set (0.00 sec)

    Alas I cannot get the script to go further than creating the one table.

    @craigdietrich

    Sorry to hear our documentation isn’t thorough enough for your needs. We’d be happy to accept a pull request if you sort things out and want to contribute to future users.

    Unfortunately, installing PHP, its modules, and debugging MySQL import errors is beyond what are little team can provide. Maybe someone from outside the Scalar team camp can jump in.

    @g7morris

    @craigdietrich No worries. I’d be glad to offer a pull request on that front for your review and for other users once I can get it working ;).

    I can fully understand your team’s challenges. I appreciate anyone looking into the issue when / if they can.

    @g7morris

    @craigdietrich I think I might have gotten it sorted after all and I’m just leaving this here for any further feedback if warranted or any others having challenges.

    Per your good suggestion above, I started using a MySQL GUI instead of the command line. I pulled apart the script and ran the CREATE TABLES commands one by one, noting errors and the like.

    Most ran but only two were hold outs and posted errors.

    The first holdout appeared to be MySQL 5.7 specific: ERROR 1067 (42000): Invalid default value for 'datetime' which apparently is a result of constraints outlined in detail here https://dev.mysql.com/doc/refman/5.7/en/timestamp-initialization.html

    CREATE TABLE IF NOT EXISTS `scalar_db_rel_replied` ( `parent_version_id` int(10) unsigned NOT NULL DEFAULT '0', `child_version_id` int(10) unsigned NOT NULL DEFAULT '0', `paragraph_num` int(5) unsigned NOT NULL DEFAULT '0', `datetime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, KEY `parent_child` (`parent_version_id`,`child_version_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

    I wasn’t able to get it going from suggestions like https://stackoverflow.com/questions/9192027/invalid-default-value-for-create-date-timestamp-field however I was able to by using:

    SET SQL_MODE='ALLOW_INVALID_DATES'; which may not be ideal but allows me to proceed.


    The second error the originally reported ERROR 1061 (42000): Duplicate key name 'book_id' appears to come when I run this:

    CREATE TABLE IF NOT EXISTS `scalar_db_content` (
      `content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `book_id` int(10) unsigned NOT NULL DEFAULT '0',
      `recent_version_id` int(10) unsigned NOT NULL DEFAULT '0',
      `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      `type` enum('composite','media') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'composite',
      `is_live` tinyint(1) unsigned NOT NULL DEFAULT '1',
      `paywall` tinyint(1) unsigned NOT NULL DEFAULT '0',
      `thumbnail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `background` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `banner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `custom_style` text COLLATE utf8_unicode_ci DEFAULT NULL,
      `custom_scripts` text COLLATE utf8_unicode_ci DEFAULT NULL,
      `color` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      `audio` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `category` enum('commentary','review','term') COLLATE utf8_unicode_ci DEFAULT NULL,
      `user` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      `created` datetime NOT NULL,
      PRIMARY KEY (`content_id`),
      UNIQUE (`book_id`, `slug`),
      KEY `book_id` (`book_id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

    When I remove the last lineKEYbook_id (book_id), the script completes, the tables are created and I am looking at a new Scalar site! I’ve been able to login, create books and content … so far. Neat stuff.

    @craigdietrich Can you think of any negative impact offhand from removing that line?

    What versions of MySQL do folks tend use typically? If 5.7 is too restrictive, how far back should I install to 5.5.x or 5.4?

    Thanks again for all your help and previous suggestions.

    @craigdietrich

    Hey thanks @g7morris for sticking with this!

    Re the first problem (datetime), I went ahead and updated SQL files to use CURRENT_TIMESTAMP as the DEFAULT, which I think will correct the problem:

    9b4e009
    14f635e

    Re the second (UNIQUE), I think we should wait to see what @arthurian says, since he committed that addition and it was needed for the S3 filesystem to work properly.

    @g7morris

    Thanks @craigdietrich for the fixes, I’ll test shortly. I also appreciate you reaching out to @arthurian for any further insight. Thanks in advance @arthurian for any tips, thoughts etc.

    @arthurian

    @craigdietrich @g7morris My apologies for not responding sooner regarding the second error. That’s definitely my fault, as I had introduced that particular UNIQUE constraint in PR #123.

    The intent was to add a database-level guarantee that all of the slugs in a book are unique. The more important UNIQUE constraint is the one on scalar_db_books, which guarantees the uniqueness of a book slug globally. That’s the one that we had to fix to make the S3 filesystem work properly. The additional UNIQUE constraint on scalar_db_content was not strictly necessary, but I think it’s still a good idea, because it formalizes the implicit constraints that already exist in the application.

    In any case, the issue with the CREATE TABLE statement is that there are two indexes being created on scalar_db_content: an index on book_id and a secondary unique index on the book_id and slug. It appears that since the UNIQUE constraint does not have an assigned name, it is defaulting to book_id (the first of the two columns), which also happens to be the name of the KEY constraint (e.g. the index on book_id). You can’t have duplicate index names, hence the error.

    One solution is to name the UNIQUE constraint within the CREATE TABLE statement:

    UNIQUE `book_id_slug_uq` (`book_id`, `slug`)

    So the complete table statement becomes:

    CREATE TABLE IF NOT EXISTS `scalar_db_content` (
      `content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `book_id` int(10) unsigned NOT NULL DEFAULT '0',
      `recent_version_id` int(10) unsigned NOT NULL DEFAULT '0',
      `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      `type` enum('composite','media') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'composite',
      `is_live` tinyint(1) unsigned NOT NULL DEFAULT '1',
      `paywall` tinyint(1) unsigned NOT NULL DEFAULT '0',
      `thumbnail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `background` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `banner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `custom_style` text COLLATE utf8_unicode_ci DEFAULT NULL,
      `custom_scripts` text COLLATE utf8_unicode_ci DEFAULT NULL,
      `color` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      `audio` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      `category` enum('commentary','review','term') COLLATE utf8_unicode_ci DEFAULT NULL,
      `user` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      `created` datetime NOT NULL,
      PRIMARY KEY (`content_id`),
      UNIQUE `book_id_slug_uq` (`book_id`, `slug`),
      KEY `book_id` (`book_id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

    I might also suggest giving the KEY index a name such as book_id_idx to further disambiguate the two index names. But that’s not necessary to resolve the problem at hand.

    @craigdietrich Do you want me to submit a PR with the fix, or do you want to take it?

    @craigdietrich

    Hiya @arthurian

    This seems fine to me. That «book_id_slug_uq» is just the identifier for the UNIQUEness, right? It doesn’t really show up anywhere?

    @arthurian

    @craigdietrich Yeah that’s just the identifier for the unique constraint — it won’t show up anywhere other than when you’re in the database looking at the constraints.

    Hello.

    I’m trying to create three tables: ‘users’, ‘problems’ and the third one ‘assignments’ which has foreign keys to ‘users’ and ‘problems’ tables. When i execute the command php ./artisan migrate i get the following error:

    [IlluminateDatabaseQueryException]                                         
      SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name   
      '1' (SQL: alter table `assignments` add constraint `1` foreign key (`user_i  
      d`) references `users` (`id`) on delete cascade)    
    

    These are the tables i am trying to create:

    Schema::create('users', function (Blueprint $table) 
    {
        $table->increments('id');
        $table->string('name');
        $table->string('surname');
        $table->string('email')->unique();
        $table->string('password');
        $table->rememberToken();
        $table->timestamps();
    });    
    
    Schema::create('problems', function (Blueprint $table) 
    {
        $table->increments('id');
        $table->string('name');
        $table->string('email')->unique();
        $table->string('problem');
        $table->enum('urgency', ['very_fast', 'fast', 'normal']);
        $table->rememberToken();
        $table->timestamps();
    });    
    
    Schema::create('assignments', function(Blueprint $table)
    {
        $table->integer('problem_id')->unsigned();
        $table->foreign('problem_id')
        ->references('id')->on('problems')
        ->onDelete('cascade')->unsigned()->index();
        $table->integer('user_id')->unsigned();
        $table->foreign('user_id')
        ->references('id')->on('users')
        ->onDelete('restrict')->unsigned()->index();
        $table->rememberToken();
        $table->timestamps();
    });    
    

    This is the first time i’m creating tables on laravel so i’m not really sure what is happening here?

    EDIT: **upon visiting phpmyadmin and then looking at relation views of this database, it seems to me that laravel might be trying to name both constraints as ‘1’ in the constraints name field. I tried to write it as foreign(‘problem_id’, ‘problem_fk’) and foreign(‘user_id’, ‘user_fk’), but it still tries to name these constraints as ‘1’ **

    Описание 768 кодов ошибок при работа с базой данных MySQL. Диапазон допустимых кодов от 1001 до 2059. Методы устранения неполадок.

    Коды ошибок MySQL разделяются на два типа:

    1. Ошибки на стороне сервера.
    2. Ошибки у клиента, клиентской программы.

    Поиск ошибок желательно осуществлять по их коду, так как описания и названия могут меняться от релиза к релизу MySQL. Диапазон допустимых кодов от 1001 и до 2059.

    В настоящий момент в базе хранятся только имя ошибки, описание на английском и описание на ломанном русском, в дальнейшем планируется улучшение русского перевода и добавления путей решений и устранения ошибок с различных форумов на просторах интернета. Читайте так же: Расшифровка кодов ошибок PostgreSQL.

    Error MySQL: 1001

    ER_NISAMCHK
    isamchk
    isamchk

    Error MySQL: 1004

    ER_CANT_CREATE_FILE
    Can’t create file ‘%s’ (errno: %d)
    Не удается создать файл%s ‘(ошибка : %d)

    Error MySQL: 1005

    ER_CANT_CREATE_TABLE
    Can’t create table ‘%s’ (errno: %d)
    Не удается создать таблицу «%s ‘(ошибка : %d)

    Error MySQL: 1006

    ER_CANT_CREATE_DB
    Can’t create database ‘%s’ (errno: %d)
    He удается создать базу данных ‘%s’ (errno: %d)

    Error MySQL: 1007

    ER_DB_CREATE_EXISTS
    Can’t create database ‘%s’; database exists
    He удается создать базу данных ‘%s’; база данных уже существует

    Error MySQL: 1008

    ER_DB_DROP_EXISTS
    Can’t drop database ‘%s’; database doesn’t exist
    He удается удалить базу данных; база данных не существует

    Error MySQL: 1009

    ER_DB_DROP_DELETE
    Error dropping database (can’t delete ‘%s’, errno: %d)
    Ошибка при удалении базы данных (не удается удалить ‘%s’, errno: %d)

    Error MySQL: 1010

    ER_DB_DROP_RMDIR
    Error dropping database (can’t rmdir ‘%s’, errno: %d)
    Ошибка при удалении базы данных (не удается выполнить rmdir ‘%s’)

    Error MySQL: 1011

    ER_CANT_DELETE_FILE
    Error on delete of ‘%s’ (errno: %d)
    Ошибка при удалении ‘%s’ (errno: %d)

    Error MySQL: 1012

    ER_CANT_FIND_SYSTEM_REC
    Can’t read record in system table
    He удается прочитать запись в системной таблице

    Error MySQL: 1013

    ER_CANT_GET_STAT
    Can’t get status of ‘%s’ (errno: %d)
    He удается получить состояние ‘%s’ (errno: %d)

    Error MySQL: 1014

    ER_CANT_GET_WD
    Can’t get working directory (errno: %d)
    He удается получить рабочий каталог (errno: %d)

    Error MySQL: 1015

    ER_CANT_LOCK
    Can’t lock file (errno: %d)
    He удается заблокировать файл (errno: %d)

    Error MySQL: 1016

    ER_CANT_OPEN_FILE
    Can’t open file: ‘%s’ (errno: %d)
    He удается открыть файл ‘%s’ (errno: %d)

    Error MySQL: 1017

    ER_FILE_NOT_FOUND
    Can’t find file: ‘%s’ (errno: %d)
    He удается найти файл ‘%s’ (errno: %d)

    Error MySQL: 1018

    ER_CANT_READ_DIR
    Can’t read dir of ‘%s’ (errno: %d)
    He удается прочитать каталог «%s» (errno: %d)

    Error MySQL: 1019

    ER_CANT_SET_WD
    Can’t change dir to ‘%s’ (errno: %d)
    He удается заменить каталог на «%s»

    Error MySQL: 1020

    ER_CHECKREAD
    Record has changed since last read in table ‘%s’
    Запись изменилась с момента последнего считывания таблицы «%s»

    Error MySQL: 1021

    ER_DISK_FULL
    Disk full (%s); waiting for someone to free some space…
    Диск переполнен; необходимо освободить некоторое пространство

    Error MySQL: 1022

    ER_DUP_KEY
    Can’t write; duplicate key in table ‘%s’
    He удается выполнить запись; дублированный ключ в таблице «%s»

    Error MySQL: 1023

    ER_ERROR_ON_CLOSE
    Error on close of ‘%s’ (errno: %d)
    Ошибка при закрытии «%s» (errno: %d)

    Error MySQL: 1024

    ER_ERROR_ON_READ
    Error reading file ‘%s’ (errno: %d)
    Ошибка при чтении файла «%s» (errno: %d)

    Error MySQL: 1025

    ER_ERROR_ON_RENAME
    Error on rename of ‘%s’ to ‘%s’ (errno: %d)
    Ошибка при переименовании «%s» в «%s» (errno: %d)

    Error MySQL: 1026

    ER_ERROR_ON_WRITE
    Error writing file ‘%s’ (errno: %d)
    Ошибка при записи файла «%s» (errno: %d)

    Error MySQL: 1027

    ER_FILE_USED
    %s’ is locked against change
    «%s» заблокирован от изменений

    Error MySQL: 1028

    ER_FILSORT_ABORT
    Sort aborted
    Сортировка прервана

    Error MySQL: 1029

    ER_FORM_NOT_FOUND
    View ‘%s’ doesn’t exist for ‘%s’
    Представление «%sf не существует для «%s»

    Error MySQL: 1030

    ER_GET_ERRNO
    Got error %d from storage engine
    Получена ошибка %d от механизма хранения

    Error MySQL: 1031

    ER_ILLEGAL_HA
    Table storage engine for ‘%s’ doesn’t have this option
    Механизм хранения таблиц для «%s» эту опцию не поддерживает

    Error MySQL: 1032

    ER_KEY_NOT_FOUND
    Can’t find record in ‘%s’
    He удается найти запись в «%s»

    Error MySQL: 1033

    ER_NOT_FORM_FILE
    Incorrect information in file: ‘%s’
    Некорректная информация в файле «%s»

    Error MySQL: 1034

    ER_NOT_KEYFILE
    Incorrect key file for table ‘%s’; try to repair it
    Некорректный файл ключей для таблицы «%s»

    Error MySQL: 1035

    ER_OLD_KEYFILE
    Old key file for table ‘%s’; repair it!
    Старый файл ключей для таблицы «%s»; восстановите его!

    Error MySQL: 1036

    ER_OPEN_AS_READONLY
    Table ‘%s’ is read only
    Таблица «%s» является таблицей только для чтения

    Error MySQL: 1037

    ER_OUTOFMEMORY
    Out of memory; restart server and try again (needed %d bytes)
    Недостаточно памяти; перезапустите сервер и повторите попытку (требуется %d байт)

    Error MySQL: 1038

    ER_OUT_OF_SORTMEMORY
    Out of sort memory, consider increasing server sort buffer size
    Недостаточно памяти для сортировки; увеличьте размер буфера сортировки на сервере

    Error MySQL: 1039

    ER_UNEXPECTED_EOF
    Unexpected EOF found when reading file ‘%s’ (errno: %d)
    Обнаружен неожиданный конец файла при чтении файла «%s» (errno: %d)

    Error MySQL: 1040

    ER_CON_COUNT_ERROR
    Too many connections
    Слишком много соединений

    Error MySQL: 1041

    ER_OUT_OF_RESOURCES
    Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use ‘ulimit’ to allow mysqld to use more memory or you can add more swap space
    Недостаточно памяти; проверьте, использует ли mysqld или какой-то другой процесс всю доступную память; если нет, возможно, понадобится применить «ulimit», чтобы разрешить mysqld использовать больше памяти, или же потребуется добавить дополнительное пространство для свопинга

    Error MySQL: 1042

    ER_BAD_HOST_ERROR
    Can’t get hostname for your address
    He удается получить имя хоста для указанного адреса

    Error MySQL: 1043

    ER_HANDSHAKE_ERROR
    Bad handshake
    Ошибочное подтверждение

    Error MySQL: 1044

    ER_DBACCESS_DENIED_ERROR
    Access denied for user ‘%s’@’%s’ to database ‘%s’
    Пользователю «%sf@»%s» в доступе к базе данных «%s» отказано

    Error MySQL: 1045

    ER_ACCESS_DENIED_ERROR
    Access denied for user ‘%s’@’%s’ (using password: %s)
    Пользователю «%s»@»%s» в доступе отказано (используемый пароль: %s)

    Error MySQL: 1046

    ER_NO_DB_ERROR
    No database selected
    He выбрана база данных

    Error MySQL: 1047

    ER_UNKNOWN_COM_ERROR
    Unknown command
    Неизвестная команда

    Error MySQL: 1048

    ER_BAD_NULL_ERROR
    Column ‘%s’ cannot be null
    Столбцы «%s» не могут быть NULL

    Error MySQL: 1049

    ER_BAD_DB_ERROR
    Unknown database ‘%s’
    Неизвестная база данных «%s»

    Error MySQL: 1050

    ER_TABLE_EXISTS_ERROR
    Table ‘%s’ already exists
    Таблица «%s» уже существует

    Error MySQL: 1051

    ER_BAD_TABLE_ERROR
    Unknown table ‘%s’
    Неизвестная таблица «%s»

    Error MySQL: 1052

    ER_NON_UNIQ_ERROR
    Column ‘%s’ in %s is ambiguous
    Столбец «%s» в таблице %s неоднозначен

    Error MySQL: 1053

    ER_SERVER_SHUTDOWN
    Server shutdown in progress
    Сервер находится в процессе завершения работы

    Error MySQL: 1054

    ER_BAD_FIELD_ERROR
    Unknown column ‘%s’ in ‘%s’
    Неизвестный столбец «%s» в таблице «%s!

    Error MySQL: 1055

    ER_WRONG_FIELD_WITH_GROUP
    %s’ isn’t in GROUP BY
    «%s» не указано в GROUP BY

    Error MySQL: 1056

    ER_WRONG_GROUP_FIELD
    Can’t group on ‘%s’
    He удается выполнить группировку на «%s»

    Error MySQL: 1057

    ER_WRONG_SUM_SELECT
    Statement has sum functions and columns in same statement
    Оператор содержит суммарные функции и столбцы в одном и том же выражении

    Error MySQL: 1058

    ER_WRONG_VALUE_COUNT
    Column count doesn’t match value count
    Количество столбцов не совпадает с количеством значений

    Error MySQL: 1059

    ER_TOO_LONG_IDENT
    Identifier name ‘%s’ is too long
    Имя идентификатора «%s» слишком длинное

    Error MySQL: 1060

    ER_DUP_FIELDNAME
    Duplicate column name ‘%s’
    Дублированное имя столбца «%s»

    Error MySQL: 1061

    ER_DUP_KEYNAME
    Duplicate key name ‘%s’
    Дублированное имя ключа «%s»

    Error MySQL: 1062

    ER_DUP_ENTRY
    Duplicate entry ‘%s’ for key %d
    Дублированная запись «%s» для ключа %d

    Error MySQL: 1063

    ER_WRONG_FIELD_SPEC
    Incorrect column specifier for column ‘%s’
    Некорректный спецификатор для столбца «%s»

    Error MySQL: 1064

    ER_PARSE_ERROR
    %s near ‘%s’ at line %d
    %s рядом с «%s» в строке %d

    Error MySQL: 1065

    ER_EMPTY_QUERY
    Query was empty
    Запрос был пустой

    Error MySQL: 1066

    ER_NONUNIQ_TABLE
    Not unique table/alias: ‘%s’
    Неуникальное имя/псевдоним таблицы: «%s»

    Error MySQL: 1067

    ER_INVALID_DEFAULT
    Invalid default value for ‘%s’
    Недействительное значение по умолчанию для «%s»

    Error MySQL: 1068

    ER_MULTIPLE_PRI_KEY
    Multiple primary key defined
    Определено несколько первичных ключей

    Error MySQL: 1069

    ER_TOO_MANY_KEYS
    Too many keys specified; max %d keys allowed
    Указано слишком много ключей; максимально допустимое число ключей равно %d

    Error MySQL: 1070

    ER_TOO_MANY_KEY_PARTS
    Too many key parts specified; max %d parts allowed
    Указано слишком много ключевых частей; максимально допускается %d частей

    Error MySQL: 1071

    ER_TOO_LONG_KEY
    Specified key was too long; max key length is %d bytes
    Указанный ключ был слишком длинным, максимальная длина ключа равняется %d байтам

    Error MySQL: 1072

    ER_KEY_COLUMN_DOES_NOT_EXITS
    Key column ‘%s’ doesn’t exist in table
    Столбец ключей «%s» в таблице не существует

    Error MySQL: 1073

    ER_BLOB_USED_AS_KEY
    BLOB column ‘%s’ can’t be used in key specification with the used table type
    BLOB-столбец «%s» не может быть указан в спецификации ключа с используемым типом таблицы

    Error MySQL: 1074

    ER_TOO_BIG_FIELDLENGTH
    Column length too big for column ‘%s’ (max = %lu); use BLOB or TEXT instead
    Размер для столбца «%s» слишком большой (максимально допустимый размер равен %d); вместо этого используйте BLOB

    Error MySQL: 1075

    ER_WRONG_AUTO_KEY
    Incorrect table definition; there can be only one auto column and it must be defined as a key
    Некорректное определение таблицы; возможен только один столбец auto_increment и определять его следует как ключ

    Error MySQL: 1076

    ER_READY
    %s: ready for connections. Version: ‘%s’ socket: ‘%s’ port: %d
    %s: готов для соединений. Версия: «%s», сокет: «%s», порт: %d

    Error MySQL: 1077

    ER_NORMAL_SHUTDOWN
    %s: Normal shutdown
    %s: нормальное завершение работы

    Error MySQL: 1078

    ER_GOT_SIGNAL
    %s: Got signal %d. Aborting!
    %s: получен сигнал %d — принудительное завершение работы!

    Error MySQL: 1079

    ER_SHUTDOWN_COMPLETE
    %s: Shutdown complete
    %s: работа завершена

    Error MySQL: 1080

    ER_FORCING_CLOSE
    %s: Forcing close of thread %ld user: ‘%s’
    %s: принудительное закрытие потока %ld пользователь:!%sf.

    Error MySQL: 1081

    ER_IPSOCK_ERROR
    Can’t create IP socket
    He удается создать сокет IP

    Error MySQL: 1082

    ER_NO_SUCH_INDEX
    Table ‘%s’ has no index like the one used in CREATE INDEX; recreate the table
    Таблица «%s» не содержит индекса, подобного использованному в CREATE INDEX; создайте таблицу заново

    Error MySQL: 1083

    ER_WRONG_FIELD_TERMINATORS
    Field separator argument is not what is expected; check the manual
    Аргумент разделителя полей не соответствует ожидаемому; сверьтесь с руководством

    Error MySQL: 1084

    ER_BLOBS_AND_NO_TERMINATED
    You can’t use fixed rowlength with BLOBs; please use ‘fields terminated by’
    Нельзя использовать строки фиксированной длины в таблицах BLOB; используйте «поля, оканчивающиеся на»

    Error MySQL: 1085

    ER_TEXTFILE_NOT_READABLE
    The file ‘%s’ must be in the database directory or be readable by all
    Файл «%s» должен находиться в каталоге базы данных или быть доступным для чтения всем

    Error MySQL: 1086

    ER_FILE_EXISTS_ERROR
    File ‘%s’ already exists
    Файл f%s» уже существует

    Error MySQL: 1087

    ER_LOAD_INFO
    Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
    Записи: %ld Удаленные: %ld Пропущенные: %ld Предупреждения: %ld

    Error MySQL: 1088

    ER_ALTER_INFO
    Records: %ld Duplicates: %ld
    Записи: %ld Дубликаты:%ld

    Error MySQL: 1089

    ER_WRONG_SUB_KEY
    Incorrect prefix key; the used key part isn’t a string, the used length is longer than the key part, or the storage engine doesn’t support unique prefix keys
    Некорректная часть подключа; используемая часть ключа не является строкой, примененная длина больше части ключа или механизм хранения не поддерживает уникальные подключи

    Error MySQL: 1090

    ER_CANT_REMOVE_ALL_FIELDS
    You can’t delete all columns with ALTER TABLE; use DROP TABLE instead
    С помощью ALTER TABLE удалить все столбцы нельзя; вместо ALTER TABLE используйте DROP TABLE

    Error MySQL: 1091

    ER_CANT_DROP_FIELD_OR_KEY
    Can’t DROP ‘%s’; check that column/key exists
    He удается удалить «%s» с помощью DROP; проверьте существование столбцов/ключей

    Error MySQL: 1092

    ER_INSERT_INFO
    Records: %ld Duplicates: %ld Warnings: %ld
    Записи: %ld Дубликаты: %ld Предупреждения: %ld

    Error MySQL: 1093

    ER_UPDATE_TABLE_USED
    You can’t specify target table ‘%s’ for update in FROM clause
    Нельзя указать целевую таблицу «%s» для обновления в конструкции FROM

    Error MySQL: 1094

    ER_NO_SUCH_THREAD
    Unknown thread id: %lu
    Неизвестный идентификатор потока: %lu

    Error MySQL: 1095

    ER_KILL_DENIED_ERROR
    You are not owner of thread %lu
    Вы не являетесь владельцем данного потока

    Error MySQL: 1096

    ER_NO_TABLES_USED
    No tables used
    Никакие таблицы не используются

    Error MySQL: 1097

    ER_TOO_BIG_SET
    Too many strings for column %s and SET
    Слишком много строк для столбца %s и SET

    Error MySQL: 1098

    ER_NO_UNIQUE_LOGFILE
    Can’t generate a unique log-filename %s.(1-999)
    He удается создать уникальное имя системного файла %s (1-999)

    Error MySQL: 1099

    ER_TABLE_NOT_LOCKED_FOR_WRITE
    Table ‘%s’ was locked with a READ lock and can’t be updated
    Таблица «%s» была заблокирована с помощью блокировки READ и обновить ее нельзя

    Error MySQL: 1100

    ER_TABLE_NOT_LOCKED
    Table ‘%s’ was not locked with LOCK TABLES
    Таблица «%s» не была заблокирована с помощью LOCK TABLES

    Error MySQL: 1101

    ER_BLOB_CANT_HAVE_DEFAULT
    BLOB/TEXT column ‘%s’ can’t have a default value
    Столбец BLOB/TEXT с именем «%s» не может содержать значения по умолчанию

    Error MySQL: 1102

    ER_WRONG_DB_NAME
    Incorrect database name ‘%s’
    Некорректное имя базы данных «%s»

    Error MySQL: 1103

    ER_WRONG_TABLE_NAME
    Incorrect table name ‘%s’
    Некорректное имя таблицы «%s»

    Error MySQL: 1104

    ER_TOO_BIG_SELECT
    The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
    SELECT обработает больше, чем указано в MAX_JOIN_SIZE строк; проверьте условие WHERE и используйте SET SQL__BIG_SELECTS=1 или SET SQL_MAX_JOIN_SIZE=#, если SELECT задан корректно

    Error MySQL: 1105

    ER_UNKNOWN_ERROR
    Unknown error
    Неизвестная ошибка

    Error MySQL: 1106

    ER_UNKNOWN_PROCEDURE
    Unknown procedure ‘%s’
    Неизвестная процедура «%s»

    Error MySQL: 1107

    ER_WRONG_PARAMCOUNT_TO_PROCEDURE
    Incorrect parameter count to procedure ‘%s’
    Некорректное число параметров в процедуре «%s»

    Error MySQL: 1108

    ER_WRONG_PARAMETERS_TO_PROCEDURE
    Incorrect parameters to procedure ‘%s’
    Некорректные параметры в процедуре «%s»

    Error MySQL: 1109

    ER_UNKNOWN_TABLE
    Unknown table ‘%s’ in %s
    Неизвестная таблица «%s» в %s

    Error MySQL: 1110

    ER_FIELD_SPECIFIED_TWICE
    Column ‘%s’ specified twice
    Столбец «%s» указан дважды

    Error MySQL: 1111

    ER_INVALID_GROUP_FUNC_USE
    Invalid use of group function
    Недопустимое применение групповой функции

    Error MySQL: 1112

    ER_UNSUPPORTED_EXTENSION
    Table ‘%s’ uses an extension that doesn’t exist in this MySQL version
    Таблица «%s» использует расширение, которое не существует в этой версии MySQL

    Error MySQL: 1113

    ER_TABLE_MUST_HAVE_COLUMNS
    A table must have at least 1 column
    Таблица должна содержать, по крайней мере, один столбец

    Error MySQL: 1114

    ER_RECORD_FILE_FULL
    The table ‘%s’ is full
    Таблица «%s» заполнена

    Error MySQL: 1115

    ER_UNKNOWN_CHARACTER_SET
    Unknown character set: ‘%s’
    Неизвестный набор символов «%s»

    Error MySQL: 1116

    ER_TOO_MANY_TABLES
    Too many tables; MySQL can only use %d tables in a join
    Слишком много таблиц; MySQL может использовать не больше %d таблиц за одно соединение

    Error MySQL: 1117

    ER_TOO_MANY_FIELDS
    Too many columns
    Слишком много столбцов

    Error MySQL: 1118

    ER_TOO_BIG_ROWSIZE
    Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs
    Размер строк слишком большой. Максимальный размер строк для используемого типа таблиц, без учета BLOB, равен %ld. Некоторые столбцы необходимо заменить на TEXT или BLOB

    Error MySQL: 1119

    ER_STACK_OVERRUN
    Thread stack overrun: Used: %ld of a %ld stack. Use ‘mysqld —thread_stack=#’ to specify a bigger stack if needed
    Переполнение стека потока: Использовано %ld из %ld процентов стека. Используйте mysqld-0 thread_stack=#», чтобы при необходимости указать больший размер стека

    Error MySQL: 1120

    ER_WRONG_OUTER_JOIN
    Cross dependency found in OUTER JOIN; examine your ON conditions
    В OUTER JOIN обнаружена перекрестная зависимость; проверьте условия ON

    Error MySQL: 1121

    ER_NULL_COLUMN_IN_INDEX
    Table handler doesn’t support NULL in given index. Please change column ‘%s’ to be NOT NULL or use another handler
    Столбец «%s» используется с UNIQUE или INDEX и не определен как NOT NULL

    Error MySQL: 1122

    ER_CANT_FIND_UDF
    Can’t load function ‘%s’
    He удается загрузить функцию «%s»

    Error MySQL: 1123

    ER_CANT_INITIALIZE_UDF
    Can’t initialize function ‘%s’; %s
    He удается запустить функцию «%s»; %s

    Error MySQL: 1124

    ER_UDF_NO_PATHS
    No paths allowed for shared library
    He разрешены никакие пути к совместно используемой библиотеке

    Error MySQL: 1125

    ER_UDF_EXISTS
    Function ‘%s’ already exists
    Функция «%s» уже существует

    Error MySQL: 1126

    ER_CANT_OPEN_LIBRARY
    Can’t open shared library ‘%s’ (errno: %d %s)
    He удается открыть совместно используемую библиотеку «%sf (errno: %d %s)

    Error MySQL: 1127

    ER_CANT_FIND_DL_ENTRY
    Can’t find symbol ‘%s’ in library
    He удается найти функцию «%s» в библиотеке

    Error MySQL: 1128

    ER_FUNCTION_NOT_DEFINED
    Function ‘%s’ is not defined
    Функция «%s» не определена

    Error MySQL: 1129

    ER_HOST_IS_BLOCKED
    Host ‘%s’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
    Хост «%s» заблокирован по причине многочисленных ошибок соединения; разблокируйте с помощью «mysqladmin flush-hosts»

    Error MySQL: 1130

    ER_HOST_NOT_PRIVILEGED
    Host ‘%s’ is not allowed to connect to this MySQL server
    Хосту «%s» запрещено подключение к данному серверу MySQL

    Error MySQL: 1131

    ER_PASSWORD_ANONYMOUS_USER
    You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
    Вы подключились к MySQL как анонимный пользователь, а анонимным пользователям запрещено изменять пароли

    Error MySQL: 1132

    ER_PASSWORD_NOT_ALLOWED
    You must have privileges to update tables in the mysql database to be able to change passwords for others
    Недостаточно привилегий для обновления таблиц в базе данных mysql и изменения паролей других пользователей

    Error MySQL: 1133

    ER_PASSWORD_NO_MATCH
    Can’t find any matching row in the user table
    He удается найти совпадающую строку в таблице user

    Error MySQL: 1134

    ER_UPDATE_INFO
    Rows matched: %ld Changed: %ld Warnings: %ld
    Совпавшие строки: %ld Измененные: %ld Предупреждения: %ld

    Error MySQL: 1135

    ER_CANT_CREATE_THREAD
    Can’t create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
    He удается создать новый поток (errno %d); если причина не в недостаточном количестве доступной памяти, сверьтесь с руководством: не исключена ошибка, связанная с ОС

    Error MySQL: 1136

    ER_WRONG_VALUE_COUNT_ON_ROW
    Column count doesn’t match value count at row %ld
    Количество столбцов не соответствует количеству значений в строке %ld

    Error MySQL: 1137

    ER_CANT_REOPEN_TABLE
    Can’t reopen table: ‘%s’
    He удается повторно открыть таблицу:»%s»

    Error MySQL: 1138

    ER_INVALID_USE_OF_NULL
    Invalid use of NULL value
    Недопустимое использование NULL

    Error MySQL: 1139

    ER_REGEXP_ERROR
    Got error ‘%s’ from regexp
    Получена ошибка с regexp

    Error MySQL: 1140

    ER_MIX_OF_GROUP_FUNC_AND_FIELDS
    Mixing of GROUP columns (MIN(),MAX(),COUNT(),…) with no GROUP columns is illegal if there is no GROUP BY clause
    Смешивание столбцов GROUP (MIN(),MAX(),COUNT О,…) со столбцами не-GROUP недопустимо при отсутствии конструкции GROUP BY

    Error MySQL: 1141

    ER_NONEXISTING_GRANT
    There is no such grant defined for user ‘%s’ on host ‘%s’
    Такая привилегия не была определена для пользователя «%s» на хосте «%sf

    Error MySQL: 1142

    ER_TABLEACCESS_DENIED_ERROR
    %s command denied to user ‘%s’@’%s’ for table ‘%s’
    В использовании команды %s для таблицы «%s» пользователю •%s•@»%s» отказано

    Error MySQL: 1143

    ER_COLUMNACCESS_DENIED_ERROR
    %s command denied to user ‘%s’@’%s’ for column ‘%s’ in table ‘%s’
    Пользователю «Is»G»ls» отказано в KOMaHflt %s для столбца «%s» в таблице «%sf

    Error MySQL: 1144

    ER_ILLEGAL_GRANT_FOR_TABLE
    Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used
    Недопустимая команда GRANT/REVOKE; проконсультируйтесь с руководством на предмет используемых привилегий

    Error MySQL: 1145

    ER_GRANT_WRONG_HOST_OR_USER
    The host or user argument to GRANT is too long
    Аргумент хоста или пользователя для GRANT слишком длинный

    Error MySQL: 1146

    ER_NO_SUCH_TABLE
    Table ‘%s.%s’ doesn’t exist
    Таблица «%s %s» не существует

    Error MySQL: 1147

    ER_NONEXISTING_TABLE_GRANT
    There is no such grant defined for user ‘%s’ on host ‘%s’ on table ‘%s’
    Такая привилегия не была определена для пользователя «%s» на хосте «%s» для таблицы «%s»

    Error MySQL: 1148

    ER_NOT_ALLOWED_COMMAND
    The used command is not allowed with this MySQL version
    Используемая команда не разрешена в этой версии MySQL

    Error MySQL: 1149

    ER_SYNTAX_ERROR
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
    Ошибка в синтаксисе SQL; проверьте в руководстве по используемой вами версии MySQL-сервера, какой синтаксис будет корректным

    Error MySQL: 1150

    ER_DELAYED_CANT_CHANGE_LOCK
    Delayed insert thread couldn’t get requested lock for table %s
    Потоку задержанных вставок не удалось получить запрашиваемую блокировку для таблицы %s

    Error MySQL: 1151

    ER_TOO_MANY_DELAYED_THREADS
    Too many delayed threads in use
    Используется слишком много задержанных потоков

    Error MySQL: 1152

    ER_ABORTING_CONNECTION
    Aborted connection %ld to db: ‘%s’ user: ‘%s’ (%s)
    Прервано подключение %ld к базе данных: «%s» пользователь: «%s»

    Error MySQL: 1153

    ER_NET_PACKET_TOO_LARGE
    Got a packet bigger than ‘max_allowed_packet’ bytes
    Полученный пакет больше «max_allowedjpacket» байт

    Error MySQL: 1154

    ER_NET_READ_ERROR_FROM_PIPE
    Got a read error from the connection pipe
    Получена ошибка при чтении с канала соединения

    Error MySQL: 1155

    ER_NET_FCNTL_ERROR
    Got an error from fcntl()
    Получена ошибка от fcntl()

    Error MySQL: 1156

    ER_NET_PACKETS_OUT_OF_ORDER
    Got packets out of order
    Получены поврежденные пакеты

    Error MySQL: 1157

    ER_NET_UNCOMPRESS_ERROR
    Couldn’t uncompress communication packet
    He удается извлечь коммуникационный пакет

    Error MySQL: 1158

    ER_NET_READ_ERROR
    Got an error reading communication packets
    Получена ошибка при чтении коммуникационных пакетов

    Error MySQL: 1159

    ER_NET_READ_INTERRUPTED
    Got timeout reading communication packets
    Получен тайм-аут при чтении коммуникационных пакетов

    Error MySQL: 1160

    ER_NET_ERROR_ON_WRITE
    Got an error writing communication packets
    Получена ошибка при записи коммуникационных пакетов

    Error MySQL: 1161

    ER_NET_WRITE_INTERRUPTED
    Got timeout writing communication packets
    Получен тайм-аут при записи коммуникационных пакетов

    Error MySQL: 1162

    ER_TOO_LONG_STRING
    Result string is longer than ‘max_allowed_packet’ bytes
    Строка результата длиннее «max_allowed_packet» байт

    Error MySQL: 1163

    ER_TABLE_CANT_HANDLE_BLOB
    The used table type doesn’t support BLOB/TEXT columns
    Используемый тип таблицы не поддерживает столбцы BLOB/TEXT

    Error MySQL: 1164

    ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
    The used table type doesn’t support AUTO_INCREMENT columns
    Используемый тип таблицы не поддерживает столбцы AUTO_INCREMENT

    Error MySQL: 1165

    ER_DELAYED_INSERT_TABLE_LOCKED
    INSERT DELAYED can’t be used with table ‘%s’ because it is locked with LOCK TABLES
    Команда INSERT DELAYED не может быть использована с таблицей «%s», поскольку она заблокирована через LOCK TABLES

    Error MySQL: 1166

    ER_WRONG_COLUMN_NAME
    Incorrect column name ‘%s’
    Некорректное имя столбца «%s»

    Error MySQL: 1167

    ER_WRONG_KEY_COLUMN
    The used storage engine can’t index column ‘%s’
    Используемый механизм хранения не может проиндексировать столбец «%s»

    Error MySQL: 1168

    ER_WRONG_MRG_TABLE
    Unable to open underlying table which is differently defined or of non-MyISAM type or doesn’t exist
    Все таблицы в таблице MERGE не являются одинаково определенными

    Error MySQL: 1169

    ER_DUP_UNIQUE
    Can’t write, because of unique constraint, to table ‘%s’
    He удается выполнить запись в таблицу «%s» по причине ограничения уникальности

    Error MySQL: 1170

    ER_BLOB_KEY_WITHOUT_LENGTH
    BLOB/TEXT column ‘%s’ used in key specification without a key length
    BLOB/TEXT-столбец «%s» использовался в спецификации ключа без указания длины ключа

    Error MySQL: 1171

    ER_PRIMARY_CANT_HAVE_NULL
    All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
    Все части PRIMARY KEY должны быть NOT NULL; при необходимости в наличии значения NULL в ключе используйте UNIQUE

    Error MySQL: 1172

    ER_TOO_MANY_ROWS
    Result consisted of more than one row
    Результат состоял из более чем одной строки

    Error MySQL: 1173

    ER_REQUIRES_PRIMARY_KEY
    This table type requires a primary key
    Для данной таблицы требуется первичный ключ

    Error MySQL: 1174

    ER_NO_RAID_COMPILED
    This version of MySQL is not compiled with RAID support
    Данная версия MySQL не компилировалась с поддержкой RAID

    Error MySQL: 1175

    ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
    You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
    Вы используете безопасный режим обновления и попытались обновить таблицу без условия WHERE, использующего столбец KEY

    Error MySQL: 1176

    ER_KEY_DOES_NOT_EXITS
    Key ‘%s’ doesn’t exist in table ‘%s’
    Ключ f%sf не существует в таблице !%s»

    Error MySQL: 1177

    ER_CHECK_NO_SUCH_TABLE
    Can’t open table
    He удается открыть таблицу

    Error MySQL: 1178

    ER_CHECK_NOT_IMPLEMENTED
    The storage engine for the table doesn’t support %s
    Механизм хранения для таблицы не поддерживает %s

    Error MySQL: 1179

    ER_CANT_DO_THIS_DURING_AN_TRANSACTION
    You are not allowed to execute this command in a transaction
    Вам запрещено выполнение данной команды в транзакции

    Error MySQL: 1180

    ER_ERROR_DURING_COMMIT
    Got error %d during COMMIT
    Получена ошибка %d во время выполнения COMMIT

    Error MySQL: 1181

    ER_ERROR_DURING_ROLLBACK
    Got error %d during ROLLBACK
    Получена ошибка %d во время выполнения ROLLBACK

    Error MySQL: 1182

    ER_ERROR_DURING_FLUSH_LOGS
    Got error %d during FLUSH_LOGS
    Получена ошибка %d во время выполнения FLUSH_LOGS

    Error MySQL: 1183

    ER_ERROR_DURING_CHECKPOINT
    Got error %d during CHECKPOINT
    Получена ошибка %d во время выполнения CHECKPOINT

    Error MySQL: 1184

    ER_NEW_ABORTING_CONNECTION
    Aborted connection %ld to db: ‘%s’ user: ‘%s’ host: ‘%s’ (%s)
    Прервано подключение %ld к базе данных «%s» пользователь: «%s» хост 4%s» (%s)

    Error MySQL: 1185

    ER_DUMP_NOT_IMPLEMENTED
    The storage engine for the table does not support binary table dump
    Механизм хранения таблицы не поддерживает бинарный дамп таблиц

    Error MySQL: 1186

    ER_FLUSH_MASTER_BINLOG_CLOSED
    Binlog closed, cannot RESET MASTER
    Бинарный журнал закрыт, не удается выполнить RESET MASTER

    Error MySQL: 1187

    ER_INDEX_REBUILD
    Failed rebuilding the index of dumped table ‘%s’
    Неудачная попытка восстановления индекса из дампа таблицы «%s»

    Error MySQL: 1188

    ER_MASTER
    Error from master: ‘%s’
    Ошибка главного сервера:»%s»

    Error MySQL: 1189

    ER_MASTER_NET_READ
    Net error reading from master
    Сетевая ошибка при чтении с главного сервера

    Error MySQL: 1190

    ER_MASTER_NET_WRITE
    Net error writing to master
    Сетевая ошибка при выполнении записи на главный сервер

    Error MySQL: 1191

    ER_FT_MATCHING_KEY_NOT_FOUND
    Can’t find FULLTEXT index matching the column list
    He удается найти индекс FULLTEXT, соответствующий списку столбца

    Error MySQL: 1192

    ER_LOCK_OR_ACTIVE_TRANSACTION
    Can’t execute the given command because you have active locked tables or an active transaction
    He удается выполнить данную команду по причине наличия активных заблокированных таблиц или активной транзакции

    Error MySQL: 1193

    ER_UNKNOWN_SYSTEM_VARIABLE
    Unknown system variable ‘%s’
    Неизвестная системная переменная «%s»

    Error MySQL: 1194

    ER_CRASHED_ON_USAGE
    Table ‘%s’ is marked as crashed and should be repaired
    Таблица «%s» помечена как поврежденная и должна быть исправлена

    Error MySQL: 1195

    ER_CRASHED_ON_REPAIR
    Table ‘%s’ is marked as crashed and last (automatic?) repair failed
    failed/Таблица «%s» помечена как поврежденная и последняя попытка(автоматического?) исправления была неудачной

    Error MySQL: 1196

    ER_WARNING_NOT_COMPLETE_ROLLBACK
    Some non-transactional changed tables couldn’t be rolled back
    Некоторые нетранзакционные измененные таблицы возврату в первоначальное состояние не подлежат

    Error MySQL: 1197

    ER_TRANS_CACHE_FULL
    Multi-statement transaction required more than ‘max_binlog_cache_size’ bytes of storage; increase this mysqld variable and try again
    Для транзакции с множественными операторами потребовалось больше, чем указано в «max_binlog_cache_size» байтов в кэше; увеличьте значение данной переменной и повторите попытку

    Error MySQL: 1198

    ER_SLAVE_MUST_STOP
    This operation cannot be performed with a running slave; run STOP SLAVE first
    Данная операция не может быть выполнена при работающем ведомом сервере, сначала выполните STOP SLAVE

    Error MySQL: 1199

    ER_SLAVE_NOT_RUNNING
    This operation requires a running slave; configure slave and do START SLAVE
    Для данной операции требуется запустить подчиненный сервер; сконфигурируйте подчиненный сервер и выполните START SLAVE

    Error MySQL: 1200

    ER_BAD_SLAVE
    The server is not configured as slave; fix in config file or with CHANGE MASTER TO
    Сервер не сконфигурирован как подчиненный; устраните ошибку в файле конфигурации или воспользуйтесь CHANGE MASTER TO

    Error MySQL: 1201

    ER_MASTER_INFO
    Could not initialize master info structure; more error messages can be found in the MySQL error log
    He удалось инициализировать информационную структуру на главном сервере; дополнительные сообщения об ошибках можно найти в журнале ошибок MySQL

    Error MySQL: 1202

    ER_SLAVE_THREAD
    Could not create slave thread; check system resources
    He удалось создать поток для подчиненного сервера; проверьте ресурсы системы

    Error MySQL: 1203

    ER_TOO_MANY_USER_CONNECTIONS
    User %s already has more than ‘max_user_connections’ active connections
    Количество активных соединений пользователя %s уже превышает «max_user_connections»

    Error MySQL: 1204

    ER_SET_CONSTANTS_ONLY
    You may only use constant expressions with SET
    С SET можно использовать только константные выражения

    Error MySQL: 1205

    ER_LOCK_WAIT_TIMEOUT
    Lock wait timeout exceeded; try restarting transaction
    Превышено время ожидания блокировки; попробуйте перезапустить транзакцию

    Error MySQL: 1206

    ER_LOCK_TABLE_FULL
    The total number of locks exceeds the lock table size
    Общее количество блокировок превышает размер таблицы блокировки

    Error MySQL: 1207

    ER_READ_ONLY_TRANSACTION
    Update locks cannot be acquired during a READ UNCOMMITTED transaction
    Получение блокировки обновления невозможно во время выполнения транзакции READ UNCOMMITTED

    Error MySQL: 1208

    ER_DROP_DB_WITH_READ_LOCK
    DROP DATABASE not allowed while thread is holding global read lock
    Выполнение DROP DATABASE невозможно, пока в потоке используется глобальная блокировка чтения

    Error MySQL: 1209

    ER_CREATE_DB_WITH_READ_LOCK
    CREATE DATABASE not allowed while thread is holding global read lock
    Выполнение CREATE DATABASE невозможно, пока в потоке используется глобальная блокировка чтения

    Error MySQL: 1210

    ER_WRONG_ARGUMENTS
    Incorrect arguments to %s
    Некорректные аргументы для %s

    Error MySQL: 1211

    ER_NO_PERMISSION_TO_CREATE_USER
    %s’@’%s’ is not allowed to create new users
    Пользователю «%s!@»%s» запрещено создавать новых пользователей

    Error MySQL: 1212

    ER_UNION_TABLES_IN_DIFFERENT_DIR
    Incorrect table definition; all MERGE tables must be in the same database
    Таблица определена некорректно; все таблицы MERGE должны находиться в одной и той же базе данных

    Error MySQL: 1213

    ER_LOCK_DEADLOCK
    Deadlock found when trying to get lock; try restarting transaction
    Обнаружена ошибка взаимной блокировки при попытке получить блокировку; попробуйте перезапустить транзакцию

    Error MySQL: 1214

    ER_TABLE_CANT_HANDLE_FT
    The used table type doesn’t support FULLTEXT indexes
    Используемый тип таблицы не поддерживает индексы FULLTEXT

    Error MySQL: 1215

    ER_CANNOT_ADD_FOREIGN
    Cannot add foreign key constraint
    He удается добавить ограничение внешнего ключа

    Error MySQL: 1216

    ER_NO_REFERENCED_ROW
    Cannot add or update a child row: a foreign key constraint fails
    He удается добавить или обновить дочернюю строку: ограничение внешнего ключа дает сбой

    Error MySQL: 1217

    ER_ROW_IS_REFERENCED
    Cannot delete or update a parent row: a foreign key constraint fails
    He удается удалить или обновить родительскую строку: ограничение внешнего ключа дает сбой

    Error MySQL: 1218

    ER_CONNECT_TO_MASTER
    Error connecting to master: %s
    Ошибка при подключении к главному серверу: %s

    Error MySQL: 1219

    ER_QUERY_ON_MASTER
    Error running query on master: %s
    Ошибка при выполнении запроса на главном сервере: %s

    Error MySQL: 1220

    ER_ERROR_WHEN_EXECUTING_COMMAND
    Error when executing command %s: %s
    Ошибка при выполнении команды %s: %s

    Error MySQL: 1221

    ER_WRONG_USAGE
    Incorrect usage of %s and %s
    Некорректное использование %s и %s

    Error MySQL: 1222

    ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
    The used SELECT statements have a different number of columns
    Используемые операторы SELECT имеют разное количество столбцов

    Error MySQL: 1223

    ER_CANT_UPDATE_WITH_READLOCK
    Can’t execute the query because you have a conflicting read lock
    He удается выполнить запрос из-за конфликта блокировок чтения

    Error MySQL: 1224

    ER_MIXING_NOT_ALLOWED
    Mixing of transactional and non-transactional tables is disabled
    Опция смешивания транзакционных и нетранзакционных таблиц отключена

    Error MySQL: 1225

    ER_DUP_ARGUMENT
    Option ‘%s’ used twice in statement
    Опция «%s» используется в операторе дважды

    Error MySQL: 1226

    ER_USER_LIMIT_REACHED
    User ‘%s’ has exceeded the ‘%s’ resource (current value: %ld)
    Пользователь «%s» превысил лимит по использованию ресурса «%s»

    Error MySQL: 1227

    ER_SPECIFIC_ACCESS_DENIED_ERROR
    Access denied; you need (at least one of) the %s privilege(s) for this operation
    В доступе отказано; для выполнения данной операции требуется привилегия %s

    Error MySQL: 1228

    ER_LOCAL_VARIABLE
    Variable ‘%s’ is a SESSION variable and can’t be used with SET GLOBAL
    Переменная «%s» является сеансовой переменной и не может использоваться в SET GLOBAL

    Error MySQL: 1229

    ER_GLOBAL_VARIABLE
    Variable ‘%s’ is a GLOBAL variable and should be set with SET GLOBAL
    Переменная «%s» является глобальной переменной и должна устанавливаться с помощью SET GLOBAL

    Error MySQL: 1230

    ER_NO_DEFAULT
    Variable ‘%s’ doesn’t have a default value
    Переменная «%s» не имеет значения по умолчанию

    Error MySQL: 1231

    ER_WRONG_VALUE_FOR_VAR
    Variable ‘%s’ can’t be set to the value of ‘%s’
    Переменной «%s» не может быть присвоено значение «%s»

    Error MySQL: 1232

    ER_WRONG_TYPE_FOR_VAR
    Incorrect argument type to variable ‘%s’
    Некорректный тип аргумента в переменной «%s»

    Error MySQL: 1233

    ER_VAR_CANT_BE_READ
    Variable ‘%s’ can only be set, not read
    Переменную «%s» можно только устанавливать, но не считывать

    Error MySQL: 1234

    ER_CANT_USE_OPTION_HERE
    Incorrect usage/placement of ‘%s’
    Некорректное использование/размещение «%s»

    Error MySQL: 1235

    ER_NOT_SUPPORTED_YET
    This version of MySQL doesn’t yet support ‘%s’
    Данная версия MySQL еще не поддерживает «%s»

    Error MySQL: 1236

    ER_MASTER_FATAL_ERROR_READING_BINLOG
    Got fatal error %d from master when reading data from binary log: ‘%s’
    Получена неисправимая ошибка %d: «%s» с ведущего сервера при чтении данных из бинарного журнала

    Error MySQL: 1237

    ER_SLAVE_IGNORED_TABLE
    Slave SQL thread ignored the query because of replicate-*-table rules
    Запрос был проигнорирован потоком SQL подчиненного сервера из-за правил replicate-*-table

    Error MySQL: 1238

    ER_INCORRECT_GLOBAL_LOCAL_VAR
    Variable ‘%s’ is a %s variable
    Переменная «%sf является переменной %s

    Error MySQL: 1239

    ER_WRONG_FK_DEF
    Incorrect foreign key definition for ‘%s’: %s
    Некорректное определение внешнего ключа для «%s»: %s

    Error MySQL: 1240

    ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
    Key reference and table reference don’t match
    Ссылка на ключ и ссылка на таблицу не совпадают

    Error MySQL: 1241

    ER_OPERAND_COLUMNS
    Operand should contain %d column(s)
    Операнд должен содержать %d столбцов

    Error MySQL: 1242

    ER_SUBQUERY_NO_1_ROW
    Subquery returns more than 1 row
    Подзапрос возвращает более чем 1 строку

    Error MySQL: 1243

    ER_UNKNOWN_STMT_HANDLER
    Unknown prepared statement handler (%.*s) given to %s
    Для %s указан неизвестный обработчик операторов (%*s)

    Error MySQL: 1244

    ER_CORRUPT_HELP_DB
    Help database is corrupt or does not exist
    База данных справочника повреждена или не существует

    Error MySQL: 1245

    ER_CYCLIC_REFERENCE
    Cyclic reference on subqueries
    Циклическая ссылка в подзапросах

    Error MySQL: 1246

    ER_AUTO_CONVERT
    Converting column ‘%s’ from %s to %s
    Преобразование столбца «%s» из %s в %s

    Error MySQL: 1247

    ER_ILLEGAL_REFERENCE
    Reference ‘%s’ not supported (%s)
    Ссылка «%s» не поддерживается (%s)

    Error MySQL: 1248

    ER_DERIVED_MUST_HAVE_ALIAS
    Every derived table must have its own alias
    У каждой производной таблицы должен быть свой собственный псевдоним

    Error MySQL: 1249

    ER_SELECT_REDUCED
    Select %u was reduced during optimization
    Во время оптимизации %u было сокращено

    Error MySQL: 1250

    ER_TABLENAME_NOT_ALLOWED_HERE
    Table ‘%s’ from one of the SELECTs cannot be used in %s
    Таблица «%s», указанная в одном из операторов SELECT не может быть использована в %s

    Error MySQL: 1251

    ER_NOT_SUPPORTED_AUTH_MODE
    Client does not support authentication protocol requested by server; consider upgrading MySQL client
    Клиент не поддерживает протокол аутентификации, запрашиваемый сервером; требуется обновление версии клиента MySQL

    Error MySQL: 1252

    ER_SPATIAL_CANT_HAVE_NULL
    All parts of a SPATIAL index must be NOT NULL
    Все части индекса SPATIAL должны быть NOT NULL

    Error MySQL: 1253

    ER_COLLATION_CHARSET_MISMATCH
    COLLATION ‘%s’ is not valid for CHARACTER SET ‘%s’
    Операция COLLATION «%s» недопустима для CHARACTER SET «%s»

    Error MySQL: 1254

    ER_SLAVE_WAS_RUNNING
    Slave is already running
    Подчиненный сервер уже выполняется

    Error MySQL: 1255

    ER_SLAVE_WAS_NOT_RUNNING
    Slave already has been stopped
    Подчиненный сервер уже остановлен

    Error MySQL: 1256

    ER_TOO_BIG_FOR_UNCOMPRESS
    Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)
    Размер несжатых данных слишком велик; максимально допустимый размер равен %d (не исключено повреждение размера несжатых данных)

    Error MySQL: 1257

    ER_ZLIB_Z_MEM_ERROR
    ZLIB: Not enough memory
    ZLIB: Недостаточно памяти

    Error MySQL: 1258

    ER_ZLIB_Z_BUF_ERROR
    ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)
    ZLIB: Недостаточно места в выходном буфере (не исключено повреждение размера несжатых данный)

    Error MySQL: 1259

    ER_ZLIB_Z_DATA_ERROR
    ZLIB: Input data corrupted
    ZLIB: Повреждение входных данных

    Error MySQL: 1260

    ER_CUT_VALUE_GROUP_CONCAT
    Row %u was cut by GROUP_CONCAT()
    %d строк усечено GROUP_CONCAT()

    Error MySQL: 1261

    ER_WARN_TOO_FEW_RECORDS
    Row %ld doesn’t contain data for all columns
    Строка %ld не содержит данных для всех столбцов

    Error MySQL: 1262

    ER_WARN_TOO_MANY_RECORDS
    Row %ld was truncated; it contained more data than there were input columns
    Строка %ld была усечена; она содержала данных больше, чем было входных столбцов

    Error MySQL: 1263

    ER_WARN_NULL_TO_NOTNULL
    Column set to default value; NULL supplied to NOT NULL column ‘%s’ at row %ld
    Данные усечены; значение NULL занесено в столбец NOT NULL в строке %ld

    Error MySQL: 1264

    ER_WARN_DATA_OUT_OF_RANGE
    Out of range value for column ‘%s’ at row %ld
    Данные усечены; недостаточный диапазон для столбца «%s» в строке %ld

    Error MySQL: 1265

    WARN_DATA_TRUNCATED
    Data truncated for column ‘%s’ at row %ld
    Данные усечены для столбца «%s» в строке %ld

    Error MySQL: 1266

    ER_WARN_USING_OTHER_HANDLER
    Using storage engine %s for table ‘%s’
    Использование механизма хранения %s для таблицы «%s»

    Error MySQL: 1267

    ER_CANT_AGGREGATE_2COLLATIONS
    Illegal mix of collations (%s,%s) and (%s,%s) for operation ‘%s’
    Недопустимое сочетание сопоставлений (%s,%s) и (%s,%s) для операции » %s»

    Error MySQL: 1268

    ER_DROP_USER
    Cannot drop one or more of the requested users
    He удается удалить одного или более из запрашиваемых пользователей

    Error MySQL: 1269

    ER_REVOKE_GRANTS
    Can’t revoke all privileges for one or more of the requested users
    He удается отменить все привилегии, предоставленные одному или более из запрашиваемых пользователей

    Error MySQL: 1270

    ER_CANT_AGGREGATE_3COLLATIONS
    Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation ‘%s’
    Недопустимое сочетание сопоставлений (%s,%s), (%s,%s), (%s,%s) для операции «%s»

    Error MySQL: 1271

    ER_CANT_AGGREGATE_NCOLLATIONS
    Illegal mix of collations for operation ‘%s’
    Недопустимое сочетание сопоставлений для операции «%s»

    Error MySQL: 1272

    ER_VARIABLE_IS_NOT_STRUCT
    Variable ‘%s’ is not a variable component (can’t be used as XXXX.variable_name)
    Переменная «%s» не является переменной составляющей (не может ис пользоваться как XXXX.variable_name)

    Error MySQL: 1273

    ER_UNKNOWN_COLLATION
    Unknown collation: ‘%s’
    Неизвестное сопоставление: «%s»

    Error MySQL: 1274

    ER_SLAVE_IGNORED_SSL_PARAMS
    SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started
    SSL-параметры в CHANGE MASTER игнорируются, потому что данный подчиненный сервер скомпилирован без поддержки SSL; их можно будет использовать потом, если подчиненный сервер MySQL будет запущен с опцией SSL

    Error MySQL: 1275

    ER_SERVER_IS_IN_SECURE_AUTH_MODE
    Server is running in —secure-auth mode, but ‘%s’@’%s’ has a password in the old format; please change the password to the new format
    Сервер работает в режиме —secure-auth, но использует пароль старого формата; измените формат пароля на новый.

    Error MySQL: 1276

    ER_WARN_FIELD_RESOLVED
    Field or reference ‘%s%s%s%s%s’ of SELECT #%d was resolved in SELECT #%d
    Поле или ссылка «%s%s%s%s%s» в SELECT #%d была разрешена в SELECT #%d

    Error MySQL: 1277

    ER_BAD_SLAVE_UNTIL_COND
    Incorrect parameter or combination of parameters for START SLAVE UNTIL
    Некорректный параметр или комбинация параметров для START SLAVE UNTIL

    Error MySQL: 1278

    ER_MISSING_SKIP_SLAVE
    It is recommended to use —skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave’s mysqld restart
    Рекомендуется использовать —skip-slave-start при выполнении пошаговой репликации с помощью START SLAVE UNTIL; иначе возникнут проблемы в случае неожиданного перезапуска mysqld на подчиненном сервере

    Error MySQL: 1279

    ER_UNTIL_COND_IGNORED
    SQL thread is not to be started so UNTIL options are ignored
    Поток SQL пока запускаться не будет, поэтому опции UNTIL игнорируются

    Error MySQL: 1280

    ER_WRONG_NAME_FOR_INDEX
    Incorrect index name ‘%s’
    Некорректное имя индекса «%s»

    Error MySQL: 1281

    ER_WRONG_NAME_FOR_CATALOG
    Incorrect catalog name ‘%s’
    Некорректное имя каталога «%s» 398 Глава 9. Обработка ошибок в MySQL

    Error MySQL: 1282

    ER_WARN_QC_RESIZE
    Query cache failed to set size %lu; new query cache size is %lu
    Попытка установить размер %lu для кэша запросов была неудачной; новый размер кэша запросов равен %lu

    Error MySQL: 1283

    ER_BAD_FT_COLUMN
    Column ‘%s’ cannot be part of FULLTEXT index
    Столбец «%s» не может быть частью индекса FULLTEXT

    Error MySQL: 1284

    ER_UNKNOWN_KEY_CACHE
    Unknown key cache ‘%s’
    Неизвестный кэш ключей «%s»

    Error MySQL: 1285

    ER_WARN_HOSTNAME_WONT_WORK
    MySQL is started in —skip-name-resolve mode; you must restart it without this switch for this grant to work
    MySQL запущен в режиме —skip-name-resolve; необходимо перезапустить его без этой опции, чтобы данная привилегия работала

    Error MySQL: 1286

    ER_UNKNOWN_STORAGE_ENGINE
    Unknown storage engine ‘%s’
    Неизвестный тип таблиц «%s»

    Error MySQL: 1287

    ER_WARN_DEPRECATED_SYNTAX
    %s’ is deprecated and will be removed in a future release. Please use %s instead
    «%s» устарела; вместо нее используйте «%s»

    Error MySQL: 1288

    ER_NON_UPDATABLE_TABLE
    The target table %s of the %s is not updatable
    Целевая таблица %s из %s не обновляется

    Error MySQL: 1289

    ER_FEATURE_DISABLED
    The ‘%s’ feature is disabled; you need MySQL built with ‘%s’ to have it working
    Функция «%s» отключена; чтобы она работала, потребуется выполнить сборку MySQL с «%sf

    Error MySQL: 1290

    ER_OPTION_PREVENTS_STATEMENT
    The MySQL server is running with the %s option so it cannot execute this statement
    Сервер MySQL запущен с опцией %s, поэтому не может выполнить данный оператор

    Error MySQL: 1291

    ER_DUPLICATED_VALUE_IN_TYPE
    Column ‘%s’ has duplicated value ‘%s’ in %s
    Столбец f%sf содержит дублированное значение «%s» в %s

    Error MySQL: 1292

    ER_TRUNCATED_WRONG_VALUE
    Truncated incorrect %s value: ‘%s’
    Усеченное некорректное значение %s: «%sf

    Error MySQL: 1293

    ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
    Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
    Таблица определена некорректно; только один столбец может быть указан с CURRENTJTIMESTAMP в конструкции DEFAULT или ON UPDATE

    Error MySQL: 1294

    ER_INVALID_ON_UPDATE
    Invalid ON UPDATE clause for ‘%s’ column
    Недопустимая конструкция ON UPDATE для столбца «%sf

    Error MySQL: 1295

    ER_UNSUPPORTED_PS
    This command is not supported in the prepared statement protocol yet
    Данная команда еще не поддерживается в протоколе подготовленных операторов

    Error MySQL: 1296

    ER_GET_ERRMSG
    Got error %d ‘%s’ from %s
    He удается создать %s через другую хранимую процедуру

    Error MySQL: 1297

    ER_GET_TEMPORARY_ERRMSG
    Got temporary error %d ‘%s’ from %s
    %s %s уже существует

    Error MySQL: 1298

    ER_UNKNOWN_TIME_ZONE
    Unknown or incorrect time zone: ‘%s’
    %s %s не существует

    Error MySQL: 1299

    ER_WARN_INVALID_TIMESTAMP
    Invalid TIMESTAMP value in column ‘%s’ at row %ld
    He удалось удалить %s %s с помощью DROP

    Error MySQL: 1300

    ER_INVALID_CHARACTER_STRING
    Invalid %s character string: ‘%s’
    He удалось создать %s %s с помощью CREATE

    Error MySQL: 1301

    ER_WARN_ALLOWED_PACKET_OVERFLOWED
    Result of %s() was larger than max_allowed_packet (%ld) — truncated
    %s без подходящей метки: %s

    Error MySQL: 1302

    ER_CONFLICTING_DECLARATIONS
    Conflicting declarations: ‘%s%s’ and ‘%s%s’
    Повторное определение метки %s

    Error MySQL: 1303

    ER_SP_NO_RECURSIVE_CREATE
    Can’t create a %s from within another stored routine
    %s с конечной меткой без совпадений

    Error MySQL: 1304

    ER_SP_ALREADY_EXISTS
    %s %s already exists
    Обращение к неинициализированной переменной %s

    Error MySQL: 1305

    ER_SP_DOES_NOT_EXIST
    %s %s does not exist
    Оператор SELECT в хранимой процедуре должен содержать INTO

    Error MySQL: 1306

    ER_SP_DROP_FAILED
    Failed to DROP %s %s
    RETURN разрешено использовать только в FUNCTION

    Error MySQL: 1307

    ER_SP_STORE_FAILED
    Failed to CREATE %s %s
    В FUNCTION запрещено использование операторов, подобных SELECT,INSERT, UPDATE (и других)

    Error MySQL: 1308

    ER_SP_LILABEL_MISMATCH
    %s with no matching label: %s
    Журнал регистрации обновлений устарел и был заменен бинарным журналом регистрации; команда SET SQL_LOG_UPDATE игнорируется

    Error MySQL: 1309

    ER_SP_LABEL_REDEFINE
    Redefining label %s
    Журнал регистрации обновлений устарел и был заменен бинарным журналом регистрации; команда SET SQL_LOG_UPDATE переведена как SET SQL_LOG__BIN

    Error MySQL: 1310

    ER_SP_LABEL_MISMATCH
    End-label %s without match
    Выполнение запроса было прервано

    Error MySQL: 1311

    ER_SP_UNINIT_VAR
    Referring to uninitialized variable %s
    Неправильное число аргументов для %s %s; ожидалось %u, получено %u

    Error MySQL: 1312

    ER_SP_BADSELECT
    PROCEDURE %s can’t return a result set in the given context
    Неопределенная команда CONDITION: %s

    Error MySQL: 1313

    ER_SP_BADRETURN
    RETURN is only allowed in a FUNCTION
    RETURN в FUNCTION %s не обнаружен.

    Error MySQL: 1314

    ER_SP_BADSTATEMENT
    %s is not allowed in stored procedures
    FUNCTION %s завершилась без RETURN

    Error MySQL: 1315

    ER_UPDATE_LOG_DEPRECATED_IGNORED
    The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6.
    Оператором курсора должен быть SELECT

    Error MySQL: 1316

    ER_UPDATE_LOG_DEPRECATED_TRANSLATED
    The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN. This option will be removed in MySQL 5.6.
    Оператор курсора SELECT не должен содержать INTO

    Error MySQL: 1317

    ER_QUERY_INTERRUPTED
    Query execution was interrupted
    Неопределенный курсор CURSOR: %s

    Error MySQL: 1318

    ER_SP_WRONG_NO_OF_ARGS
    Incorrect number of arguments for %s %s; expected %u, got %u
    Курсор уже открыт

    Error MySQL: 1319

    ER_SP_COND_MISMATCH
    Undefined CONDITION: %s
    Курсор не открыт

    Error MySQL: 1320

    ER_SP_NORETURN
    No RETURN found in FUNCTION %s
    Необъявленная переменная: %s

    Error MySQL: 1321

    ER_SP_NORETURNEND
    FUNCTION %s ended without RETURN
    Неправильное число переменных FETCH

    Error MySQL: 1322

    ER_SP_BAD_CURSOR_QUERY
    Cursor statement must be a SELECT
    Данных для выборки (FETCH) нет

    Error MySQL: 1323

    ER_SP_BAD_CURSOR_SELECT
    Cursor SELECT must not have INTO
    Дублированный параметр: %s

    Error MySQL: 1324

    ER_SP_CURSOR_MISMATCH
    Undefined CURSOR: %s
    Дублированная переменная: %s

    Error MySQL: 1325

    ER_SP_CURSOR_ALREADY_OPEN
    Cursor is already open
    Дублированное условие: %s

    Error MySQL: 1326

    ER_SP_CURSOR_NOT_OPEN
    Cursor is not open
    Дублированный курсор: %s

    Error MySQL: 1327

    ER_SP_UNDECLARED_VAR
    Undeclared variable: %s
    He удалось изменить %s %s с помощью ALTER

    Error MySQL: 1328

    ER_SP_WRONG_NO_OF_FETCH_ARGS
    Incorrect number of FETCH variables
    Значение подвыборки не поддерживается

    Error MySQL: 1329

    ER_SP_FETCH_NO_DATA
    No data — zero rows fetched, selected, or processed
    Использование USE в хранимой процедуре запрещено

    Error MySQL: 1330

    ER_SP_DUP_PARAM
    Duplicate parameter: %s
    Объявление переменной или условия после объявления курсора или обработчика

    Error MySQL: 1331

    ER_SP_DUP_VAR
    Duplicate variable: %s
    Объявление курсора после объявления обработчика

    Error MySQL: 1332

    ER_SP_DUP_COND
    Duplicate condition: %s
    He найдена конструкция Case для оператора CASE

    Error MySQL: 1333

    ER_SP_DUP_CURS
    Duplicate cursor: %s
    Размер файла конфигурации слишком большой

    Error MySQL: 1334

    ER_SP_CANT_ALTER
    Failed to ALTER %s %s
    Некорректно заданный заголовок типа файла в файле «%s»

    Error MySQL: 1335

    ER_SP_SUBSELECT_NYI
    Subquery value not supported
    Неожиданный конец файла при анализе комментария «%s»

    Error MySQL: 1336

    ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
    %s is not allowed in stored function or trigger
    Ошибка при анализе параметра «%s»

    Error MySQL: 1337

    ER_SP_VARCOND_AFTER_CURSHNDLR
    Variable or condition declaration after cursor or handler declaration
    Неожиданный конец файла при пропуске неизвестного параметра «%s»

    Error MySQL: 1338

    ER_SP_CURSOR_AFTER_HANDLER
    Cursor declaration after handler declaration
    Курсор заявление после декларации обработчик

    Error MySQL: 1339

    ER_SP_CASE_NOT_FOUND
    Case not found for CASE statement
    Дело не найдено для сазе

    Error MySQL: 1340

    ER_FPARSER_TOO_BIG_FILE
    Configuration file ‘%s’ is too big
    Конфигурация файл%s ‘ слишком большой

    Error MySQL: 1341

    ER_FPARSER_BAD_HEADER
    Malformed file type header in file ‘%s’
    Заголовок в файле с искаженной тип файл%s ‘

    Error MySQL: 1342

    ER_FPARSER_EOF_IN_COMMENT
    Unexpected end of file while parsing comment ‘%s’
    Неожиданный конец файла во время разбора комментарий ‘%s’

    Error MySQL: 1343

    ER_FPARSER_ERROR_IN_PARAMETER
    Error while parsing parameter ‘%s’ (line: ‘%s’)
    Ошибка при разборе параметра ‘%s’ (линия : ‘%s’)

    Error MySQL: 1344

    ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
    Unexpected end of file while skipping unknown parameter ‘%s’
    Неожиданный конец файла, пропуская неизвестный параметр ‘%s’

    Error MySQL: 1345

    ER_VIEW_NO_EXPLAIN
    EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
    EXPLAIN / ШОУ не может быть выдан;

    Error MySQL: 1346

    ER_FRM_UNKNOWN_TYPE
    File ‘%s’ has unknown type ‘%s’ in its header
    Файл ‘ %s’ имеет неизвестный тип «%s ‘ в его заголовке

    Error MySQL: 1347

    ER_WRONG_OBJECT
    %s.%s’ is not %s
    % с. % с ‘не % с

    Error MySQL: 1348

    ER_NONUPDATEABLE_COLUMN
    Column ‘%s’ is not updatable
    Колонка «%s ‘ не является обновляемым

    Error MySQL: 1349

    ER_VIEW_SELECT_DERIVED
    View’s SELECT contains a subquery in the FROM clause
    Посмотреть профиль ВЫБОР содержит вложенный запрос в предложении FROM

    Error MySQL: 1350

    ER_VIEW_SELECT_CLAUSE
    View’s SELECT contains a ‘%s’ clause
    Посмотреть профиль ВЫБОР содержит ‘%s’ пункт

    Error MySQL: 1351

    ER_VIEW_SELECT_VARIABLE
    View’s SELECT contains a variable or parameter
    Посмотреть профиль ВЫБОР содержит переменную или параметр

    Error MySQL: 1352

    ER_VIEW_SELECT_TMPTABLE
    View’s SELECT refers to a temporary table ‘%s’
    Посмотреть профиль ВЫБОР относится к временной таблицы ‘%s’

    Error MySQL: 1353

    ER_VIEW_WRONG_LIST
    View’s SELECT and view’s field list have different column counts
    ВЫБОР и Посмотреть профиль Просмотреть список на местах имеют разные счетчики столбцов

    Error MySQL: 1354

    ER_WARN_VIEW_MERGE
    View merge algorithm can’t be used here for now (assumed undefined algorithm)
    Вид алгоритм слияния не могут быть использованы здесь на данный момент (предположительно определено алгоритм)

    Error MySQL: 1355

    ER_WARN_VIEW_WITHOUT_KEY
    View being updated does not have complete key of underlying table in it
    Посмотреть обновляется не имеет полной ключ базовой таблицы в нем

    Error MySQL: 1356

    ER_VIEW_INVALID
    View ‘%s.%s’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
    Посмотреть «%s. %s ‘ указывает на недопустимый стол (ы ) или колонки (ы) или функция (ы) или Определитель / Вызывающий вид прав отсутствия их использовать

    Error MySQL: 1357

    ER_SP_NO_DROP_SP
    Can’t drop or alter a %s from within another stored routine
    Невозможно удалить или изменить %s из другой хранимой процедуре

    Error MySQL: 1358

    ER_SP_GOTO_IN_HNDLR
    GOTO is not allowed in a stored procedure handler
    GOTO не допускается в обработчике хранимой процедуры

    Error MySQL: 1359

    ER_TRG_ALREADY_EXISTS
    Trigger already exists
    Запуск уже существует

    Error MySQL: 1360

    ER_TRG_DOES_NOT_EXIST
    Trigger does not exist
    Триггера не существует

    Error MySQL: 1361

    ER_TRG_ON_VIEW_OR_TEMP_TABLE
    Trigger’s ‘%s’ is view or temporary table
    Триггера ‘%s’ представляет собой вид или временная таблица

    Error MySQL: 1362

    ER_TRG_CANT_CHANGE_ROW
    Updating of %s row is not allowed in %strigger
    Обновление подряд %s не допускается в % strigger

    Error MySQL: 1363

    ER_TRG_NO_SUCH_ROW_IN_TRG
    There is no %s row in %s trigger
    Существует ряд Нет% с в триггер %s

    Error MySQL: 1364

    ER_NO_DEFAULT_FOR_FIELD
    Field ‘%s’ doesn’t have a default value
    Поле ‘ %s’ не имеет значения по умолчанию

    Error MySQL: 1365

    ER_DIVISION_BY_ZERO
    Division by 0
    Деление на 0

    Error MySQL: 1366

    ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
    Incorrect %s value: ‘%s’ for column ‘%s’ at row %ld
    Неправильные %s значение : «%s на столбец»%s ‘в строке %ld

    Error MySQL: 1367

    ER_ILLEGAL_VALUE_FOR_TYPE
    Illegal %s ‘%s’ value found during parsing
    Незаконное % с ‘%s’ найденное значение в процессе синтаксического

    Error MySQL: 1368

    ER_VIEW_NONUPD_CHECK
    CHECK OPTION on non-updatable view ‘%s.%s’
    CHECK OPTION на не обновляемого представления «%s. % С ‘

    Error MySQL: 1369

    ER_VIEW_CHECK_FAILED
    CHECK OPTION failed ‘%s.%s’
    ПРОВЕРКА ВАРИАНТ удалось ‘ %s. % С ‘

    Error MySQL: 1370

    ER_PROCACCESS_DENIED_ERROR
    %s command denied to user ‘%s’@’%s’ for routine ‘%s’
    Команда %s запрещена пользователю ‘ %s ‘ @ ​​’ %s на обычной ‘%s ‘

    Error MySQL: 1371

    ER_RELAY_LOG_FAIL
    Failed purging old relay logs: %s
    Не удалось продувки старые журналы реле : % с

    Error MySQL: 1372

    ER_PASSWD_LENGTH
    Password hash should be a %d-digit hexadecimal number
    Пароль хэш должен быть %d — значное шестнадцатеричное число

    Error MySQL: 1373

    ER_UNKNOWN_TARGET_BINLOG
    Target log not found in binlog index
    Целевая журнала не найден в Двоичный индекс

    Error MySQL: 1374

    ER_IO_ERR_LOG_INDEX_READ
    I/O error reading log index file
    Ошибка ввода / вывода индекс журнала чтение файла

    Error MySQL: 1375

    ER_BINLOG_PURGE_PROHIBITED
    Server configuration does not permit binlog purge
    Конфигурация сервера не позволяет Двоичный чистку

    Error MySQL: 1376

    ER_FSEEK_FAIL
    Failed on fseek()
    Не удалось на FSEEK ( )

    Error MySQL: 1377

    ER_BINLOG_PURGE_FATAL_ERR
    Fatal error during log purge
    Фатальная ошибка во время журнала продувки

    Error MySQL: 1378

    ER_LOG_IN_USE
    A purgeable log is in use, will not purge
    Промываемый журнал находится в использовании, не очистит

    Error MySQL: 1379

    ER_LOG_PURGE_UNKNOWN_ERR
    Unknown error during log purge
    Неизвестная ошибка при журнала продувки

    Error MySQL: 1380

    ER_RELAY_LOG_INIT
    Failed initializing relay log position: %s
    Не удалось инициализации реле позиция журнала : % с

    Error MySQL: 1381

    ER_NO_BINARY_LOGGING
    You are not using binary logging
    Вы не используете двоичную регистрацию

    Error MySQL: 1382

    ER_RESERVED_SYNTAX
    The ‘%s’ syntax is reserved for purposes internal to the MySQL server
    Синтаксис «%s ‘ зарезервирован для целей внутреннего к серверу MySQL

    Error MySQL: 1383

    ER_WSAS_FAILED
    WSAStartup Failed
    WSAStartup удалось

    Error MySQL: 1384

    ER_DIFF_GROUPS_PROC
    Can’t handle procedures with different groups yet
    Не можете справиться процедур с различными группами еще

    Error MySQL: 1385

    ER_NO_GROUP_FOR_PROC
    Select must have a group with this procedure
    Выберите должны иметь группу с этой процедурой

    Error MySQL: 1386

    ER_ORDER_WITH_PROC
    Can’t use ORDER clause with this procedure
    Нельзя использовать пункт заказ с этой процедурой

    Error MySQL: 1387

    ER_LOGGING_PROHIBIT_CHANGING_OF
    Binary logging and replication forbid changing the global server %s
    Двоичной лесозаготовки и репликация не дай изменения сервер глобального %s

    Error MySQL: 1388

    ER_NO_FILE_MAPPING
    Can’t map file: %s, errno: %d
    Не удается отобразить файл :%s, ошибка:%d

    Error MySQL: 1389

    ER_WRONG_MAGIC
    Wrong magic in %s
    Неправильный магия в % с

    Error MySQL: 1390

    ER_PS_MANY_PARAM
    Prepared statement contains too many placeholders
    Подготовлено заявление содержит слишком много заполнители

    Error MySQL: 1391

    ER_KEY_PART_0
    Key part ‘%s’ length cannot be 0
    Основные части ‘%s’ длина не может быть 0

    Error MySQL: 1392

    ER_VIEW_CHECKSUM
    View text checksum failed
    Просмотр текстовых Контрольная удалось

    Error MySQL: 1393

    ER_VIEW_MULTIUPDATE
    Can not modify more than one base table through a join view ‘%s.%s’
    Невозможно изменить более одной базовой таблицы через присоединиться вид ‘% с. % С ‘

    Error MySQL: 1394

    ER_VIEW_NO_INSERT_FIELD_LIST
    Can not insert into join view ‘%s.%s’ without fields list
    Не удается вставить в присоединиться вид ‘% с. % С ‘ без списка полей

    Error MySQL: 1395

    ER_VIEW_DELETE_MERGE_VIEW
    Can not delete from join view ‘%s.%s’
    Не удается удалить из присоединиться вид ‘% с. % С ‘

    Error MySQL: 1396

    ER_CANNOT_USER
    Operation %s failed for %s
    Операция % с Сбой % с

    Error MySQL: 1397

    ER_XAER_NOTA
    XAER_NOTA: Unknown XID
    XAER_NOTA : неизвестно XID

    Error MySQL: 1398

    ER_XAER_INVAL
    XAER_INVAL: Invalid arguments (or unsupported command)
    XAER_INVAL : инвалидные параметры (или не поддерживается команда)

    Error MySQL: 1399

    ER_XAER_RMFAIL
    XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state
    XAER_RMFAIL : Команда не может быть выполнена, когда глобальная транзакция находится в состоянии в %s

    Error MySQL: 1400

    ER_XAER_OUTSIDE
    XAER_OUTSIDE: Some work is done outside global transaction
    XAER_OUTSIDE : Некоторые работы выполняются вне глобальной транзакции

    Error MySQL: 1401

    ER_XAER_RMERR
    XAER_RMERR: Fatal error occurred in the transaction branch — check your data for consistency
    XAER_RMERR : Фатальная ошибка в ветви транзакции — проверить данные на соответствие

    Error MySQL: 1402

    ER_XA_RBROLLBACK
    XA_RBROLLBACK: Transaction branch was rolled back
    XA_RBROLLBACK : филиал сделка откат

    Error MySQL: 1403

    ER_NONEXISTING_PROC_GRANT
    There is no such grant defined for user ‘%s’ on host ‘%s’ on routine ‘%s’
    Там нет такой грант определены для пользователя ‘%s’ на хосте ‘%s’ на обычной ‘%s’

    Error MySQL: 1404

    ER_PROC_AUTO_GRANT_FAIL
    Failed to grant EXECUTE and ALTER ROUTINE privileges
    Не удалось предоставить EXECUTE и ALTER рутины привилегии

    Error MySQL: 1405

    ER_PROC_AUTO_REVOKE_FAIL
    Failed to revoke all privileges to dropped routine
    Не удалось отменить все привилегии упал рутины

    Error MySQL: 1406

    ER_DATA_TOO_LONG
    Data too long for column ‘%s’ at row %ld
    Данные слишком долго для столбца ‘%s’ в строке%ld

    Error MySQL: 1407

    ER_SP_BAD_SQLSTATE
    Bad SQLSTATE: ‘%s’
    Плохой SQLSTATE : ‘%s’

    Error MySQL: 1408

    ER_STARTUP
    %s: ready for connections. Version: ‘%s’ socket: ‘%s’ port: %d %s
    % с : Готов принимать соединения.

    Error MySQL: 1409

    ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
    Can’t load value from file with fixed size rows to variable
    Не удается загрузить значение из файла с фиксированного размера строк в переменной

    Error MySQL: 1410

    ER_CANT_CREATE_USER_WITH_GRANT
    You are not allowed to create a user with GRANT
    Вы не можете создать пользователя с Грантом

    Error MySQL: 1411

    ER_WRONG_VALUE_FOR_TYPE
    Incorrect %s value: ‘%s’ for function %s
    Неправильные %s значение : «%s на функции %s

    Error MySQL: 1412

    ER_TABLE_DEF_CHANGED
    Table definition has changed, please retry transaction
    Определение таблицы изменилось, повторите попытку сделки

    Error MySQL: 1413

    ER_SP_DUP_HANDLER
    Duplicate handler declared in the same block
    Дубликат обработчик заявил в том же блоке

    Error MySQL: 1414

    ER_SP_NOT_VAR_ARG
    OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
    OUT или INOUT аргумент%d для рутинной % с не является переменной или НОВЫЙ псевдопеременная в перед срабатыванием

    Error MySQL: 1415

    ER_SP_NO_RETSET
    Not allowed to return a result set from a %s
    Не разрешается возвращать результирующий набор из %s

    Error MySQL: 1416

    ER_CANT_CREATE_GEOMETRY_OBJECT
    Cannot get geometry object from data you send to the GEOMETRY field
    Не удается получить геометрии объекта из данных отправке на поле ГЕОМЕТРИИ

    Error MySQL: 1417

    ER_FAILED_ROUTINE_BREAK_BINLOG
    A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes
    Процедура не удалось, и не имеет ни Нет SQL, ни ЧИТАЕТ SQL DATA в его декларации и двоичный включено ведение журнала;

    Error MySQL: 1418

    ER_BINLOG_UNSAFE_ROUTINE
    This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
    Эта функция не имеет ни одного из детерминированных, NO SQL или ЧИТАЕТ SQL DATA в своем заявлении и двоичный ведение журнала включено (вы * возможно * хотите использовать менее безопасные log_bin_trust_function_creators переменных )

    Error MySQL: 1419

    ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
    You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
    Вы не имеете SUPER привилегии и двоичный ведение журнала включено (вы * может * хотите использовать менее безопасные log_bin_trust_function_creators переменных )

    Error MySQL: 1420

    ER_EXEC_STMT_WITH_OPEN_CURSOR
    You can’t execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.
    Вы не можете выполнить подготовленное заявление, которое имеет открытый курсор, связанный с ним.

    Error MySQL: 1421

    ER_STMT_HAS_NO_OPEN_CURSOR
    The statement (%lu) has no open cursor.
    В заявлении ( % лу ) не имеет открытого курсора.

    Error MySQL: 1422

    ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
    Explicit or implicit commit is not allowed in stored function or trigger.
    Явное или неявное обязательство не допускается в сохраненной функции или триггера.

    Error MySQL: 1423

    ER_NO_DEFAULT_FOR_VIEW_FIELD
    Field of view ‘%s.%s’ underlying table doesn’t have a default value
    Поле зрения «%s. % С ‘ базовая таблица не имеет значения по умолчанию

    Error MySQL: 1424

    ER_SP_NO_RECURSION
    Recursive stored functions and triggers are not allowed.
    Рекурсивные хранимые функции и триггеры не допускаются.

    Error MySQL: 1425

    ER_TOO_BIG_SCALE
    Too big scale %d specified for column ‘%s’. Maximum is %lu.
    Слишком большой масштаб %d указано для столбец «%s ‘.

    Error MySQL: 1426

    ER_TOO_BIG_PRECISION
    Too big precision %d specified for column ‘%s’. Maximum is %lu.
    Слишком большой точности %d указано для столбец «%s ‘.

    Error MySQL: 1427

    ER_M_BIGGER_THAN_D
    For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column ‘%s’).
    Для поплавка ( M, D), дважды ( M, D ) или десятичной ( M, D ), М должны бытьu003e = D ( столбец «%s ‘).

    Error MySQL: 1428

    ER_WRONG_LOCK_OF_SYSTEM_TABLE
    You can’t combine write-locking of system tables with other tables or lock types
    Вы не можете комбинировать рецензию блокировку системных таблиц с другими таблицами или заблокировать типы

    Error MySQL: 1429

    ER_CONNECT_TO_FOREIGN_DATA_SOURCE
    Unable to connect to foreign data source: %s
    Не удается подключиться к внешней источника данных : % с

    Error MySQL: 1430

    ER_QUERY_ON_FOREIGN_DATA_SOURCE
    There was a problem processing the query on the foreign data source. Data source Error MySQL: %s
    Существовал проблема обработки запроса на внешнем источнике данных.

    Error MySQL: 1431

    ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
    The foreign data source you are trying to reference does not exist. Data source Error MySQL: %s
    Иностранный источник данных вы пытаетесь ссылкой не существует.

    Error MySQL: 1432

    ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
    Can’t create federated table. The data source connection string ‘%s’ is not in the correct format
    Не удается создать таблицу федеративного.

    Error MySQL: 1433

    ER_FOREIGN_DATA_STRING_INVALID
    The data source connection string ‘%s’ is not in the correct format
    Строка подключения источника данных «%s ‘не в правильном формате

    Error MySQL: 1434

    ER_CANT_CREATE_FEDERATED_TABLE
    Can’t create federated table. Foreign data src Error MySQL: %s
    Не удается создать таблицу федеративного.

    Error MySQL: 1435

    ER_TRG_IN_WRONG_SCHEMA
    Trigger in wrong schema
    Запуск в неправильном схеме

    Error MySQL: 1436

    ER_STACK_OVERRUN_NEED_MORE
    Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use ‘mysqld —thread_stack=#’ to specify a bigger stack.
    Стек потоков переполнен : байт LD% используемых стека байт LD%, и нуждался % байт LD.

    Error MySQL: 1437

    ER_TOO_LONG_BODY
    Routine body for ‘%s’ is too long
    Регулярное тело для ‘%s’ слишком длинный

    Error MySQL: 1438

    ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
    Cannot drop default keycache
    Невозможно удалить умолчанию keycache

    Error MySQL: 1439

    ER_TOO_BIG_DISPLAYWIDTH
    Display width out of range for column ‘%s’ (max = %lu)
    Ширина дисплея вне диапазона для столбец «%s » (макс. = % лу )

    Error MySQL: 1440

    ER_XAER_DUPID
    XAER_DUPID: The XID already exists
    XAER_DUPID :XID уже существует

    Error MySQL: 1441

    ER_DATETIME_FUNCTION_OVERFLOW
    Datetime function: %s field overflow
    Функция даты и времени : % с Переполнение поля

    Error MySQL: 1442

    ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
    Can’t update table ‘%s’ in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
    Невозможно обновить таблицу ‘%s’ в хранимой функции / триггера, так как он уже используется заявлении, которое вызывается эту хранимую функцию / курок.

    Error MySQL: 1443

    ER_VIEW_PREVENT_UPDATE
    The definition of table ‘%s’ prevents operation %s on table ‘%s’.
    Определение таблица «%s ‘ предотвращает операция %s таблицы»%s ‘.

    Error MySQL: 1444

    ER_PS_NO_RECURSION
    The prepared statement contains a stored routine call that refers to that same statement. It’s not allowed to execute a prepared statement in such a recursive manner
    Подготовленный оператор содержит хранимую стандартного вызова, который ссылается на тот же заявлении.

    Error MySQL: 1445

    ER_SP_CANT_SET_AUTOCOMMIT
    Not allowed to set autocommit from a stored function or trigger
    Не допускается устанавливать автоматической фиксации из хранимой функции или триггера

    Error MySQL: 1446

    ER_MALFORMED_DEFINER
    Definer is not fully qualified
    Definer не полное

    Error MySQL: 1447

    ER_VIEW_FRM_NO_USER
    View ‘%s’.’%s’ has no definer information (old table format). Current user is used as definer. Please recreate the view!
    Посмотреть «%s ‘.’ %s ‘ не имеет никакой информации Definer (старый в виде таблицы).

    Error MySQL: 1448

    ER_VIEW_OTHER_USER
    You need the SUPER privilege for creation view with ‘%s’@’%s’ definer
    Вам нужен SUPER привилегии для зрения создания с ‘%s’ @ ‘ %s’ Definer

    Error MySQL: 1449

    ER_NO_SUCH_USER
    The user specified as a definer (‘%s’@’%s’) does not exist
    Указанный в качестве определителя (‘%s’ @ ‘ %s’) пользователь не существует

    Error MySQL: 1450

    ER_FORBID_SCHEMA_CHANGE
    Changing schema from ‘%s’ to ‘%s’ is not allowed.
    Изменение схемы из ‘%s’ в ‘%s’ не допускается.

    Error MySQL: 1451

    ER_ROW_IS_REFERENCED_2
    Cannot delete or update a parent row: a foreign key constraint fails (%s)
    Не можете удалить или обновить родительскую строку : ограничение внешнего ключа не удается ( %s)

    Error MySQL: 1452

    ER_NO_REFERENCED_ROW_2
    Cannot add or update a child row: a foreign key constraint fails (%s)
    Невозможно добавить или обновить дочернюю строку : ограничение внешнего ключа не удается ( %s)

    Error MySQL: 1453

    ER_SP_BAD_VAR_SHADOW
    Variable ‘%s’ must be quoted with `…`, or renamed
    Переменная ‘ %s’ должна быть указана с `…`, или переименованы

    Error MySQL: 1454

    ER_TRG_NO_DEFINER
    No definer attribute for trigger ‘%s’.’%s’. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
    Нет Определитель атрибут для запуска ‘%s’ ‘%s’..

    Error MySQL: 1455

    ER_OLD_FILE_FORMAT
    %s’ has an old format, you should re-create the ‘%s’ object(s)
    %s ‘ имеет старый формат, вы должны заново создать ‘ ‘ объект % с (ы)

    Error MySQL: 1456

    ER_SP_RECURSION_LIMIT
    Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
    Рекурсивные предел %d (как указано в переменной max_sp_recursion_depth ) был превышен на рутинной % с

    Error MySQL: 1457

    ER_SP_PROC_TABLE_CORRUPT
    Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
    Не удалось загрузить рутинной %s.

    Error MySQL: 1458

    ER_SP_WRONG_NAME
    Incorrect routine name ‘%s’
    Неправильное имя процедуры ‘%s’

    Error MySQL: 1459

    ER_TABLE_NEEDS_UPGRADE
    Table upgrade required. Please do «REPAIR TABLE `%s`» or dump/reload to fix it!
    Требуется обновление Таблица.

    Error MySQL: 1460

    ER_SP_NO_AGGREGATE
    AGGREGATE is not supported for stored functions
    СОВОКУПНАЯ не поддерживается для хранимых функций

    Error MySQL: 1461

    ER_MAX_PREPARED_STMT_COUNT_REACHED
    Can’t create more than max_prepared_stmt_count statements (current value: %lu)
    Не удается создать более max_prepared_stmt_count отчетности ( текущее значение : % лу )

    Error MySQL: 1462

    ER_VIEW_RECURSIVE
    `%s`.`%s` contains view recursion
    `% с `. `% с ` содержит вид рекурсии

    Error MySQL: 1463

    ER_NON_GROUPING_FIELD_USED
    Non-grouping field ‘%s’ is used in %s clause
    Номера для группировки поле «%s » используется в пункте %s

    Error MySQL: 1464

    ER_TABLE_CANT_HANDLE_SPKEYS
    The used table type doesn’t support SPATIAL indexes
    Используемая таблица браузер не поддерживает пространственных индексов

    Error MySQL: 1465

    ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
    Triggers can not be created on system tables
    Триггеры не могут быть созданы для системных таблиц

    Error MySQL: 1466

    ER_REMOVED_SPACES
    Leading spaces are removed from name ‘%s’
    Ведущие пробелы удаляются из имени «%s ‘

    Error MySQL: 1467

    ER_AUTOINC_READ_FAILED
    Failed to read auto-increment value from storage engine
    Не удалось прочитать значение автоприращения от механизма хранения

    Error MySQL: 1468

    ER_USERNAME
    user name
    имя пользователя

    Error MySQL: 1469

    ER_HOSTNAME
    host name
    имя хоста

    Error MySQL: 1470

    ER_WRONG_STRING_LENGTH
    String ‘%s’ is too long for %s (should be no longer than %d)
    Строка «%s ‘ слишком длинный для % с ( должна быть не более %d)

    Error MySQL: 1471

    ER_NON_INSERTABLE_TABLE
    The target table %s of the %s is not insertable-into
    Целевая таблица % х годов % с не вставляться — в

    Error MySQL: 1472

    ER_ADMIN_WRONG_MRG_TABLE
    Table ‘%s’ is differently defined or of non-MyISAM type or doesn’t exist
    Таблица ‘%s’ по-разному определяется или типа не- MyISAM или не существует

    Error MySQL: 1473

    ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
    Too high level of nesting for select
    Слишком высокий уровень вложенности для выбора

    Error MySQL: 1474

    ER_NAME_BECOMES_EMPTY
    Name ‘%s’ has become »
    Имя «%s » стал »

    Error MySQL: 1475

    ER_AMBIGUOUS_FIELD_TERM
    First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
    Первый символ из полей завершенная строка неоднозначно;

    Error MySQL: 1476

    ER_FOREIGN_SERVER_EXISTS
    The foreign server, %s, you are trying to create already exists.
    Иностранный сервера,% с, вы пытаетесь создать, уже существует.

    Error MySQL: 1477

    ER_FOREIGN_SERVER_DOESNT_EXIST
    The foreign server name you are trying to reference does not exist. Data source Error MySQL: %s
    Название иностранной сервер вы пытаетесь ссылкой не существует.

    Error MySQL: 1478

    ER_ILLEGAL_HA_CREATE_OPTION
    Table storage engine ‘%s’ does not support the create option ‘%s’
    Хранения Таблица двигатель «%s ‘не поддерживаетсоздание опция’ %s ‘

    Error MySQL: 1479

    ER_PARTITION_REQUIRES_VALUES_ERROR
    Syntax Error MySQL: %s PARTITIONING requires definition of VALUES %s for each partition
    Синтаксическая ошибка: %s PARTITIONING требуется определение ЗНАЧЕНИЯ % с для каждого раздела

    Error MySQL: 1480

    ER_PARTITION_WRONG_VALUES_ERROR
    Only %s PARTITIONING can use VALUES %s in partition definition
    Только %s PARTITIONING можете использовать значения %s в определении разделов

    Error MySQL: 1481

    ER_PARTITION_MAXVALUE_ERROR
    MAXVALUE can only be used in last partition definition
    MAXVALUE может использоваться только в последнем определении разделов

    Error MySQL: 1482

    ER_PARTITION_SUBPARTITION_ERROR
    Subpartitions can only be hash partitions and by key
    Подразделы может быть только хеш- разделов и ключ

    Error MySQL: 1483

    ER_PARTITION_SUBPART_MIX_ERROR
    Must define subpartitions on all partitions if on one partition
    Необходимо определить подразделы на всех разделах, если на одном разделе

    Error MySQL: 1484

    ER_PARTITION_WRONG_NO_PART_ERROR
    Wrong number of partitions defined, mismatch with previous setting
    Неверное количество разделов, определенных, несоответствие с предыдущей настройке

    Error MySQL: 1485

    ER_PARTITION_WRONG_NO_SUBPART_ERROR
    Wrong number of subpartitions defined, mismatch with previous setting
    Неверное количество подразделов определенных, несоответствие с предыдущей настройке

    Error MySQL: 1486

    ER_CONST_EXPR_IN_PARTITION_FUNC_ERROR
    Constant/Random expression in (sub)partitioning function is not allowed
    Постоянное / Random выражение в (под) функции секционирования не допускается

    Error MySQL: 1486

    ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
    Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
    Постоянные, случайные или часовой пояс в зависимости от выражения в (под) функции секционирования не допускаются

    Error MySQL: 1487

    ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
    Expression in RANGE/LIST VALUES must be constant
    Выражение в диапазоне / Список значений должен быть постоянным

    Error MySQL: 1488

    ER_FIELD_NOT_FOUND_PART_ERROR
    Field in list of fields for partition function not found in table
    Поле в списке полей для функции распределения не найден в таблице

    Error MySQL: 1489

    ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
    List of fields is only allowed in KEY partitions
    Список полей допускается только в ключевых разделов

    Error MySQL: 1490

    ER_INCONSISTENT_PARTITION_INFO_ERROR
    The partition info in the frm file is not consistent with what can be written into the frm file
    Информация раздела в файле FRM не согласуется с тем, что можно записать в файл FRM

    Error MySQL: 1491

    ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
    The %s function returns the wrong type
    Функция% с возвращает неправильный тип

    Error MySQL: 1492

    ER_PARTITIONS_MUST_BE_DEFINED_ERROR
    For %s partitions each partition must be defined
    Для %s разделов каждый раздел должен быть определен

    Error MySQL: 1493

    ER_RANGE_NOT_INCREASING_ERROR
    VALUES LESS THAN value must be strictly increasing for each partition
    Значения меньше стоимости должны быть строго возрастает для каждого раздела

    Error MySQL: 1494

    ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
    VALUES value must be of same type as partition function
    ЗНАЧЕНИЯ значение должно быть одного типа, как функции распределения

    Error MySQL: 1495

    ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
    Multiple definition of same constant in list partitioning
    Несколько определение же константой в список разделов

    Error MySQL: 1496

    ER_PARTITION_ENTRY_ERROR
    Partitioning can not be used stand-alone in query
    Разметка не может использоваться автономно в запросе

    Error MySQL: 1497

    ER_MIX_HANDLER_ERROR
    The mix of handlers in the partitions is not allowed in this version of MySQL
    Сочетание обработчиков в разделах не допускается в данной версии MySQL

    Error MySQL: 1498

    ER_PARTITION_NOT_DEFINED_ERROR
    For the partitioned engine it is necessary to define all %s
    Для многораздельной двигателя необходимо определить все % с

    Error MySQL: 1499

    ER_TOO_MANY_PARTITIONS_ERROR
    Too many partitions (including subpartitions) were defined
    Слишком много разделов (в том числе подразделов ) были определены

    Error MySQL: 1500

    ER_SUBPARTITION_ERROR
    It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
    Это возможно только смешивать RANGE / разделов списка с хэш / ключ разделения для subpartitioning

    Error MySQL: 1501

    ER_CANT_CREATE_HANDLER_FILE
    Failed to create specific handler file
    Не удалось создать определенный файл обработчика

    Error MySQL: 1502

    ER_BLOB_FIELD_IN_PART_FUNC_ERROR
    A BLOB field is not allowed in partition function
    Поле BLOB не допускается в функции секционирования

    Error MySQL: 1503

    ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
    A %s must include all columns in the table’s partitioning function
    % С должны включить все столбцы в функции секционирования таблицы

    Error MySQL: 1504

    ER_NO_PARTS_ERROR
    Number of %s = 0 is not an allowed value
    Количество % с = 0 не является допустимое значение

    Error MySQL: 1505

    ER_PARTITION_MGMT_ON_NONPARTITIONED
    Partition management on a not partitioned table is not possible
    Управление разделов на не секционированной таблицы не возможно

    Error MySQL: 1506

    ER_FOREIGN_KEY_ON_PARTITIONED
    Foreign key clause is not yet supported in conjunction with partitioning
    Предложение Внешний ключ пока не поддерживается в сочетании с разбиением

    Error MySQL: 1507

    ER_DROP_PARTITION_NON_EXISTENT
    Error in list of partitions to %s
    Ошибка в списке разделов, %s

    Error MySQL: 1508

    ER_DROP_LAST_PARTITION
    Cannot remove all partitions, use DROP TABLE instead
    Не можете удалить все разделы, используйте DROP TABLE вместо

    Error MySQL: 1509

    ER_COALESCE_ONLY_ON_HASH_PARTITION
    COALESCE PARTITION can only be used on HASH/KEY partitions
    COALESCE раздел может быть использован только на ХЭШ / KEY разделов

    Error MySQL: 1510

    ER_REORG_HASH_ONLY_ON_SAME_NO
    REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
    REORGANIZE раздел может быть использован только реорганизовать разделы не менять свои номера

    Error MySQL: 1511

    ER_REORG_NO_PARAM_ERROR
    REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
    REORGANIZE PARTITION без параметров может быть использован только на авто — распределяли таблиц с использованием хэш- перегородки

    Error MySQL: 1512

    ER_ONLY_ON_RANGE_LIST_PARTITION
    %s PARTITION can only be used on RANGE/LIST partitions
    %s раздел может быть использован только на RANGE / LIST разделов

    Error MySQL: 1513

    ER_ADD_PARTITION_SUBPART_ERROR
    Trying to Add partition(s) with wrong number of subpartitions
    Попытка Добавить раздел (ы) с неправильным числом подразделов

    Error MySQL: 1514

    ER_ADD_PARTITION_NO_NEW_PARTITION
    At least one partition must be added
    По крайней мере один раздел должен быть добавлен

    Error MySQL: 1515

    ER_COALESCE_PARTITION_NO_PARTITION
    At least one partition must be coalesced
    По крайней мере один раздел должен быть объединились

    Error MySQL: 1516

    ER_REORG_PARTITION_NOT_EXIST
    More partitions to reorganize than there are partitions
    Еще разделы по реорганизации, чем Есть разделы

    Error MySQL: 1517

    ER_SAME_NAME_PARTITION
    Duplicate partition name %s
    Дубликат имя раздела % с

    Error MySQL: 1518

    ER_NO_BINLOG_ERROR
    It is not allowed to shut off binlog on this command
    Не допускается, чтобы отключить Двоичный по этой команде

    Error MySQL: 1519

    ER_CONSECUTIVE_REORG_PARTITIONS
    When reorganizing a set of partitions they must be in consecutive order
    При реорганизации набор разделов они должны быть в последовательном порядке

    Error MySQL: 1520

    ER_REORG_OUTSIDE_RANGE
    Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
    Реорганизовать разделов дальности не может изменить общий диапазоны для последнего раздела, где она может расширить диапазон за исключением

    Error MySQL: 1521

    ER_PARTITION_FUNCTION_FAILURE
    Partition function not supported in this version for this handler
    Статистическая не поддерживается в этой версии для этого обработчика

    Error MySQL: 1522

    ER_PART_STATE_ERROR
    Partition state cannot be defined from CREATE/ALTER TABLE
    Состояние раздела не может быть определена с CREATE / ALTER TABLE

    Error MySQL: 1523

    ER_LIMITED_PART_RANGE
    The %s handler only supports 32 bit integers in VALUES
    Обработчик в %s поддерживает только 32-битные целые числа в ЦЕННОСТЕЙ

    Error MySQL: 1524

    ER_PLUGIN_IS_NOT_LOADED
    Plugin ‘%s’ is not loaded
    Плагин ‘%s’ не загружен

    Error MySQL: 1525

    ER_WRONG_VALUE
    Incorrect %s value: ‘%s’
    Неправильные %s значение : «%s ‘

    Error MySQL: 1526

    ER_NO_PARTITION_FOR_GIVEN_VALUE
    Table has no partition for value %s
    Таблица не имеет раздел для значение % с

    Error MySQL: 1527

    ER_FILEGROUP_OPTION_ONLY_ONCE
    It is not allowed to specify %s more than once
    Не допускается указывать % с более чем один раз

    Error MySQL: 1528

    ER_CREATE_FILEGROUP_FAILED
    Failed to create %s
    Не удалось создать % с

    Error MySQL: 1529

    ER_DROP_FILEGROUP_FAILED
    Failed to drop %s
    Не удалось удалить % с

    Error MySQL: 1530

    ER_TABLESPACE_AUTO_EXTEND_ERROR
    The handler doesn’t support autoextend of tablespaces
    Обработчик браузер не поддерживает AUTOEXTEND табличных

    Error MySQL: 1531

    ER_WRONG_SIZE_NUMBER
    A size parameter was incorrectly specified, either number or on the form 10M
    Параметр размера был неправильно определен, либо номер или на форме 10M

    Error MySQL: 1532

    ER_SIZE_OVERFLOW_ERROR
    The size number was correct but we don’t allow the digit part to be more than 2 billion
    Размер телефона был правилен, но мы не позволяем цифра часть не может быть более 2 млрд.

    Error MySQL: 1533

    ER_ALTER_FILEGROUP_FAILED
    Failed to alter: %s
    Не удалось изменить : % с

    Error MySQL: 1534

    ER_BINLOG_ROW_LOGGING_FAILED
    Writing one row to the row-based binary log failed
    Написание одну строку в рядной бинарного журнала не удалось

    Error MySQL: 1535

    ER_BINLOG_ROW_WRONG_TABLE_DEF
    Table definition on master and slave does not match: %s
    Определение таблицы на ведущего и ведомого не соответствует : % с

    Error MySQL: 1536

    ER_BINLOG_ROW_RBR_TO_SBR
    Slave running with —log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
    Ведомый работает с — войти — рабовладельцы обновления должны использовать строки на основе двоичную регистрацию, чтобы иметь возможность повторить двоичных событий журнала строк на основе

    Error MySQL: 1537

    ER_EVENT_ALREADY_EXISTS
    Event ‘%s’ already exists
    Событие «%s ‘уже существует

    Error MySQL: 1538

    ER_EVENT_STORE_FAILED
    Failed to store event %s. Error code %d from storage engine.
    Не удалось сохранить событие %s.

    Error MySQL: 1539

    ER_EVENT_DOES_NOT_EXIST
    Unknown event ‘%s’
    Неизвестный событие ‘%s’

    Error MySQL: 1540

    ER_EVENT_CANT_ALTER
    Failed to alter event ‘%s’
    Не удалось изменить событие ‘%s’

    Error MySQL: 1541

    ER_EVENT_DROP_FAILED
    Failed to drop %s
    Не удалось удалить % с

    Error MySQL: 1542

    ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
    INTERVAL is either not positive or too big
    ИНТЕРВАЛ либо не положительный или слишком большой

    Error MySQL: 1543

    ER_EVENT_ENDS_BEFORE_STARTS
    ENDS is either invalid or before STARTS
    Концами либо недействительным или до начала

    Error MySQL: 1544

    ER_EVENT_EXEC_TIME_IN_THE_PAST
    Event execution time is in the past. Event has been disabled
    Время выполнения событие в прошлом.

    Error MySQL: 1545

    ER_EVENT_OPEN_TABLE_FAILED
    Failed to open mysql.event
    Не удалось открыть mysql.event

    Error MySQL: 1546

    ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
    No datetime expression provided
    Нет выражение даты и времени при условии,

    Error MySQL: 1547

    ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
    Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted
    Колонка кол MySQL. % С неправильно.

    Error MySQL: 1548

    ER_CANNOT_LOAD_FROM_TABLE
    Cannot load from mysql.%s. The table is probably corrupted
    Не удается загрузить из MySQL. % С.

    Error MySQL: 1549

    ER_EVENT_CANNOT_DELETE
    Failed to delete the event from mysql.event
    Не удалось удалить событие из mysql.event

    Error MySQL: 1550

    ER_EVENT_COMPILE_ERROR
    Error during compilation of event’s body
    Ошибка при компиляции тела мероприятия

    Error MySQL: 1551

    ER_EVENT_SAME_NAME
    Same old and new event name
    То же самое старое и новое название события

    Error MySQL: 1552

    ER_EVENT_DATA_TOO_LONG
    Data for column ‘%s’ too long
    Данные за столбец «%s ‘ слишком долго

    Error MySQL: 1553

    ER_DROP_INDEX_FK
    Cannot drop index ‘%s’: needed in a foreign key constraint
    Невозможно удалить индекс «%s ‘ : необходимо в ограничении внешнего ключа

    Error MySQL: 1554

    ER_WARN_DEPRECATED_SYNTAX_WITH_VER
    The syntax ‘%s’ is deprecated and will be removed in MySQL %s. Please use %s instead
    Синтаксис «%s ‘ устарела и будет удалена в MySQL % с.

    Error MySQL: 1555

    ER_CANT_WRITE_LOCK_LOG_TABLE
    You can’t write-lock a log table. Only read access is possible
    Вы не можете написать — блокировки таблицы журнала.

    Error MySQL: 1556

    ER_CANT_LOCK_LOG_TABLE
    You can’t use locks with log tables.
    Вы не можете использовать замки с таблицами журнала.

    Error MySQL: 1557

    ER_FOREIGN_DUPLICATE_KEY
    Upholding foreign key constraints for table ‘%s’, entry ‘%s’, key %d would lead to a duplicate entry
    Поддержание внешнего ключа для таблицы «%s ‘, вход ‘%s ‘, ключ%d приведет к дублирования ввода

    Error MySQL: 1558

    ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
    Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
    Колонка кол MySQL. % С неправильно.

    Error MySQL: 1559

    ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
    Cannot switch out of the row-based binary log format when the session has open temporary tables
    Невозможно переключить из двоичном формате журнала рядной когда сессия есть открытые временные таблицы

    Error MySQL: 1560

    ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
    Cannot change the binary logging format inside a stored function or trigger
    Невозможно изменить двоичный формат ведения журнала внутри хранимой функции или триггера

    Error MySQL: 1561

    ER_NDB_CANT_SWITCH_BINLOG_FORMAT
    The NDB cluster engine does not support changing the binlog format on the fly yet
    Кластер двигатель NDB браузер не поддерживает изменения Двоичный формат на лету еще

    Error MySQL: 1562

    ER_PARTITION_NO_TEMPORARY
    Cannot create temporary table with partitions
    Невозможно создать временную таблицу с разделами

    Error MySQL: 1563

    ER_PARTITION_CONST_DOMAIN_ERROR
    Partition constant is out of partition function domain
    Постоянная разделов находится вне функции секционирования области

    Error MySQL: 1564

    ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
    This partition function is not allowed
    Эта функция раздел не допускается

    Error MySQL: 1565

    ER_DDL_LOG_ERROR
    Error in DDL log
    Ошибка в журнале DDL

    Error MySQL: 1566

    ER_NULL_IN_VALUES_LESS_THAN
    Not allowed to use NULL value in VALUES LESS THAN
    Не разрешается использовать NULL значение в величине меньше, чем

    Error MySQL: 1567

    ER_WRONG_PARTITION_NAME
    Incorrect partition name
    Неправильное имя раздела

    Error MySQL: 1568

    ER_CANT_CHANGE_TX_ISOLATION
    Transaction isolation level can’t be changed while a transaction is in progress
    Уровень изоляции транзакций не может быть изменен в то время как транзакция выполняется

    Error MySQL: 1569

    ER_DUP_ENTRY_AUTOINCREMENT_CASE
    ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ‘%s’ for key ‘%s’
    ALTER TABLE вызывает auto_increment Resequencing, в результате дублирования ввода ‘ %s на ключевой ‘%s ‘

    Error MySQL: 1570

    ER_EVENT_MODIFY_QUEUE_ERROR
    Internal scheduler error %d
    Внутренняя ошибка планировщик %d

    Error MySQL: 1571

    ER_EVENT_SET_VAR_ERROR
    Error during starting/stopping of the scheduler. Error code %u
    Ошибка при Запуск / остановка планировщика.

    Error MySQL: 1572

    ER_PARTITION_MERGE_ERROR
    Engine cannot be used in partitioned tables
    Двигатель не может быть использован в секционированных таблиц

    Error MySQL: 1573

    ER_CANT_ACTIVATE_LOG
    Cannot activate ‘%s’ log
    Невозможно активировать ‘%s’ журнал

    Error MySQL: 1574

    ER_RBR_NOT_AVAILABLE
    The server was not built with row-based replication
    Сервер не был построен с рядной репликации

    Error MySQL: 1575

    ER_BASE64_DECODE_ERROR
    Decoding of base64 string failed
    Расшифровка base64 строки не удалось

    Error MySQL: 1576

    ER_EVENT_RECURSION_FORBIDDEN
    Recursion of EVENT DDL statements is forbidden when body is present
    Рекурсия события DDL заявления запрещено, когда тело присутствует

    Error MySQL: 1577

    ER_EVENTS_DB_ERROR
    Cannot proceed because system tables used by Event Scheduler were found damaged at server start
    Не удается выполнить, потому что системные таблицы, используемые Event Scheduler были найдены повреждения при запуске сервера

    Error MySQL: 1578

    ER_ONLY_INTEGERS_ALLOWED
    Only integers allowed as number here
    Только целые допускается в качестве числа здесь

    Error MySQL: 1579

    ER_UNSUPORTED_LOG_ENGINE
    This storage engine cannot be used for log tables»
    Этот двигатель хранения не могут быть использованы для таблиц журнала «

    Error MySQL: 1580

    ER_BAD_LOG_STATEMENT
    You cannot ‘%s’ a log table if logging is enabled
    Вы не можете ‘%s’ таблица журнала, если включено ведение журнала

    Error MySQL: 1581

    ER_CANT_RENAME_LOG_TABLE
    Cannot rename ‘%s’. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to ‘%s’
    Невозможно переименовать ‘%s’.

    Error MySQL: 1582

    ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
    Incorrect parameter count in the call to native function ‘%s’
    Неправильное количество параметров в вызове собственной функции ‘%s’

    Error MySQL: 1583

    ER_WRONG_PARAMETERS_TO_NATIVE_FCT
    Incorrect parameters in the call to native function ‘%s’
    Неверные параметры в вызове собственной функции ‘%s’

    Error MySQL: 1584

    ER_WRONG_PARAMETERS_TO_STORED_FCT
    Incorrect parameters in the call to stored function ‘%s’
    Неверные параметры в вызове хранимой функции ‘%s’

    Error MySQL: 1585

    ER_NATIVE_FCT_NAME_COLLISION
    This function ‘%s’ has the same name as a native function
    Эта функция ‘%s’ имеет то же имя, родной функции

    Error MySQL: 1586

    ER_DUP_ENTRY_WITH_KEY_NAME
    Duplicate entry ‘%s’ for key ‘%s’
    Дублировать запись ‘%s’ для ключа «%s ‘

    Error MySQL: 1587

    ER_BINLOG_PURGE_EMFILE
    Too many files opened, please execute the command again
    Слишком много файлов открыто, пожалуйста, выполните команду снова

    Error MySQL: 1588

    ER_EVENT_CANNOT_CREATE_IN_THE_PAST
    Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
    Время выполнения событие в прошлом и по окончании не сохраняют установлен.

    Error MySQL: 1589

    ER_EVENT_CANNOT_ALTER_IN_THE_PAST
    Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
    Время выполнения событие в прошлом и по окончании не сохраняют установлен.

    Error MySQL: 1590

    ER_SLAVE_INCIDENT
    The incident %s occured on the master. %s
    Инцидент % с произошло на главном.

    Error MySQL: 1591

    ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
    Table has no partition for some existing values
    Таблица не имеет раздел для некоторых существующих значений

    Error MySQL: 1592

    ER_BINLOG_UNSAFE_STATEMENT
    Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
    Небезопасная заявление записываются в двоичном журнале с использованием формата отчетности с BINLOG_FORMAT = ЗАЯВЛЕНИЕ.

    Error MySQL: 1593

    ER_SLAVE_FATAL_ERROR
    Fatal Error MySQL: %s
    Фатальная ошибка: % с

    Error MySQL: 1594

    ER_SLAVE_RELAY_LOG_READ_FAILURE
    Relay log read failure: %s
    Журнал Реле читать провал : % с

    Error MySQL: 1595

    ER_SLAVE_RELAY_LOG_WRITE_FAILURE
    Relay log write failure: %s
    Реле журнала ошибка записи : % с

    Error MySQL: 1596

    ER_SLAVE_CREATE_EVENT_FAILURE
    Failed to create %s
    Не удалось создать % с

    Error MySQL: 1597

    ER_SLAVE_MASTER_COM_FAILURE
    Master command %s failed: %s
    Мастер команда% с не удалось: % с

    Error MySQL: 1598

    ER_BINLOG_LOGGING_IMPOSSIBLE
    Binary logging not possible. %s
    Двоичной регистрации невозможно.

    Error MySQL: 1599

    ER_VIEW_NO_CREATION_CTX
    View `%s`.`%s` has no creation context
    Зайти % с `. `% С ` не имеет контекст создания

    Error MySQL: 1600

    ER_VIEW_INVALID_CREATION_CTX
    Creation context of view `%s`.`%s’ is invalid
    Контекст Создание зрения `% ов `. `% С » недопустим

    Error MySQL: 1601

    ER_SR_INVALID_CREATION_CTX
    Creation context of stored routine `%s`.`%s` is invalid
    Контекст Создание хранимой рутинной `% с `. `% С ` является недействительным

    Error MySQL: 1602

    ER_TRG_CORRUPTED_FILE
    Corrupted TRG file for table `%s`.`%s`
    Поврежденный TRG файл для таблицы ‘% с `. `% С `

    Error MySQL: 1603

    ER_TRG_NO_CREATION_CTX
    Triggers for table `%s`.`%s` have no creation context
    Не Триггеры для таблицы ` % с `. « Имеют никакого контекста слова %s

    Error MySQL: 1604

    ER_TRG_INVALID_CREATION_CTX
    Trigger creation context of table `%s`.`%s` is invalid
    Создание триггера контекст таблицы ` % с `. `% С ` является недействительным

    Error MySQL: 1605

    ER_EVENT_INVALID_CREATION_CTX
    Creation context of event `%s`.`%s` is invalid
    Контекст Создание событий `% с `. `% С ` является недействительным

    Error MySQL: 1606

    ER_TRG_CANT_OPEN_TABLE
    Cannot open table for trigger `%s`.`%s`
    Не могу открыть стол для запуска `% ов `. `% С `

    Error MySQL: 1607

    ER_CANT_CREATE_SROUTINE
    Cannot create stored routine `%s`. Check warnings
    Невозможно создать хранимую рутинной ` %s `.

    Error MySQL: 1608

    ER_SLAVE_AMBIGOUS_EXEC_MODE
    Ambiguous slave modes combination. %s
    Неоднозначное ведомом режимах комбинации.

    Error MySQL: 1608

    ER_NEVER_USED
    Ambiguous slave modes combination. %s
    Неоднозначное ведомом режимах комбинации.

    Error MySQL: 1609

    ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
    The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
    Двоичный утверждение типа `% ов ` не предшествовала Описание формата Двоичный заявлении.

    Error MySQL: 1610

    ER_SLAVE_CORRUPT_EVENT
    Corrupted replication event was detected
    Поврежденный событие репликации был обнаружен

    Error MySQL: 1611

    ER_LOAD_DATA_INVALID_COLUMN
    Invalid column reference (%s) in LOAD DATA
    Ссылка Неверный колонка ( %s) в LOAD DATA

    Error MySQL: 1612

    ER_LOG_PURGE_NO_FILE
    Being purged log %s was not found
    Будучи очищены журнал %s не найден

    Error MySQL: 1613

    ER_XA_RBTIMEOUT
    XA_RBTIMEOUT: Transaction branch was rolled back: took too long
    XA_RBTIMEOUT : филиал сделка откат : занимает слишком много времени

    Error MySQL: 1614

    ER_XA_RBDEADLOCK
    XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
    XA_RBDEADLOCK : филиал сделка откат : тупик был обнаружен

    Error MySQL: 1615

    ER_NEED_REPREPARE
    Prepared statement needs to be re-prepared
    Подготовлено заявление должно быть повторно подготовлен

    Error MySQL: 1616

    ER_DELAYED_NOT_SUPPORTED
    DELAYED option not supported for table ‘%s’
    ЗАДЕРЖАН вариант не поддерживается для таблицы «%s ‘

    Error MySQL: 1617

    WARN_NO_MASTER_INFO
    The master info structure does not exist
    Мастер информационная структура не существует

    Error MySQL: 1618

    WARN_OPTION_IGNORED
    <%s> option ignored
    u003c с % u003e опция игнорируется

    Error MySQL: 1619

    WARN_PLUGIN_DELETE_BUILTIN
    Built-in plugins cannot be deleted
    Встроенные плагины не могут быть удалены

    Error MySQL: 1620

    WARN_PLUGIN_BUSY
    Plugin is busy and will be uninstalled on shutdown
    Плагин занят и будет удалена при завершении работы

    Error MySQL: 1621

    ER_VARIABLE_IS_READONLY
    %s variable ‘%s’ is read-only. Use SET %s to assign the value
    %s переменная ‘ %s’ только для чтения.

    Error MySQL: 1622

    ER_WARN_ENGINE_TRANSACTION_ROLLBACK
    Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
    Хранение двигателя % с браузер не поддерживает откат для этого заявления.

    Error MySQL: 1623

    ER_SLAVE_HEARTBEAT_FAILURE
    Unexpected master’s heartbeat data: %s
    Данные сердцебиение Нечаянная мастера : % с

    Error MySQL: 1624

    ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
    The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).
    Запрашиваемая значение для периода сердечных сокращений либо отрицательный или превышает максимально допустимое ( %s секунды ).

    Error MySQL: 1625

    ER_NDB_REPLICATION_SCHEMA_ERROR
    Bad schema for mysql.ndb_replication table. %s
    Плохой схемы для mysql.ndb_replication таблице.

    Error MySQL: 1626

    ER_CONFLICT_FN_PARSE_ERROR
    Error in parsing conflict function. %s
    Ошибка при разборе функцию конфликта.

    Error MySQL: 1627

    ER_EXCEPTIONS_WRITE_ERROR
    Write to exceptions table failed. %s»
    Пишите исключений таблице не удалось.

    Error MySQL: 1628

    ER_TOO_LONG_TABLE_COMMENT
    Comment for table ‘%s’ is too long (max = %lu)
    Комментарий для таблицы «%s ‘ слишком длинный (макс. = % лу )

    Error MySQL: 1629

    ER_TOO_LONG_FIELD_COMMENT
    Comment for field ‘%s’ is too long (max = %lu)
    Комментарий для поля ‘%s’ слишком длинный (макс. = % лу )

    Error MySQL: 1630

    ER_FUNC_INEXISTENT_NAME_COLLISION
    FUNCTION %s does not exist. Check the ‘Function Name Parsing and Resolution’ section in the Reference Manual
    ФУНКЦИИ % с не существует.

    Error MySQL: 1631

    ER_DATABASE_NAME
    Database
    база данных

    Error MySQL: 1632

    ER_TABLE_NAME
    Table
    стол

    Error MySQL: 1633

    ER_PARTITION_NAME
    Partition
    раздел

    Error MySQL: 1634

    ER_SUBPARTITION_NAME
    Subpartition
    подразделу

    Error MySQL: 1635

    ER_TEMPORARY_NAME
    Temporary
    временный

    Error MySQL: 1636

    ER_RENAMED_NAME
    Renamed
    переименованный

    Error MySQL: 1637

    ER_TOO_MANY_CONCURRENT_TRXS
    Too many active concurrent transactions
    Слишком много активных параллельные транзакции

    Error MySQL: 1638

    WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
    Non-ASCII separator arguments are not fully supported
    Аргументы сепаратор не-ASCII поддерживаются не полностью

    Error MySQL: 1639

    ER_DEBUG_SYNC_TIMEOUT
    debug sync point wait timed out
    точка отладки синхронизации ожидание истекло

    Error MySQL: 1640

    ER_DEBUG_SYNC_HIT_LIMIT
    debug sync point hit limit reached
    точка отладки синхронизации хит Достигнут предел

    Error MySQL: 1641

    ER_DUP_SIGNAL_SET
    Duplicate condition information item ‘%s’
    Дублировать состояние информационного элемента ‘%s’

    Error MySQL: 1642

    ER_SIGNAL_WARN
    Unhandled user-defined warning condition
    Неизвестное определяемые пользователем условие предупреждение

    Error MySQL: 1643

    ER_SIGNAL_NOT_FOUND
    Unhandled user-defined not found condition
    Неизвестное определяемые пользователем не найден состояние

    Error MySQL: 1644

    ER_SIGNAL_EXCEPTION
    Unhandled user-defined exception condition
    Неизвестное определяемые пользователем состояние исключение

    Error MySQL: 1645

    ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
    RESIGNAL when handler not active
    RESIGNAL когда обработчик не активен

    Error MySQL: 1646

    ER_SIGNAL_BAD_CONDITION_TYPE
    SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
    СИГНАЛ / RESIGNAL можно использовать только состояние, определяемое с SQLSTATE

    Error MySQL: 1647

    WARN_COND_ITEM_TRUNCATED
    Data truncated for condition item ‘%s’
    Данные усечены для Состояние ‘%s’

    Error MySQL: 1648

    ER_COND_ITEM_TOO_LONG
    Data too long for condition item ‘%s’
    Данные слишком долго для Состояние ‘%s’

    Error MySQL: 1649

    ER_UNKNOWN_LOCALE
    Unknown locale: ‘%s’
    Неизвестно Язык: ‘%s’

    Error MySQL: 1650

    ER_SLAVE_IGNORE_SERVER_IDS
    The requested server id %d clashes with the slave startup option —replicate-same-server-id
    Запрашиваемая идентификатор сервера %d столкновения с параметром запуска раб — повторить — же — сервера идентификатор

    Error MySQL: 1651

    ER_QUERY_CACHE_DISABLED
    Query cache is disabled; restart the server with query_cache_type=1 to enable it
    Кэш запросов отключена;

    Error MySQL: 1652

    ER_SAME_NAME_PARTITION_FIELD
    Duplicate partition field name ‘%s’
    Дублирование разделов имя поля ‘%s’

    Error MySQL: 1653

    ER_PARTITION_COLUMN_LIST_ERROR
    Inconsistency in usage of column lists for partitioning
    Непоследовательность в использовании списков столбцов для разделения

    Error MySQL: 1654

    ER_WRONG_TYPE_COLUMN_VALUE_ERROR
    Partition column values of incorrect type
    Перегородки значения столбцов из неправильного типа

    Error MySQL: 1655

    ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR
    Too many fields in ‘%s’
    Слишком много полей в ‘%s’

    Error MySQL: 1656

    ER_MAXVALUE_IN_VALUES_IN
    Cannot use MAXVALUE as value in VALUES IN
    Нельзя использовать MAXVALUE как значение значений в

    Error MySQL: 1657

    ER_TOO_MANY_VALUES_ERROR
    Cannot have more than one value for this type of %s partitioning
    Не может иметь более одного значения для этого типа секционирования %s

    Error MySQL: 1658

    ER_ROW_SINGLE_PARTITION_FIELD_ERROR
    Row expressions in VALUES IN only allowed for multi-field column partitioning
    Выражения Row значений в только разрешенных для разделения столбца многопрофильной

    Error MySQL: 1659

    ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
    Field ‘%s’ is of a not allowed type for this type of partitioning
    Поле ‘ %s’ имеет не допускается типа для этого типа разделов

    Error MySQL: 1660

    ER_PARTITION_FIELDS_TOO_LONG
    The total length of the partitioning fields is too large
    Общая длина полей разделения слишком велик

    Error MySQL: 1661

    ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE
    Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.
    Невозможно выполнить заявление: нельзя писать в двоичный журнал, поскольку обе строки — не в состоянии двигатели и заявление — неспособным двигатели участвуют.

    Error MySQL: 1662

    ER_BINLOG_ROW_MODE_AND_STMT_ENGINE
    Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с BINLOG_FORMAT = СТРОКА и по крайней мере одна таблица использует механизм хранения ограничивается заявление на основе регистрации.

    Error MySQL: 1663

    ER_BINLOG_UNSAFE_AND_STMT_ENGINE
    Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с заявлением небезопасно, механизм хранения ограничивается заявление на основе регистрации, и BINLOG_FORMAT = MIXED.

    Error MySQL: 1664

    ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE
    Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с заявлением в формате строк и по крайней мере одна таблица использует механизм хранения ограничивается заявление на основе регистрации.

    Error MySQL: 1665

    ER_BINLOG_STMT_MODE_AND_ROW_ENGINE
    Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с BINLOG_FORMAT = ЗАЯВЛЕНИЕ и по крайней мере одна таблица использует механизм хранения ограничен грести на основе рубок % с.

    Error MySQL: 1666

    ER_BINLOG_ROW_INJECTION_AND_STMT_MODE
    Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с заявлением в формате строк и BINLOG_FORMAT = ЗАЯВЛЕНИЕ.

    Error MySQL: 1667

    ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
    Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.
    Невозможно выполнить заявление: нельзя писать в двоичный журнал с более чем одним двигателем участвует и по крайней мере один двигатель самостоятельно регистрация.

    Error MySQL: 1668

    ER_BINLOG_UNSAFE_LIMIT
    The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.
    В заявлении небезопасно, поскольку он использует оговорку предел.

    Error MySQL: 1669

    ER_BINLOG_UNSAFE_INSERT_DELAYED
    The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.
    В заявлении небезопасно, поскольку он использует INSERT DELAYED.

    Error MySQL: 1670

    ER_BINLOG_UNSAFE_SYSTEM_TABLE
    The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
    В заявлении небезопасно, поскольку он использует общий журнал, журнал медленных запросов или performance_schema таблицу (ы).

    Error MySQL: 1671

    ER_BINLOG_UNSAFE_AUTOINC_COLUMNS
    Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
    О себе небезопасно, потому что это вызывает триггер или хранимую функцию, которая вставляет в столбец AUTO_INCREMENT.

    Error MySQL: 1672

    ER_BINLOG_UNSAFE_UDF
    Statement is unsafe because it uses a UDF which may not return the same value on the slave.
    О себе небезопасно, поскольку он использует UDF, которые не могут вернуться и то же значение на раб.

    Error MySQL: 1673

    ER_BINLOG_UNSAFE_SYSTEM_VARIABLE
    Statement is unsafe because it uses a system variable that may have a different value on the slave.
    О себе небезопасно, поскольку он использует системную переменную, которая может иметь различное значение на раба.

    Error MySQL: 1674

    ER_BINLOG_UNSAFE_SYSTEM_FUNCTION
    Statement is unsafe because it uses a system function that may return a different value on the slave.
    О себе небезопасно, поскольку он использует системную функцию, которая может вернуть другое значение на раб.

    Error MySQL: 1675

    ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS
    Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
    О себе небезопасно, потому что обращается к таблице нетранзакционных после доступа к таблице транзакций в рамках одной транзакции.

    Error MySQL: 1676

    ER_MESSAGE_AND_STATEMENT
    %s Statement: %s
    % с себе : % с

    Error MySQL: 1677

    ER_SLAVE_CONVERSION_FAILED
    Column %d of table ‘%s.%s’ cannot be converted from type ‘%s’ to type ‘%s’
    Колонка %d из таблицы «%s. % С ‘не может быть преобразован из типа»%s ‘ ввести ‘%s’

    Error MySQL: 1678

    ER_SLAVE_CANT_CREATE_CONVERSION
    Can’t create conversion table for table ‘%s.%s’
    Невозможно создать таблицу преобразования для таблицы «% с. % С ‘

    Error MySQL: 1679

    ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
    Cannot modify @@session.binlog_format inside a transaction
    Невозможно изменить @ @ session.binlog_format внутри транзакции

    Error MySQL: 1680

    ER_PATH_LENGTH
    The path specified for %s is too long.
    Путь, указанный для % с слишком длинный.

    Error MySQL: 1681

    ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT
    %s’ is deprecated and will be removed in a future release.
    % с ‘ устарела и будет удалена в будущих версиях.

    Error MySQL: 1682

    ER_WRONG_NATIVE_TABLE_STRUCTURE
    Native table ‘%s’.’%s’ has the wrong structure
    Родной таблица «%s ‘.’ %s ‘ имеет неправильную структуру

    Error MySQL: 1683

    ER_WRONG_PERFSCHEMA_USAGE
    Invalid performance_schema usage.
    Недопустимое использование performance_schema.

    Error MySQL: 1684

    ER_WARN_I_S_SKIPPED_TABLE
    Table ‘%s’.’%s’ was skipped since its definition is being modified by concurrent DDL statement
    Таблица «%s ‘.’ %s ‘ был пропущен, поскольку ее определение вносятся изменения одновременным заявлением DDL

    Error MySQL: 1685

    ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
    Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
    Невозможно изменить @ @ session.binlog_direct_non_transactional_updates внутри транзакции

    Error MySQL: 1686

    ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
    Cannot change the binlog direct flag inside a stored function or trigger
    Невозможно изменить Двоичный прямой флаг внутри хранимой функции или триггера

    Error MySQL: 1687

    ER_SPATIAL_MUST_HAVE_GEOM_COL
    A SPATIAL index may only contain a geometrical type column
    Пространственный индекс может содержать только столбец геометрическая типа

    Error MySQL: 1688

    ER_TOO_LONG_INDEX_COMMENT
    Comment for index ‘%s’ is too long (max = %lu)
    Комментарий для индекса » %s ‘ слишком длинный (макс. = % лу )

    Error MySQL: 1689

    ER_LOCK_ABORTED
    Wait on a lock was aborted due to a pending exclusive lock
    Ожидание блокировки была прервана из-за отложенного исключительной блокировки

    Error MySQL: 1690

    ER_DATA_OUT_OF_RANGE
    %s value is out of range in ‘%s’
    Значение %s находится вне диапазона в ‘%s’

    Error MySQL: 1691

    ER_WRONG_SPVAR_TYPE_IN_LIMIT
    A variable of a non-integer based type in LIMIT clause
    Переменная типа не целое, основанной в пункте LIMIT

    Error MySQL: 1692

    ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
    Mixing self-logging and non-self-logging engines in a statement is unsafe.
    Смешивание собственного рубками и несамоходных протоколирования двигатели в заявлении небезопасно.

    Error MySQL: 1693

    ER_BINLOG_UNSAFE_MIXED_STATEMENT
    Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
    О себе доступ нетранзактных стол, а также транзакций или временную таблицу, и записывает в любой из них.

    Error MySQL: 1694

    ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
    Cannot modify @@session.sql_log_bin inside a transaction
    Невозможно изменить @ @ session.sql_log_bin внутри транзакции

    Error MySQL: 1695

    ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
    Cannot change the sql_log_bin inside a stored function or trigger
    Невозможно изменить SQL_LOG_BIN внутри хранимой функции или триггера

    Error MySQL: 1696

    ER_FAILED_READ_FROM_PAR_FILE
    Failed to read from the .par file
    Не удалось прочитать из номинальной файле.

    Error MySQL: 1697

    ER_VALUES_IS_NOT_INT_TYPE_ERROR
    VALUES value for partition ‘%s’ must have type INT
    Значение значения для раздела ‘%s’ должно иметь тип INT

    Error MySQL: 1698

    ER_ACCESS_DENIED_NO_PASSWORD_ERROR
    Access denied for user ‘%s’@’%s’
    Доступ закрыт для пользователя ‘ %s ‘ @ ​​’ %s ‘

    Error MySQL: 1699

    ER_SET_PASSWORD_AUTH_PLUGIN
    SET PASSWORD has no significance for users authenticating via plugins
    Установить пароль не имеет никакого значения для пользователей аутентификации через плагины

    Error MySQL: 1700

    ER_GRANT_PLUGIN_USER_EXISTS
    GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
    ГРАНТ с отождествляется с незаконно, так как пользователь % -. * Ы уже существует

    Error MySQL: 1701

    ER_TRUNCATE_ILLEGAL_FK
    Cannot truncate a table referenced in a foreign key constraint (%s)
    Невозможно усечь таблицу ссылается ключевого ограничения ( %s) иностранной

    Error MySQL: 1702

    ER_PLUGIN_IS_PERMANENT
    Plugin ‘%s’ is force_plus_permanent and can not be unloaded
    Плагин ‘%s’ является force_plus_permanent и не может быть выгружен

    Error MySQL: 1703

    ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
    The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
    Запрашиваемая значение для периода сердечных сокращений меньше 1 миллисекунды.

    Error MySQL: 1704

    ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
    The requested value for the heartbeat period exceeds the value of `slave_net_timeout’ seconds. A sensible value for the period should be less than the timeout.
    Запрашиваемая значение для периода сердечных сокращений превышает стоимость ` slave_net_timeout » секунд.

    Error MySQL: 1705

    ER_STMT_CACHE_FULL
    Multi-row statements required more than ‘max_binlog_stmt_cache_size’ bytes of storage; increase this mysqld variable and try again
    Заявления Многорядные требуется больше, чем » max_binlog_stmt_cache_size ‘ байт хранения;

    Error MySQL: 1706

    ER_MULTI_UPDATE_KEY_CONFLICT
    Primary key/partition key update is not allowed since the table is updated both as ‘%s’ and ‘%s’.
    Первичный ключ / раздел обновления ключа не допускается, так как таблица обновляется и как «%s ‘и’%s ‘.

    Error MySQL: 1707

    ER_TABLE_NEEDS_REBUILD
    Table rebuild required. Please do «ALTER TABLE `%s` FORCE» or dump/reload to fix it!
    Таблица восстановить требуется.

    Error MySQL: 1708

    WARN_OPTION_BELOW_LIMIT
    The value of ‘%s’ should be no less than the value of ‘%s’
    Значение ‘%s’ не должно быть меньше, чем значение ‘%s’

    Error MySQL: 1709

    ER_INDEX_COLUMN_TOO_LONG
    Index column size too large. The maximum column size is %lu bytes.
    Размер индекса столбец слишком велик.

    Error MySQL: 1710

    ER_ERROR_IN_TRIGGER_BODY
    Trigger ‘%s’ has an error in its body: ‘%s’
    Триггер «%s ‘ имеет ошибку в своем теле : ‘%s ‘

    Error MySQL: 1711

    ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
    Unknown trigger has an error in its body: ‘%s’
    Неизвестный триггер имеет ошибку в своем теле : ‘%s’

    Error MySQL: 1712

    ER_INDEX_CORRUPT
    Index %s is corrupted
    Индекс % с поврежден

    Error MySQL: 1713

    ER_UNDO_RECORD_TOO_BIG
    Undo log record is too big.
    Отменить запись журнала является слишком большой.

    Error MySQL: 1714

    ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
    INSERT IGNORE… SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
    INSERT IGNORE… SELECT небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строки игнорируются.

    Error MySQL: 1715

    ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
    INSERT… SELECT… ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.
    INSERT… SELECT… НА дубликат ключа UPDATE небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строки обновляются.

    Error MySQL: 1716

    ER_BINLOG_UNSAFE_REPLACE_SELECT
    REPLACE… SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
    ЗАМЕНА… ВЫБОР небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строк будут заменены.

    Error MySQL: 1717

    ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
    CREATE… IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
    СОЗДАТЬ… IGNORE ВЫБОР небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строки игнорируются.

    Error MySQL: 1718

    ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
    CREATE… REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
    СОЗДАТЬ… Replace Select небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строк будут заменены.

    Error MySQL: 1719

    ER_BINLOG_UNSAFE_UPDATE_IGNORE
    UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
    UPDATE IGNORE небезопасно, потому что порядок, в котором строки обновляются определяет, какие ( если таковые имеются) строки игнорируются.

    Error MySQL: 1720

    ER_PLUGIN_NO_UNINSTALL
    Plugin ‘%s’ is marked as not dynamically uninstallable. You have to stop the server to uninstall it.
    Плагин ‘%s’ помечен как не динамически невозможно установить.

    Error MySQL: 1721

    ER_PLUGIN_NO_INSTALL
    Plugin ‘%s’ is marked as not dynamically installable. You have to stop the server to install it.
    Плагин ‘%s’ помечен как не динамически устанавливаемый.

    Error MySQL: 1722

    ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
    Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.
    Заявления писать в таблицу со столбцом автоинкрементного после выбора из другой таблицы являются небезопасными, потому что порядок, в котором строки извлекаются определяет, какие ( если таковые имеются) строки будут написаны.

    Error MySQL: 1723

    ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
    CREATE TABLE… SELECT… on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.
    CREATE TABLE… SELECT… на столе с колонки автоинкрементного небезопасно, потому что порядок, в котором строки извлекаются в зависимости от выбранного ( если таковые имеются) строки вставляются.

    Error MySQL: 1724

    ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
    INSERT… ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
    INSERT… ON дубликат ключа UPDATE в таблице с более чем одной уникальный ключ небезопасно

    Error MySQL: 1725

    ER_TABLE_IN_FK_CHECK
    Table is being used in foreign key check.
    Таблица используется в проверке внешнего ключа.

    Error MySQL: 1726

    ER_UNSUPPORTED_ENGINE
    Storage engine ‘%s’ does not support system tables. [%s.%s]
    Двигатель хранения «%s ‘не поддерживает системные таблицы.

    Error MySQL: 1727

    ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
    INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
    Вставьте в автоинкремент области, которая не является первая часть в первичный ключ состоит небезопасно.

    Error MySQL: 2000

    CR_UNKNOWN_ERROR
    Unknown MySQL error
    Неизвестная ошибка MySQL

    Error MySQL: 2001

    CR_SOCKET_CREATE_ERROR
    Can’t create UNIX socket (%d)
    Невозможно создать сокет UNIX ( %d)

    Error MySQL: 2002

    CR_CONNECTION_ERROR
    Can’t connect to local MySQL server through socket ‘%s’ (%d)
    Не удается подключиться к локальному серверу MySQL через сокет ‘%s’ ( %d)

    Error MySQL: 2003

    CR_CONN_HOST_ERROR
    Can’t connect to MySQL server on ‘%s’ (%d)
    Не удается подключиться к серверу MySQL на ‘%s’ ( %d)

    Error MySQL: 2004

    CR_IPSOCK_ERROR
    Can’t create TCP/IP socket (%d)
    Не удается создать TCP / IP сокет ( %d)

    Error MySQL: 2005

    CR_UNKNOWN_HOST
    Unknown MySQL server host ‘%s’ (%d)
    Сервер Неизвестный MySQL хост ‘%s’ ( %d)

    Error MySQL: 2006

    CR_SERVER_GONE_ERROR
    MySQL server has gone away
    Сервер MySQL ушел

    Error MySQL: 2007

    CR_VERSION_ERROR
    Protocol mismatch; server version = %d, client version = %d
    Протокол несоответствие;

    Error MySQL: 2008

    CR_OUT_OF_MEMORY
    MySQL client ran out of memory
    Клиент MySQL не хватило памяти

    Error MySQL: 2009

    CR_WRONG_HOST_INFO
    Wrong host info
    Неправильный Информация хозяин

    Error MySQL: 2010

    CR_LOCALHOST_CONNECTION
    Localhost via UNIX socket
    LocalHost через гнездо UNIX

    Error MySQL: 2011

    CR_TCP_CONNECTION
    %s via TCP/IP
    % с помощью TCP / IP

    Error MySQL: 2012

    CR_SERVER_HANDSHAKE_ERR
    Error in server handshake
    Ошибка в серверной рукопожатия

    Error MySQL: 2013

    CR_SERVER_LOST
    Lost connection to MySQL server during query
    Потеряно соединение с сервером MySQL во время запроса

    Error MySQL: 2014

    CR_COMMANDS_OUT_OF_SYNC
    Commands out of sync; you can’t run this command now
    Команды из синхронизации;

    Error MySQL: 2015

    CR_NAMEDPIPE_CONNECTION
    Named pipe: %s
    Названный трубы: % с

    Error MySQL: 2016

    CR_NAMEDPIPEWAIT_ERROR
    Can’t wait for named pipe to host: %s pipe: %s (%lu)
    Не могу дождаться именованного канала для размещения : % с трубы: % с ( % лу )

    Error MySQL: 2017

    CR_NAMEDPIPEOPEN_ERROR
    Can’t open named pipe to host: %s pipe: %s (%lu)
    Не могу открыть назвал трубу для размещения :%s трубу :%s ( % LU)

    Error MySQL: 2018

    CR_NAMEDPIPESETSTATE_ERROR
    Can’t set state of named pipe to host: %s pipe: %s (%lu)
    Невозможно установить состояние именованного канала для размещения : % с трубы: % с ( % лу )

    Error MySQL: 2019

    CR_CANT_READ_CHARSET
    Can’t initialize character set %s (path: %s)
    Невозможно инициализировать набор символов %s (путь : %s)

    Error MySQL: 2020

    CR_NET_PACKET_TOO_LARGE
    Got packet bigger than ‘max_allowed_packet’ bytes
    Получил пакет больше, чем ‘ max_allowed_packet ‘ байт

    Error MySQL: 2021

    CR_EMBEDDED_CONNECTION
    Embedded server
    Встроенный сервер

    Error MySQL: 2022

    CR_PROBE_SLAVE_STATUS
    Error on SHOW SLAVE STATUS:
    Ошибка на SHOW SLAVE STATUS :

    Error MySQL: 2023

    CR_PROBE_SLAVE_HOSTS
    Error on SHOW SLAVE HOSTS:
    Ошибка на SHOW SLAVE HOSTS :

    Error MySQL: 2024

    CR_PROBE_SLAVE_CONNECT
    Error connecting to slave:
    Ошибка соединения с раба :

    Error MySQL: 2025

    CR_PROBE_MASTER_CONNECT
    Error connecting to master:
    Ошибка соединения с мастером :

    Error MySQL: 2026

    CR_SSL_CONNECTION_ERROR
    SSL connection Error MySQL: %s
    Ошибка подключения SSL : % с

    Error MySQL: 2027

    CR_MALFORMED_PACKET
    Malformed packet
    сформированный пакет

    Error MySQL: 2028

    CR_WRONG_LICENSE
    This client library is licensed only for use with MySQL servers having ‘%s’ license
    Этот клиент библиотека предоставляется только для работы с серверами MySQL, имеющих ‘%s’ лицензию

    Error MySQL: 2029

    CR_NULL_POINTER
    Invalid use of null pointer
    Неправильное использование нулевого указателя

    Error MySQL: 2030

    CR_NO_PREPARE_STMT
    Statement not prepared
    О себе не готовы

    Error MySQL: 2031

    CR_PARAMS_NOT_BOUND
    No data supplied for parameters in prepared statement
    Нет данных, поставляемые для параметров в подготовленном заявлении

    Error MySQL: 2032

    CR_DATA_TRUNCATED
    Data truncated
    данные усеченной

    Error MySQL: 2033

    CR_NO_PARAMETERS_EXISTS
    No parameters exist in the statement
    Параметры не существуют в заявлении

    Error MySQL: 2034

    CR_INVALID_PARAMETER_NO
    Invalid parameter number
    Неверный номер параметра

    Error MySQL: 2035

    CR_INVALID_BUFFER_USE
    Can’t send long data for non-string/non-binary data types (parameter: %d)
    Не удается отправить длинные данные для non-string/non-binary типов данных (параметр : %d)

    Error MySQL: 2036

    CR_UNSUPPORTED_PARAM_TYPE
    Using unsupported buffer type: %d (parameter: %d)
    Использование неподдерживаемый тип буфера : %d (параметр : %d)

    Error MySQL: 2037

    CR_SHARED_MEMORY_CONNECTION
    Shared memory: %s
    Общая память : % с

    Error MySQL: 2038

    CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR
    Can’t open shared memory; client could not create request event (%lu)
    Не удается открыть общую память;

    Error MySQL: 2039

    CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR
    Can’t open shared memory; no answer event received from server (%lu)
    Не удается открыть общую память;

    Error MySQL: 2040

    CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR
    Can’t open shared memory; server could not allocate file mapping (%lu)
    Не удается открыть общую память;

    Error MySQL: 2041

    CR_SHARED_MEMORY_CONNECT_MAP_ERROR
    Can’t open shared memory; server could not get pointer to file mapping (%lu)
    Не удается открыть общую память;

    Error MySQL: 2042

    CR_SHARED_MEMORY_FILE_MAP_ERROR
    Can’t open shared memory; client could not allocate file mapping (%lu)
    Не удается открыть общую память;

    Error MySQL: 2043

    CR_SHARED_MEMORY_MAP_ERROR
    Can’t open shared memory; client could not get pointer to file mapping (%lu)
    Не удается открыть общую память;

    Error MySQL: 2044

    CR_SHARED_MEMORY_EVENT_ERROR
    Can’t open shared memory; client could not create %s event (%lu)
    Не удается открыть общую память;

    Error MySQL: 2045

    CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR
    Can’t open shared memory; no answer from server (%lu)
    Не удается открыть общую память;

    Error MySQL: 2046

    CR_SHARED_MEMORY_CONNECT_SET_ERROR
    Can’t open shared memory; cannot send request event to server (%lu)
    Не удается открыть общую память;

    Error MySQL: 2047

    CR_CONN_UNKNOW_PROTOCOL
    Wrong or unknown protocol
    Неверный или неизвестный протокол

    Error MySQL: 2048

    CR_INVALID_CONN_HANDLE
    Invalid connection handle
    Неверный дескриптор соединения

    Error MySQL: 2049

    CR_SECURE_AUTH
    Connection using old (pre-4.1.1) authentication protocol refused (client option ‘secure_auth’ enabled)
    Соединения, используя старые (до 4.1.1 ) протокол аутентификации отказался (опция клиент ‘ secure_auth ‘ включен )

    Error MySQL: 2050

    CR_FETCH_CANCELED
    Row retrieval was canceled by mysql_stmt_close() call
    Поиск строк был отменен призыв mysql_stmt_close ( )

    Error MySQL: 2051

    CR_NO_DATA
    Attempt to read column without prior row fetch
    Попытка прочитать колонку без предварительного подряд выборки

    Error MySQL: 2052

    CR_NO_STMT_METADATA
    Prepared statement contains no metadata
    Подготовлено заявление не содержит метаданные

    Error MySQL: 2053

    CR_NO_RESULT_SET
    Attempt to read a row while there is no result set associated with the statement
    Попытка прочитать строку в то время как нет результирующий набор, связанный с инструкцией

    Error MySQL: 2054

    CR_NOT_IMPLEMENTED
    This feature is not implemented yet
    Эта функция пока не реализована

    Error MySQL: 2055

    CR_SERVER_LOST_EXTENDED
    Lost connection to MySQL server at ‘%s’, system Error MySQL: %d
    Потеряно соединение с сервером MySQL на ‘%s’, системной ошибки : %d

    Error MySQL: 2056

    CR_STMT_CLOSED
    Statement closed indirectly because of a preceeding %s() call
    Заявление закрыт косвенно из-за звонка предшествующих % с ( )

    Error MySQL: 2057

    CR_NEW_STMT_METADATA
    The number of columns in the result set differs from the number of bound buffers. You must reset the statement, rebind the result set columns, and execute the statement again
    Столбцов в результирующем наборе отличается от числа связанных буферов.

    Error MySQL: 2058

    CR_ALREADY_CONNECTED
    This handle is already connected. Use a separate handle for each connection.
    Эта ручка уже подключен.

    Error MySQL: 2059

    CR_AUTH_PLUGIN_CANNOT_LOAD
    Authentication plugin ‘%s’ cannot be loaded: %s
    Плагин аутентификации ‘%s’ не может быть загружен : % с

    Понравилась статья? Поделить с друзьями:
  • Ошибка 106015 escape from tarkov как исправить
  • Ошибка 1007 пежо 308
  • Ошибка 1007 мой склад
  • Ошибка 10061 как исправить
  • Ошибка 1006 на сайте