Problems with Mysql in Ubuntu 16.04

1

I have installed mysql with the xampp and I have it installed separately, I do not want to work with the mysql of the xampp, as I do to be able to work with the other mysql and not with the xampp, if I'm not wrong I must configure the ports to be able to do what I want, but I do not know how to configure it ... and that's why the mysql of the xampp does not start ... I'm more interested in starting the other mysql, and not the mysql of the xampp ... how would it do it? I present the following notice:

    
asked by Sandy Atencio 11.07.2016 в 23:25
source

2 answers

2
  

SOLUTION

there was a conflict with the ports, that is, mysql of the xampp ran on port 3306, and since I have installed the other mysql apart it also ran through the same port what I did was change the mysql port of xampp and I put it on port 3307 and it worked!

    
answered by 15.07.2016 в 00:32
0

I think it's an error related to permissions and all that roll, write this in the terminal to change the current permissions you have:

chmod 644 /opt/lampp/etc/my.cnf

PS: From personal experience I suggest you use LAMP and not XAMPP, in case you like to change follow this tutorial , actually it's very simple, greetings:)

    
answered by 11.07.2016 в 23:32