Re: Unable to start MySQL in NetBeans

2018-04-26 Thread Efrem Mc
Hi Martin, do you use Powershell? I was thinking about developing a Powershell script. I tested it and it works but I have a Windows BAT/CMD that works. Here is a Windows DOS batch file I created. The filename can end in either .bat or .cmd File contents: mysql_stop.bat @echo off @cd /D "C:\

Netbeans 8.2 editor state lost when Windows 10 sleeps

2018-04-26 Thread Larry Sheffield
In Netbeans 8.2, if Windows 10 enters sleep mode, upon waking, all files opened in the editor window lose the serialization and errors in the left margin and revert to line 1. The only solution is to close and re-open each file, and then try to find where you left off.

Re: Unable to start MySQL in NetBeans

2018-04-26 Thread Efrem Mc
Hi all: I have the following running on this system concurrently MySQL 5.6 on port 3308, Maria DB 10.x on port 3306, MySQL 8.0.11 on port 3310, and Oracle XE Express on port 1521. Several Apache & Tomcat servers running on different ports and all working. On Thu, Apr 26, 2018, 1:26 AM Efrem Mc