Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code DEF204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

Rechercher dans le manuel MySQL

Displaying 51 to 60 of 689 total results
https://dev.mysql.com/mysqlbinlog.html
To read remote binary logs, the connection parameter options can be given to indicate how to connect to the server. --bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for ...
https://dev.mysql.com/server-status-variables.html
The optional GLOBAL keyword aggregates the values over all connections, and SESSION shows the values for the current connection. mysql> SHOW GLOBAL STATUS; +-----------------------------------+------------+ | Variable_name | Value | ... The MySQL ...
https://dev.mysql.com/mysqladmin.html
To kill threads belonging to other users, the connected user must have the CONNECTION_ADMIN or SUPER privilege. This changes the password to new_password for the account that you use with mysqladmin for connecting to the server. This is true even if ...You can use it to check the server's configuration and current status, to create and drop databases, and ...
https://dev.mysql.com/mysql-options.html
int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Can be used to set extra connect options and affect behavior for a connection. Options for information such as SSL certificate and key files are used to establish an ...This ...
https://dev.mysql.com/mysqlslap.html
--detach=N Detach (close and reopen) each connection after each N statements. This option applies to clients that connect to the server using an account that authenticates with the caching_sha2_password authentication plugin. For connections by such ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/mysql-upgrade.html
If you have multiple MySQL server instances to upgrade, invoke mysql_upgrade with connection parameters appropriate for connecting to each of the desired servers. --bind-address=ip_address On a computer having multiple network interfaces, use this ... Note As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously handled by mysql_upgrade (for details, see Section 2.11.3, “What the MySQL Upgrade Process ...
https://dev.mysql.com/mysqldump.html
Note A dump made using PowerShell on Windows with output redirection creates a file that has UTF-16 encoding: shell> mysqldump [options] > dump.sql However, UTF-16 is not permitted as a connection character set (see Impermissible Client Character ...
https://dev.mysql.com/mysql-cluster-options-variables.html
Each connection requires its own [api] or [mysqld] section in the cluster configuration (config.ini) file, and counts against the maximum number of API connections supported by the cluster. Suppose that you have 2 cluster host computers, each ...
https://dev.mysql.com/mysql-innodb-cluster-working-with-cluster.html
Instances which do not support persisting configuration changes automatically (see Persisting Settings) require you to connect to the server, run MySQL Shell, connect to the instance locally and issue dba.configureLocalInstance(). The recommended ...
https://dev.mysql.com/mysqlshow.html
--bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server. This option applies to clients that connect to the server using an account that ... The ...
Displaying 51 to 60 of 689 total results

Zoek in de MySQL-handleiding

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-fct-connection-p-6.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:en Manuel MySQL : https://dev.mysql.com/

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut