Answers for "Starting mysql shell lampp ubuntu"

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

Code answers related to "Starting mysql shell lampp ubuntu"

Code answers related to "SQL"

Browse Popular Code Answers by Language