Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot start MYSQL Database - No error messages

Tags:

mysql

startup

I am trying to start up the database using :

service mysqld start

and all I am receiving in return is:

MySQL Daemon failed to start. Starting mysqld: [FAILED]

I have no error messages in the log files, neither error logs nor mysqld.log

Does anyone have any idea please?

like image 207
Lilz Avatar asked Nov 02 '25 20:11

Lilz


1 Answers

check your err file if not viewing any logs or error problem can be .ini/.cnf file save your .ini/.cnf file encoding it should be ANSI.

my.ini -> edit notepad++ -> encoding -> ANSI -> save

like image 175
Ferhat KOÇER Avatar answered Nov 04 '25 09:11

Ferhat KOÇER