Moteur de recherche



Pour exclure des mots de votre recherche, vous devez ajouter des signes '-' devant ces mots là.
Exemple : une recherche 'apache -mysql' recherchera tout ce qui contient le mot 'apache' mais pas le mot 'mysql'.

Vous être un utilisateur de Firefox ? Ajouter le moteur de recherche du site à votre navigateur favori !

Résultats de votre recherche dans le manuel MySQL


  • Chapitre 16. Introduction à MySQL Cluster - Manuel MySQL
    # 3359 : Node has been successfully included into the cluster
    # 3371 : Node has been refused to be included into the cluster
    # 4601 : A number of hard limits exist which are configurable, but available main memory in the cluster sets limits. See the complete list of configuration parameters in Section 16.4.4, « Fichier de configuration ». Most configuration parameters can be upgraded online. These hard limits include:
    # 4785 : The total maximum number of nodes in a MySQL Cluster is 63. This number includes all MySQL Servers (SQL nodes), storage nodes, and management servers.
    # 4935 : MySQL Cluster is intended to be used in a high-bandwidth environment, with computers connecting via TCP/IP. Its performance depends directly upon the connection speed between the cluster's computers. The minimum connectivity requirements for Cluster include a typical 100-megabit Ethernet network or the equivalent. We recommend you use gigabit Ethernet whenever available.
    # 5070 : Linux users, please note that NDB is not included in the RPMs; you should use the binaries supplied as .tar.gz archives in the MySQL Downloads area instead. You can also obtain NDB support by compiling the -max binaries from source, but it is not necessary to do so simply to use MySQL Cluster.
    # 5231 : You can import databases into MySQL Cluster much as you would with any other version of MySQL. Other than the limitation mentioned in the previous question, the only other special requirement is that any tables to be included in the cluster must use the NDB storage engine. This means that the tables must be created with the option ENGINE=NDB or ENGINE=NDBCLUSTER.
    # 5511 : Cluster programs: These are command-line programs used in running, configuring and administering MySQL Cluster. They include both server daemons:
  • Chapitre 24. API MySQL - Manuel MySQL
    # 178 : --include
    # 233 : --cflags [-I/usr/local/mysql/include/mysql -mcpu=pentiumpro]
    # 234 : --include [-I/usr/local/mysql/include/mysql]
    # 7348 : #include <mysql.h>
    # 7349 : #include <stdlib.h>
    # 7567 : Pour les clients qui utilisent les fichiers d'entêtes de MySQL, vous aurez besoin de spécifier une option -I lors de leur compilation (par exemple, -I/usr/local/mysql/include), pour que le programme puisse les trouver.
    # 7906 : #include <mysql.h>
    # 7907 : #include <stdarg.h>
    # 7908 : #include <stdio.h>
    # 7909 : #include <stdlib.h>
  • Chapitre 15. Le moteur de tables InnoDB - Manuel MySQL
  • Chapitre 25. Pilotes MySQL - Manuel MySQL
    # 977 : Assurez-vous de spécifier le chemin correct jusqu'au bibliothèques client MySQL et aux fichiers d'entêtes dans le fichier Makefile (modifiez les variables MYSQL_LIB_PATH et MYSQL_INCLUDE_PATH). Le chemin d'entête par défaut est C:\mysql\include. Le chemin par défaut pour la bibliothèque est C:\mysql\lib\opt pour les versions de publication, et C:\mysql\lib\debug pour les versions de déboguage.
    # 1074 : MySQL client libraries and include files from MySQL 4.0.0 or higher. (Preferably MySQL 4.0.16 or higher). This is required because MyODBC uses new calls and structures that exist only starting from this version of the library. To get the client libraries and include files, visit http://dev.mysql.com/downloads/.
    # 1131 : To compile MyODBC, you need to supply the MySQL client include and library files path using the --with-mysql-path=DIR option, where DIR is the directory where the MySQL is installed.
    # 1145 : If the iodbc headers do not reside in DIR/include, you can use the --with-iodbc-includes=INCDIR option to specify their location.
    # 1154 : If the unixODBC headers and libraries aren't located in DIR/include and DIR/lib, use the --with-unixODBC-includes=INCDIR and --with-unixODBC-libs=LIBDIR options.
  • Annexe C. Historique des changements MySQL - Manuel MySQL
    # 958 : New configuration directives !include and !includedir implemented for including option files and searching directories for option files. See Section 4.3.2, « Fichier d'options my.cnf » for usage.
    # 1252 : ONLY_FULL_GROUP_BY no longer is included in the ANSI composite SQL mode. (Bug#8510)
    # 1282 : The server now includes a timestamp in the Ready for connections message that is written to the error log at startup. (Bug#8444)
    # 1641 : Setting the connection collation to a value different from the server collation followed by a CREATE TABLE statement that included a quoted default value resulted in a server crash. (Bug#8235)
    # 1661 : FOUND_ROWS() returned an incorrect value after a SELECT SQL_CALC_FOUND_ROWS DISTINCT statement that selected constants and included GROUP BY and LIMIT clauses. (Bug#7945)
    # 1746 : If the slave was running with --replicate-*-table options which excluded one temporary table and included another, and the two tables were used in a single DROP TEMPORARY TABLE IF EXISTS statement, as the ones the master automatically writes to its binary log upon client's disconnection when client has not explicitly dropped these, the slave could forget to delete the included replicated temporary table. Only the slave needs to be upgraded. (Bug#8055)
    # 2116 : Reverted output format of SHOW TABLES to old pre-5.0.1 format that did not include a table type column. To get the additional column that lists the table type, use SHOW FULL TABLES now.
    # 2126 : If the server finds that the user table has not been upgraded to include the view-related privilege columns, it treats each account as having view privileges that are the same as its CREATE privilege.
    # 2499 : Version 4.1 of the MySQL server includes many enhancements and new features. Binaries for this version are available for download at http://www.mysql.com/downloads/mysql-4.1.html.
    # 2682 : INSERT ... ON DUPLICATE KEY UPDATE incorrectly updated a TIMESTAMP column to the current timestamp, even if the update list included col_name = col_name for that column to prevent the update. (Bug#7806)
  • Chapitre 2. Installer MySQL - Manuel MySQL
    # 972 : CFLAGS="-DHPUX -I/opt/dce/include -O3 -fPIC" CXX=gcc CXXFLAGS="-DHPUX -I/opt/dce /include -felide-constructors -fno-exceptions -fno-rtti -O3 -fPIC" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --with-pthread --with-named-thread-libs=-ldce --with-lib-ccflags=-fPIC --disable-shared
    # 1021 : CFLAGS="-DHAVE_BROKEN_REALPATH -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads" CXXFLAGS="-DHAVE_BROKEN_REALPATH -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads" ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin --enable-thread-safe-client --enable-local-infile --enable-assembler --with-named-thread-libs="-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -D_THREAD_SAFE -I /usr/local/include/pthread/linuxthreads -L/usr/local/lib -llthread -llgcc_r" --disable-shared --with-embedded-server --with-innodb
    # 1420 : include
    # 1487 : include
    # 1548 : include
    # 1603 : include/mysql
    # 1667 : Le répertoire des fichier d'entête et les répertoires des bibliothèques sont include/mysql et lib/mysql au lieu de include et lib.
    # 4967 : mkdir \mysql\include
    # 4999 : copy include\*.h C:\mysql\include
    # 5000 : copy libmysql\libmysql.def C:\mysql\include
  • Chapitre 26. Gestion des erreurs avec MySQL - Manuel MySQL
    # 17 : Les colonnes Name et Error Code correspondent aux définitions placées dans le code source MySQL : include/mysqld_error.h
    # 19 : La colonne SQLSTATE correspond aux définitions du code source MySQL : include/sql_state.h
    # 3368 : Les valeurs d'erreur et les symboles entre parenthèses correspondent aux définitions dans le fichier include/errmsg.h MySQL.
  • Chapitre 27. Etendre MySQL - Manuel MySQL
    # 210 : Si vous écrivez un test de réplication, vous devez, sur la première ligne du fichier de test, ajouter le code source include/master-slave.inc;. Pour passer entre le maître et l'esclave, utilisez connection master; et connection slave;. Si vous avez besoin d'utiliser une connexion alternative, vous pouvez utiliser connection master1; pour le maître, et connection slave1; pour l'esclave.

Remonter Remonter
L'éditeur javascript - CSS - Gentoo - Tutoriaux PHP - Tutoriels PHP - Bretagne - php - Moto - Kit graphique