Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: stuartiannaylor on August 29, 2012, 03:16:43 am

Title: MySQL 3.0 RC-1
Post by: stuartiannaylor on August 29, 2012, 03:16:43 am
MySQL is installed by default.

The admin gui user/password is the mysql credentials from install.

How do I allow root access?

I have tried whilst logged on as the above sudoer and tried from memory mysqladmin root -p password "password"
That was out of confusion as I am not sure how to allow root access?

Thanks
Stuart
Title: Re: MySQL 3.0 RC-1
Post by: marcioducrato on August 29, 2012, 04:55:25 pm
where is set the mysql password?
Title: Re: MySQL 3.0 RC-1
Post by: francesco_r on August 30, 2012, 12:08:41 pm
/var/lib/zentyal/conf/zentyal-mysql.passwd
Title: Re: MySQL 3.0 RC-1
Post by: stuartiannaylor on August 30, 2012, 01:00:03 pm
Thanks francesco :)

mysql -p works a treat now

I always wonder about sudo sometimes as it does make some installs and admin more confusing
Title: Re: MySQL 3.0 RC-1
Post by: marcioducrato on August 30, 2012, 02:20:20 pm
Thanks francesco_r