MySQL Forums
Forum List  »  Install & Repo

Can't Start MySQL
Posted by: Dale Tabbert
Date: February 21, 2025 11:18AM

Hello,
Trying to migrate an ACCESS DB to MySQL. I use upper and lower case in naming conventions like fkNameID or FirstName. Since I am on windows I want to change
lower_case_table_names=1 to lower_case_table_names=2 so I can preserve the case.
When I change the value to 2 service.msc give the error that the service is starting and then it stopped. I was going to include a screen shot from the command line but guess pictures aren't allowed.
Here is the text
"
C:\Windows\system32>net start mysql92
The MySQL92 service is starting.
The MySQL92 service could not be started.

The service did not report an error.

More help is available by typing NET HELPMSG 3534.


C:\Windows\system32>NET HELPMSG 3534

The service did not report an error.


C:\Windows\system32>net start mysql92
The MySQL92 service is starting.
The MySQL92 service was started successfully.


C:\Windows\system32>
"

Any insight would be great!
Thanks,
Dale

Options: ReplyQuote


Subject
Written By
Posted
Can't Start MySQL
February 21, 2025 11:18AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.