Install xampp in Ubuntu and log on to the mysql terminal! It took a whole day to get it done .... Information of all parties
Install xampp in Ubuntu and log on to the mysql terminal! It took a whole day to get it done .... Information of all parties
Install xampp in Ubuntu and log on to the mysql Terminal
I am going! It took a whole day to get it done .... Please refer to the following link for more information... Please write it down ..
Download Software xampp: http://pan.baidu.com/s/1kTHmtl9
Release the downloaded compressed file to/opt:
Tar xvfz xampp-linux-1.7.1.tar.gz-C/opt
At this time, XAMPP is installed in the/opt/lampp directory.
Run:/opt/lampp start
You should be able to see a message similar to the following on the screen:
Starting XAMPP 1.7.1...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Enter http: // localhost in the browser
You can see:
However, you cannot log on to mysql using the command line.
Otherwise:
You need to do the following:
SudoApt-getInstallMysql-Server-core-5.5
Sudo/Opt/lamppStartmysql
SudoMkdir/Var/run/mysqld
SudoLn-S/Opt/lampp/var/mysql. sock/Var/run/mysqld. sock
Mysql-URoot-P
At this time, no password is required. Just press Enter!