Can't get mysql working
Hi all,
Whenever i try to start the mysql service, i get the Error 1067: The process terminated unexpectedly
Apache is running fine, php installed but all i need is to get mysql working so that a database can be created.
Cheers!
Whenever i try to start the mysql service, i get the Error 1067: The process terminated unexpectedly
Apache is running fine, php installed but all i need is to get mysql working so that a database can be created.
Cheers!
0
Comments
Mine looks like:
[mysqld]
basedir=C:/www/mysql/
datadir=C:/www/mysql/data/
I highly reccomend you install phpMyAdmin. It makes managing MySQL as cool as dancing bananas :jelly:
When you start the binary tho, your database is already created. Just start creating tables.