Q: Date/Time this occurred (Provide your time zone also)
A: UK 18:16
Q: DevKinsta Version
A:Latest download today
Q: OS Version
A: Intel Mac
Q: Docker Desktop Version
A: Latest version downloaded today
Q: Were any error codes or messages observed? If so, what were they?
A: Something bad happened - Creating MYSQL Database
Q: Detailed Description of the Problem
A: Encountering the above error when trying to Create Wordpress Website.
[2026-05-15 17:43:31.918] [info] [getApp] Main Process: getting app directly from electron
[2026-05-15 17:43:31.995] [info] [logs] Get config
[2026-05-15 17:43:32.150] [info] [utils/os] Trying to retrieve OS from settings storage…
[2026-05-15 17:43:32.150] [info] [utils/os] OS not found in settings storage. Retrieving from the system…
[2026-05-15 17:43:32.151] [info] [utils/os] Storing OS in settings storage
[2026-05-15 17:43:32.175] [info] [utils/os] OS.type: darwin
[2026-05-15 17:43:32.175] [info] [dockerClient/getClient] Create new Docker client. IsWindows: false, isLinux: false
[2026-05-15 17:43:32.285] [info] App is ready!
[2026-05-15 17:43:32.286] [info] [createWindow] Creating main window
[2026-05-15 17:43:32.286] [info] [main.dev.ts] Set default configuration
[2026-05-15 17:43:33.280] [info] [createWindow] Setup main window
[2026-05-15 17:43:33.329] [info] [createWindow] Loading file: /Applications/DevKinsta.app/Contents/Resources/app.asar/index.html
[2026-05-15 17:43:33.390] [info] [watchdocker] Start monitoring docker containers’ events
[2026-05-15 17:43:33.981] [info] [getApp] Renderer Process: getting app from IPC channel
[2026-05-15 17:43:33.984] [info] [ipc/getApp] returning app info
[2026-05-15 17:43:34.178] [info] [logs] Get config
[2026-05-15 17:43:34.342] [info] [checkSiteHosts] Check site hosts
[2026-05-15 17:43:34.354] [info] [main.dev.ts] Show main window
[2026-05-15 17:43:34.374] [info] [dockerClient/isReady] Check if Docker client is ready
[2026-05-15 17:43:34.375] [info] [utils/os] OS.type: darwin
[2026-05-15 17:43:34.375] [info] [dockerClient/getClient] Create new Docker client. IsWindows: false, isLinux: false
[2026-05-15 17:43:34.424] [info] [dockerClient/isInstalled] Check if Docker is installed
[2026-05-15 17:43:34.450] [info] [setHostIp] Set host ip
[2026-05-15 17:43:34.534] [info] [checkPorts] Settings ports: {
nginxSettings: {
ports: { http: ‘80’, https: ‘443’ },
protocol: { http: false, https: false },
autoPort: true,
topLevelDomain: ‘.local’
}
}
[2026-05-15 17:43:34.534] [info] [dockerUtil/isContainerExists] Check if ‘devkinsta_nginx’ container exists
[2026-05-15 17:43:34.540] [info] [dockerUtil/startContainer] Start ‘devkinsta_nginx’ container
[2026-05-15 17:43:34.540] [info] [dockerUtil/getContainer] Get ‘devkinsta_nginx’ Docker container
[2026-05-15 17:43:34.540] [info] [dockerUtil/getContainerStatus] Check container status. containerId: devkinsta_nginx
[2026-05-15 17:43:34.540] [info] [dockerUtil/getContainer] Get ‘devkinsta_nginx’ Docker container
[2026-05-15 17:43:34.582] [info] [isPortUsed] port: 80
[2026-05-15 17:43:34.583] [info] [isPortUsed] isPortUsed true
[2026-05-15 17:43:34.583] [info] [isPortUsed] port: 443
[2026-05-15 17:43:34.584] [info] [isPortUsed] isPortUsed true
[2026-05-15 17:43:34.584] [info] [portSelector/checkContainerPorts] Port check results: {
isRunningOnDefaultHTTP: true,
isRunningOnDefaultHTTPS: true,
isHttpUsed: true,
isHttpsUsed: true,
shouldUsePortHttp: false,
shouldUsePortHttps: false,
useRandomHttp: false,
useRandomHttps: false,
containerPortsInspect: {
containerPorts: ‘{“443/tcp”:[{“HostIp”:“0.0.0.0”,“HostPort”:“443”},{“HostIp”:“::”,“HostPort”:“443”}],“80/tcp”:[{“HostIp”:“0.0.0.0”,“HostPort”:“80”},{“HostIp”:“::”,“HostPort”:“80”}]}’,
check: false
}
}
[2026-05-15 17:43:34.585] [info] [checkPorts] Check results: { checkResultHttp: ‘NONE’, checkResultHttps: ‘NONE’ }
[2026-05-15 17:43:34.585] [info] [checkPorts] Ports after check: {
ports: { http: ‘80’, https: ‘443’ },
protocol: { http: false, https: false },
autoPort: true,
topLevelDomain: ‘.local’
}