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
Answers:
Dear suneel,
http://localhost/phpmyadmin
This will redirect you to the phpmyadmin page.
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
Login to add comment