• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MySQL Install help

LeonarD26

Senior member
I've followed the direction which seem pretty simple but I get an error when I try to start MySQL for the first time. It seems the database starts then immediately stops. I have ran the mysql_install_db script.

Any ideas??
 
I say unless you want to learn by doing, go download XAMPP I have installed Apache/PHP/MySql many times and everytime there is a different error to deal with/fix. I leared a lot, but lately, I just don't want to deal with that stuff, so I found XAMPP and installed and everything works outta the box, its actually quite awesome if you just want to get down to development.

If you don't want XAMPP, look at your mysql error log and it will tell you why its not starting, then google that error and you should find the solution
 
Thanks for the info Firus. I'll give XAMPP a try, but would like to get MySQL working too. Here's a little more info on the error I'm getting:

during the starting procedure the server shutdown, it reports:

[root@xxxxx root]# mysqld_safe --user=mysql
Starting mysqld daemon with databases from /var/lib/mysql
040525 09:32:25 mysqld ended

If I try to rebuild the grant tables using the mysql_install_db it
reports some errors: "asked for 196608 thread stack, but got 126976"
and "to start mysql at boot time you have to copy

Where are the mysql error logs usually stored??
 
Back
Top