Re: [CentOS] mairadb doesn't prompt for user/pass

2014-09-01 Thread Tim Dunphy
> > you need to run > http://dev.mysql.com/doc/refman/5.0/en/mysql-secure-installation.html > (mysql_secure_installation) command from commandline Ok thanks, Ero! On Sun, Aug 31, 2014 at 7:06 AM, Eero Volotinen wrote: > 2014-08-31 6:12 GMT+03:00 Tim Dunphy : > > > Hello, > > > > I discovered

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-31 Thread David Beveridge
There is a program "mysql_secure_installation" which can be used to set a root password and remove those accounts. However it sounds like you did the job manually. Did you also issue the sql command "flush privileges"? On Sun, Aug 31, 2014 at 1:12 PM, Tim Dunphy wrote: > Hello, > > I discover

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-31 Thread Eero Volotinen
2014-08-31 6:12 GMT+03:00 Tim Dunphy : > Hello, > > I discovered today that CentOS 7 has replaced MySQL with MariaDB. Which is > fine, it's seems really similar. And I was already aware that it was > written by the original team that wrote mysql. > > It's cool that the mysql command still gets yo

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-31 Thread David Both
MariaDB is just a fork of MySQL so the code is the same. Over time it will diverge but under control of the community rather than Oracle. On 08/31/2014 12:43 AM, Tim Dunphy wrote: >> my.cnf doesn't have the passwords. When you first set up mysql, you use >> the mysqladmin command to set the roo

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-30 Thread Tim Dunphy
> > my.cnf doesn't have the passwords. When you first set up mysql, you use > the mysqladmin command to set the root password. > MariaDB doesn't handle the initial set up any differently than MySQL. > man mysqladmin > C7 does do some stuff differently with the config as the "real" config > files a

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-30 Thread Steven Stern
On 08/30/2014 10:12 PM, Tim Dunphy wrote: > Hello, > > I discovered today that CentOS 7 has replaced MySQL with MariaDB. Which is > fine, it's seems really similar. And I was already aware that it was > written by the original team that wrote mysql. > > It's cool that the mysql command still get

[CentOS] mairadb doesn't prompt for user/pass

2014-08-30 Thread Tim Dunphy
Hello, I discovered today that CentOS 7 has replaced MySQL with MariaDB. Which is fine, it's seems really similar. And I was already aware that it was written by the original team that wrote mysql. It's cool that the mysql command still gets you in! This is the version I have: [root@web1:~] #m