Author Topic: Manage mysgl in zentyal 3.2  (Read 1966 times)

przemekz

  • Zen Apprentice
  • *
  • Posts: 35
  • Karma: +0/-0
    • View Profile
Manage mysgl in zentyal 3.2
« on: November 02, 2013, 06:24:06 am »
Hi I wish use Joomla and others CMS on my server.

How can I can create and manage new database (mysgl).

Thanks.

PS. zentyal 3.2

robb

  • Guest
Re: Manage mysgl in zentyal 3.2
« Reply #1 on: November 02, 2013, 03:29:57 pm »
In Zentyal 3.2 mysql is already installed since Zentyal uses mysql as database backend.

You can find the password for mysqluser root in /var/lib/zentyal/conf/zentyal-mysql.passwd

i'd advice to create a separate mysqluser and database for your CMS.

mauro_de_monte

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Manage mysgl in zentyal 3.2
« Reply #2 on: November 18, 2013, 04:51:25 pm »
Hi I wish use Joomla and others CMS on my server.

How can I can create and manage new database (mysgl).

Thanks.

PS. zentyal 3.2

Yo tengo el mismo problema y al instalar mi cms no me toma la contraseña de mysql alojada en en el archivo q mencioan. que puede ser?

robb

  • Guest
Re: Manage mysgl in zentyal 3.2
« Reply #3 on: November 18, 2013, 04:55:56 pm »
(google)Translated:
Quote
I have the same problem when installing my cms takes my mysql password in the file hosted on mencioan q. it can be?
Depends how you install the cms. You can create a mysql user or if the cms installer creates one for you, you can do that during the installation process.
You can use mysql root account but it is advised to use a different mysql account than 'root' for applications that use mysql since when your application gets compromised, your whole server will be compromised with root user.

Creating a new mysql user can be done using the mysql console or for instance install phpmyadmin (not advised to be accessible from the internet)
« Last Edit: November 18, 2013, 04:58:29 pm by robb »