Answers for "ubuntu installer lamp mysql"

SQL
0

Starting mysql shell lampp ubuntu

just start mysql using the command

example: sudo /opt/lampp/lampp startmysql

and find path of mysql , it will be placed in bin directory of lampp, then login

example: /opt/lampp/bin/mysql -u root
Posted by: Guest on October-09-2021
0

ubuntu install lamp

sudo apt-get install lamp-server^
Posted by: Guest on July-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language