Skip navigation links

Search

Search for:
within: matching:


You will be redirected to Sun.com
 1 to 20 of 437Next »

MySQL.com Search Results

1. MySQL :: Packet General Networks

Packet General Networks Packet General Networks Security-GENERAL™ family of products is designed to provide transparent data ... to find out more: What problems are being solved? How does Security-GENERAL™ secure MySQL data? Products for MySQL from Packet General Networks Encryption-GENERAL Encryption-GENERAL is a *soft* MySQL appliance that provides always-on transparent AES-256
» http://solutions.mysql.com/solutions/partner.php?partner=1656

2. MySQL :: Packet General Networks

Packet General Networks Tools & Add-ons Database Encryption Encryption-GENERAL By Packet General Networks Encryption-GENERAL is ... or 64-bit, Intel and AMD hardware. Find other products from this supplier » Please use the form below to send your inquiry to Packet General Networks If you already have a MySQL.com account, save time by logging in now. Returning Users Save time by logging in
» http://solutions.mysql.com/solutions/item.php?id=834

3. MySQL :: Packet General Networks

Packet General Networks Tools & Add-ons Database Encryption PCI-GENERAL By Packet General Networks Approved by MasterCard IT ... • Data Security • Lower TCO Find other products from this supplier » Please use the form below to send your inquiry to Packet General Networks If you already have a MySQL.com account, save time by logging in now. Returning Users Save time by logging in
» http://solutions.mysql.com/solutions/item.php?id=835

4. MySQL :: Packet General Networks

Packet General Networks Applications Compliance & Risk Management File-GENERAL By Packet General Networks An important aspect of ... at lower cost * Data Security Find other products from this supplier » Please use the form below to send your inquiry to Packet General Networks If you already have a MySQL.com account, save time by logging in now. Returning Users Save time by logging in
» http://solutions.mysql.com/solutions/item.php?id=1077

5. MySQL :: Acme Packet, Inc.

Acme Packet, Inc. Acme Packet, Inc. Acme Packet's product leadership is manifested in our Net-Net family - the Net-Net OS, 4000, 9000, ... access and network interconnect border requirements in wireline, cable and wireless networks. Products for MySQL from Acme Packet, Inc. Net-Net Element Management System The Net-Net EMS is our management solution for managing Acme Packet's family of
» http://solutions.mysql.com/solutions/partner.php?partner=1271

6. MySQL :: Acme Packet, Inc.

Acme Packet, Inc. Infrastructure & Middleware Network Monitoring & Management Net-Net Element Management System By Acme Packet, Inc. The Net-Net EMS is our management solution for managing Acme Packet's family of Session Border Controllers, and is certified for the MySQL database. Please use the form below to send your inquiry to Acme Packet, Inc. If you already have a MySQL.com account, save time by logging in now. Returning Users Save time by logging in Email:
» http://solutions.mysql.com/solutions/item.php?id=68

7. MySQL :: Setting max_allowed_packet

Setting max_allowed_packet When a MySQL client or the mysqld server gets a packet bigger than max_allowed_packet bytes, it issues a Packet too large error and closes the connection. In MySQL 3.23 the biggest possible packet is 16M (due to limits in the client/server protocol). In MySQL 4.0.1 and up, this is only limited by the amount on memory you
» http://www.mysql.com/news-and-events/newsletter/2003-08/a0000000216.html

8. MySQL :: Products for MySQL from Packet General Networks

Products for MySQL from Packet General Networks Encryption-GENERAL Encryption-GENERAL is a *soft* MySQL appliance that provides always-on transparent AES-256
» http://solutions.mysql.com/solutions/partner.php?partner=1656&other=1

9. MySQL :: MySQL 5.1 Reference Manual :: B.1.2.10 Packet too large

B.1.2.10.  Packet too large A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave. The largest possible packet that can be transmitted to or from a MySQL 5.1 server or client is 1GB. When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too large error and closes the connection. With some clients, you
» http://dev.mysql.com/doc/refman/5.1/en/packet-too-large.html

10. MySQL :: MySQL 5.0 Reference Manual :: B.1.2.10 Packet too large

B.1.2.10.  Packet too large A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave. The largest possible packet that can be transmitted to or from a MySQL 5.0 server or client is 1GB. When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too large error and closes the connection. With some clients, you
» http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html

11. MySQL :: MySQL 6.0 Reference Manual :: B.1.2.10 Packet too large

