Hi,

I restore a full Alfresco backup from one machine with Ubuntu server 11.10 to another with LinuxMint 12, both 64 bits and I get this message:

120211 16:25:32 mysqld_safe Logging to '/opt/alfresco-4.0.b-1/mysql/data/mysqld.log'. chown: usuario inválido: «mysql» 120211 16:25:32 mysqld_safe Starting mysqld.bin daemon with databases from /opt/alfresco-4.0.b-1/mysql/data 120211 16:25:32 mysqld_safe mysqld from pid file /opt/alfresco-4.0.b-1/mysql/data/quique-ProLiant-MicroServer.pid ended /opt/alfresco-4.0.b-1/mysql/scripts/ctl.sh : mysql could not be started /opt/alfresco-4.0.b-1/apache-tomcat/scripts/ctl.sh : tomcat (pid 9726) already running

How can I solve?

asked 11 Feb '12, 10:32

Enric's gravatar image

Enric
0112
accept rate: 0%


It seems that the "mysql" user does not exist in the new machine. Try to create the "mysql" server and the "mysql" group.

$ sudo useradd mysql
$ sudo groupadd mysql
$ sudo usermod -a -G mysql mysql
link

answered 11 Feb '12, 14:08

Beltran%20Rueda's gravatar image

Beltran Rueda ♦♦
11.0k81548
accept rate: 25%

Ok, It's working now.

Thank you very much Beltran.

Muchas gracias Beltrán, funciona correctamente.

(11 Feb '12, 14:23) Enric
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×135
×62
×19
×10

Asked: 11 Feb '12, 10:32

Seen: 613 times

Last updated: 13 Feb '12, 05:27

powered by BitNami OSQA