MySQL Forums
Forum List  »  Portuguese

Re: [Warning] na inicialização do serviço
Posted by: Allan Moraes ruivo
Date: December 15, 2015 01:46PM

Marcelo,
Desculpa, não me expressei bem. Eu só tenho o usuário localhost!

mysql> SELECT User, Host FROM mysql.user WHERE Host REGEXP '[a-z]' AND Host <> 'localhost';
Empty set (0.00 sec)

mysql> SELECT user,host FROM mysql.user;
+------+-----------+
| user | host |
+------+-----------+
| root | localhost |
+------+-----------+
1 row in set (0.00 sec)

mysql>

Sobre o problema do open_files, eu já configurei pro usuário mysql poder abrir 200000 no limits.conf mas o máximo que é setado é 65536

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: [Warning] na inicialização do serviço
1102
December 15, 2015 01:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.