MySQL don't start after installation

Yes, I use the root login & password.

OK, I will contact DA support as you suggest, but do they answer at all?

:confused:
 
Try this:

cd /usr/local/directadmin/scripts
./mysql.sh
 
Oh...

serwer:/usr/local/directadmin/scripts# ./mysql.sh
Usage: ./mysql.sh mysqlrootpass da_dbuser da_pass

Where do I find those passwords? Or should I create them? :eek:
 
You create them.

It should look like this:

./mysql.sh password da_admin password

Replace password with whatever password you want.

Then put that password in /usr/local/directadmin/conf/mysql.conf when you are done.

In /usr/local/directadmin/conf/mysql.conf

user=da_admin
pass=password

Restart directadmin after you are done.

When you are done you also will need to recompile php with custombuild.

cd /usr/local/directadmin/custombuild
./build php n
 
Then put that password in /usr/local/directadmin/conf/mysql.conf when you are done.

In /usr/local/directadmin/conf/mysql.conf

user=da_admin
pass=password

I am very sorry, but as a absolutely newbie I don't know how to get, edit and replace such a file at the moment. Maybe I should better leave it and wait for DA-support's visit on my server...
 
Well, I've found a way to make it all - unfortunately, I have no MySQL as before.

But I'm happy, that the whole DA installation was not destroyed. And I've lerned a lot of new things while I was acting there...

Now, let's see the power of DA support...

I want to say a big THANK YOU to all users which were trying to help me.
 
Back
Top