Jump to content

Recommended Posts

Posted

DE ESTA FORMA COLOQUE A TODO LOS CHAT

BIND_IP: 192.168.1.100
PUBLIC_IP: 192.168.1.100
INTERNAL_IP: 192.168.1.100
SHOP_SERVER_ID: 192.168.1.100

EL FILE TENIA ESTA EN UN BLOCK DE NO TAS PERO YO CAMBIE ESO NO PROBE CON ESTO ???           Mysql Password : /*bestproduction*/  

f055a9e1a908396aae8b772f1da39610o.png

 

con putty coloque este código 

MySQL: /usr/local/etc/rc.d/mysql-server stop


Se opreste serverul MySQL: /usr/local/etc/rc.d/mysql-server stop

2. Se porneste serverul MySQL: mysqld_safe --skip-grant-tables &

3. Ne conectam la serverul MySQL: mysql -u root

4. Accesam MySQL: use mysql;

5. Update user set password=PASSWORD('123456789') where user='root';

6. flush privileges;

7. quit

8. Oprim serverul mysql: /usr/local/etc/rc.d/mysql-server stop

9. Gata, pornim serverul mysql: /usr/local/etc/rc.d/mysql-server start

 

 

 

 

 

 

 

 

 

a1.PNG

a2.PNG

a3.PNG

Posted

debe habilitar las conexiones remotas ya sea para el usuario root o para el user que accedera a mysql y el otro parece ser que ya lo había iniciado una vez pero no cerro el procesos y cuando vuelve a iniciar el server no carga db, reiniciar la maquina 

Posted
hace 10 minutos, Nicolas13 dijo:

@colcrt una duda cómo abuelito las conexiones remotas  cambien lo que es el id y Pass del  MySQL pero aún así eso me sale  

Me puede facilitar el paso a paso de cómo hacer por favor 

i

mysql -u root -p
password: 

mysql> grant all privileges on *.* to 'root'@'%' identified by 'PASSWORD';
mysql> flush privileges;
quit

service mysql-server restart

 

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.