0

i have to download MySQL zip from this site (https://dev.mysql.com/downloads/mysql/) and run it with cmd but i want to run it with php code and access database with IP address like Xampp or wamp server (http://127.0.0.1/phpmyadmin). please help me about this problem.

thanks.

waheed
  • 73
  • 1
  • 1
  • 5
  • Please [edit] your question to include a more detailed description of your problem. It is not clear what you are asking or what the problem is. – Progman Jan 13 '19 at 17:18

1 Answers1

1

what you have done is installed the core of the mysqli. so It does not come with a GUI. So you will have to manually download the GUI and install it.. its called mysqli workbench

here in this link download it. you can't use mysqli like phpmyadmin because its a desktop version. If you really want to use the browser version you will have to install wampserver here

ALPHA
  • 1,135
  • 1
  • 8
  • 18