saving . . . saved phpMyAdmin application has been deleted. phpMyAdmin application has been hidden .
phpMyAdmin application
Title
Question
Dear Sir,
In the above mentioned tutorial, it is mentioned that in order to access mysql database we need to open phpmyadmin application. As I am unable to locate this location kindly explain the process of starting this facility so that further learning related to database connectivity can be achieved.


PHP-and-MySQL MySQL-Part-1 01-02 min 40-50 sec 03-11-14, 10:14 a.m. suneel

Answers:

Dear suneel,

Type this url in the browser's address bar.
http://localhost/phpmyadmin

This will redirect you to the phpmyadmin page.
03-11-14, 10:37 a.m. pravin1389
Thanks
03-11-14, 12:22 p.m. suneel

Login to add comment


if u want to use command line over UI u need to drop the mysql bin folder to the cmd after typing cd command then mysql bin folder 



Or in linux 
just first start the mysql service
by service nysql start command and then 
mysql-u root -p password -l localhost command to use mysql server
26-02-18, 11:03 a.m. kaushikpardhi5@gmail.com


Log-in to answer to this question.