SQL - no me arranca phpmyadmin con xampp

 
Vista:

no me arranca phpmyadmin con xampp

Publicado por Sam (13 intervenciones) el 29/06/2018 19:56:32
Como digo no me arranca phpmyadmin con xampp en el navegador me sale un mensaje
que dice:
MySQL said: Documentation
Cannot connect: invalid settings.

Connection for controluser as defined in your configuration failed.

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.


Uso ubuntu 16

Y en el archivo llamado "config.inc.php" que lo tengo en /opt/lampp/phpmyadmin, pone:

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
//$cfg['Servers'][$i]['host'] = 'localhost';
//$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;

/**
* phpMyAdmin configuration storage settings.
*/

/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controlport'] = '';
//$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = '';


Si me pueden ayudar le estaria muy agradecido por que no puedo continuar con mis
proyectos ya que conectan con bases de datos.

Gracias de antemano.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

no me arranca phpmyadmin con xampp

Publicado por Sam (13 intervenciones) el 29/06/2018 20:18:27
P.D
Por si sirve de algo en el archivo "my.cnf" situado en /opt/lampp/etc tengo esto:

# The following options will be passed to all MySQL clients
[client]
#password = your_password
port =3306
socket =/opt/lampp/var/mysql/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
user=mysql
port=3336
socket =/opt/lampp/var/mysql/mysql.sock
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar