MySQL Forums
Forum List  »  Install & Repo

Re: Several install issues on Windows 8.1
Posted by: Barry Galbraith
Date: April 15, 2017 04:12PM

Quote

I found the my.ini file and deleted all of the lines at the end that had illegal variables -

Not a good idea.
I suspect they are 'illegal variables' because the mysql database doesn't exist.
How did you install MySQL? Part of the install process copies the mysql database from a template in install folder to the data folder.
The error log says 'table msyql.user doesn't exist'. That's not a good sign.

The mysql.ini file should have an entry in it for datadir. That tells mysql (and you) where the database(s) should be located.
Does that datadir folder contain a 'mysql' folder?

If not copy the folder from C:\Program Files\MySQL\MySQL Server 5.7\data
Make sure permissions on the mysql\data folder allow user NETWORK SERVICE full control of the folder.

Now open Start | Run 'services.msc'
Find the mysql service in the list.
Start it.
Does it keep running?

If not, copy the newest block of entries, from the previous start attempt to the end of this start attempt.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Several install issues on Windows 8.1
April 15, 2017 04:12PM


Sorry, you can't reply to this topic. It has been closed.

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.