Anonymous
×
Create a new article
Write your page title here:
We currently have 27 articles on PhenixOps. Type your article name above or click on one of the titles below and start writing!



PhenixOps
27Articles

Tipsandtricks: Difference between revisions

(Created page with "{| class="wikitable" |- ! Issue description |- | How to troubleshoot it |- | How to fix it |}")
 
No edit summary
Line 6: Line 6:
|-
|-
| How to fix it
| How to fix it
|}
{| class="wikitable"
|-
! Cannot connect to database
|-
| Check if mysqld is running and if the ports are available on the localhost and from the host you try to connect from.
|-
| Check load on database server using ''top''
| Check the ports using ''nmap -Pn localhost''
|}
|}

Revision as of 21:10, 16 April 2020

Issue description
How to troubleshoot it
How to fix it
Cannot connect to database
Check if mysqld is running and if the ports are available on the localhost and from the host you try to connect from.
Check load on database server using top Check the ports using nmap -Pn localhost