February 2018
Intermediate to advanced
510 pages
16h 10m
English
This indicates that MySQL is unable to create a temporary file in the temporary directory for the result set if we get the following error while executing a query:
Can't create/write to file '\\sqla3fe_0.ism'.
The possible workaround for the error is to start the mysqld server with the --tmpdir option. The following is the command:
> mysqld --tmpdir C:/temp
As an alternative, it can be specified in the [mysqld] section of the MySQL configuration file, as follows:
[mysqld]tmpdir=C:/temp
Read now
Unlock full access