[DiscordArchive] do the Database\my.ini file specifies a tmp dir ?
[DiscordArchive] do the Database\my.ini file specifies a tmp dir ?
Archived author: Sky • Posted: 2022-09-30T18:53:20.082000+00:00
Original source
do the Database\my.ini file specifies a tmp dir ?
Archived author: angelicdiscoord4354 • Posted: 2022-09-30T18:58:22.463000+00:00
Original source
In the guide it reads like this
Archived author: angelicdiscoord4354 • Posted: 2022-09-30T18:58:35.881000+00:00
Original source
To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="C:\Program Files\MySQL\MySQL Server X.Y\my.ini"
Archived author: 郑佩茹 • Posted: 2022-09-30T19:02:36.334000+00:00
Original source
You seem to have a strange Windows installation. Haha. Maybe try creating a directory named Temp in the repack folder, then running the command this way:
`".\Database\MySQL Server 5.7\bin\mysqld.exe" --defaults-file=".\Database\my.ini" --datadir=".\Database\Data" --secure-file-priv ".\Database\Data\Uploads" --tmpdir=".\Temp" --console`
Archived author: angelicdiscoord4354 • Posted: 2022-09-30T19:02:58.063000+00:00
Original source
ok will do
Archived author: angelicdiscoord4354 • Posted: 2022-09-30T19:03:01.741000+00:00
Original source
one sec