Author Topic: MySQL 3.0 RC-1  (Read 3231 times)

stuartiannaylor

  • Guest
MySQL 3.0 RC-1
« 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

marcioducrato

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: MySQL 3.0 RC-1
« Reply #1 on: August 29, 2012, 04:55:25 pm »
where is set the mysql password?

francesco_r

  • Zen Apprentice
  • *
  • Posts: 24
  • Karma: +1/-0
    • View Profile
Re: MySQL 3.0 RC-1
« Reply #2 on: August 30, 2012, 12:08:41 pm »
/var/lib/zentyal/conf/zentyal-mysql.passwd

stuartiannaylor

  • Guest
Re: MySQL 3.0 RC-1
« Reply #3 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

marcioducrato

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: MySQL 3.0 RC-1
« Reply #4 on: August 30, 2012, 02:20:20 pm »
Thanks francesco_r