Hello!
Running mysql_secure_installation will take care of that and other issues.
-GL
2015-02-26 7:47 GMT+01:00 dE :
> On 02/26/15 09:46, dE wrote:
>
>> Hi!
>>
>> I've realized that by default MariaDB allow full access to a database for
>> anon. users.
>>
>> $ mysql --user asdfasdf test
>>
>> Ma
On 02/26/15 09:46, dE wrote:
Hi!
I've realized that by default MariaDB allow full access to a database
for anon. users.
$ mysql --user asdfasdf test
MariaDB [test]> insert into test (sr) values (1);
Query OK, 1 row affected (0.12 sec)
I tried to revoke but --
Revoke all on test.test from ''
Hi!
I've realized that by default MariaDB allow full access to a database
for anon. users.
$ mysql --user asdfasdf test
MariaDB [test]> insert into test (sr) values (1);
Query OK, 1 row affected (0.12 sec)
I tried to revoke but --
Revoke all on test.test from ''@'';
ERROR 1141 (42000): There
3 matches
Mail list logo