LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   MySQL won't run in FC2 (https://www.linuxquestions.org/questions/fedora-35/mysql-wont-run-in-fc2-232320/)

emanresu 09-18-2004 08:59 PM

MySQL won't run in FC2
 
Hello,

I downloaded MySQL standard 4.0.20 binary distro, and tried to install it on my FC2 machine. The installation seemed to be okay, except I got one message saying this:
Code:

[root@localhost mysql]# scripts/mysql_install_db --user=mysql
Installing all prepared tables
040918 20:39:25  Warning: Asked for 196608 thread stack, but got 126976
040918 20:39:25  ./bin/mysqld: Shutdown Complete
 
 
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
[root@localhost mysql]# ls

Then when I tried to run mySQL, it started... but a few seconds later, it would end on its own.

Code:

[root@localhost mysql]# bin/mysqld_safe --user=mysql &
[root@localhost mysql]# Starting mysqld daemon with databases from /var/lib/mysql
040918 20:40:34  mysqld ended
 
 
[3]+  Done                    bin/mysqld_safe --user=mysql

has anyone else run into this problem? Know any solutions? It seems like the thread stack is not big enough... how do I change it?

syahman 09-19-2004 11:50 PM

whenever you downloaded... first think is step-by-step installation..
please refer this http://www.devside.net/web/server/linux/mysql for more details..

When i'm trying MySQL standard ..it would work..
try this..


All times are GMT -5. The time now is 10:26 AM.