B.1.2.10.  Packet too large A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave. The largest possible packet that can be transmitted to or from a MySQL 6.0 server or client is 1GB. When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too large error and closes the connection. With some clients, you
» http://dev.mysql.com/doc/refman/6.0/en/packet-too-large.html

12. MySQL :: MySQL 5.1 with Maria Reference Manual :: B.1.2.10 Packet too large

B.1.2.10.  Packet too large A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave. The largest possible packet that can be transmitted to or from a MySQL 5.1 server or client is 1GB. When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too large error and closes the connection. With some clients, you
» http://dev.mysql.com/doc/refman/5.1-maria/en/packet-too-large.html

13. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: A.1.2.10 Packet too large

A.1.2.10.  Packet too large A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave. In MySQL 3.23, the largest possible packet is 16MB, due to limits in the client/server protocol. In MySQL 4.0.1 and up, the limit is 1GB. When a MySQL client or the
» http://dev.mysql.com/doc/refman/4.1/en/packet-too-large.html

14. MySQL :: MySQL 5.1 Reference Manual :: B.1.2.11 Communication Errors and Aborted Connections

... things happen: A client doesn't have privileges to connect to a database. A client uses an incorrect password. A connection packet doesn't contain the right information. It takes more than connect_timeout seconds to get a connect packet. See ... Ethernets, hubs, switches, cables, and so forth. This can be diagnosed properly only by replacing hardware. The max_allowed_packet variable value is too small or queries require more memory than you have allocated for mysqld . See Section B.1.2.10, “
» http://dev.mysql.com/doc/refman/5.1/en/communication-errors.html

15. MySQL :: MySQL 5.0 Reference Manual :: B.1.2.11 Communication Errors and Aborted Connections

... things happen: A client doesn't have privileges to connect to a database. A client uses an incorrect password. A connection packet doesn't contain the right information. It takes more than connect_timeout seconds to get a connect packet. See ... Ethernets, hubs, switches, cables, and so forth. This can be diagnosed properly only by replacing hardware. The max_allowed_packet variable value is too small or queries require more memory than you have allocated for mysqld . See Section B.1.2.10, “
» http://dev.mysql.com/doc/refman/5.0/en/communication-errors.html

16. MySQL :: MySQL 6.0 Reference Manual :: B.1.2.11 Communication Errors and Aborted Connections

... things happen: A client doesn't have privileges to connect to a database. A client uses an incorrect password. A connection packet doesn't contain the right information. It takes more than connect_timeout seconds to get a connect packet. See ... Ethernets, hubs, switches, cables, and so forth. This can be diagnosed properly only by replacing hardware. The max_allowed_packet variable value is too small or queries require more memory than you have allocated for mysqld . See Section B.1.2.10, “
» http://dev.mysql.com/doc/refman/6.0/en/communication-errors.html

17. MySQL :: MySQL 5.1 with Maria Reference Manual :: B.1.2.11 Communication Errors and Aborted Connections

... things happen: A client doesn't have privileges to connect to a database. A client uses an incorrect password. A connection packet doesn't contain the right information. It takes more than connect_timeout seconds to get a connect packet. See ... Ethernets, hubs, switches, cables, and so forth. This can be diagnosed properly only by replacing hardware. The max_allowed_packet variable value is too small or queries require more memory than you have allocated for mysqld . See Section B.1.2.10, “
» http://dev.mysql.com/doc/refman/5.1-maria/en/communication-errors.html

18. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: A.1.2.11 Communication Errors and Aborted Connections

... things happen: A client doesn't have privileges to connect to a database. A client uses an incorrect password. A connection packet doesn't contain the right information. It takes more than connect_timeout seconds to get a connect packet. See ... Ethernets, hubs, switches, cables, and so forth. This can be diagnosed properly only by replacing hardware. The max_allowed_packet variable value is too small or queries require more memory than you have allocated for mysqld . See Section A.1.2.10, “
» http://dev.mysql.com/doc/refman/4.1/en/communication-errors.html

19. MySQL :: MySQL 6.0 Reference Manual :: B.1.2.9 MySQL server has gone away

... out. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld receives a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection. If you
» http://dev.mysql.com/doc/refman/6.0/en/gone-away.html

20. MySQL :: MySQL 5.1 Reference Manual :: B.1.2.9 MySQL server has gone away

... out. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld receives a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection. If you
» http://dev.mysql.com/doc/refman/5.1/en/gone-away.html

 1 to 20 of 437Next »

Powered by Mnogo Search