How to specify shared memory name in MySQL

This article explains the command used to specify shared memory name in MySQL.
  • 1860
Introduction

Shared memory is refers to a large blocks of Random Access Memory (RAM) that can be accessed by different Central Processing Units (CPUs) in a multiple processor computer system. This command is used to determine the shared memory to be used while the computer communicates with the environment.

Server=specifiedServerAddress;Database=specifiedDataBase;Uid=specifiedUsername;Pwd=specifiedPassword;Shared Memory Name=MEM;

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here


 

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.