0
How to create database from the clientside in php
Insted of creating database and table explicit by login with phpmyadmin can we upload databae by client side at fst installation
3 Antworten
+ 2
I am not sure what you mean by client side. If you have the necessary credentials you can establish a connection from MySQL workbench(or any client you prefer) and query the database directly.
+ 2
Sainath Palanwar You are very mistaken. You have to manually create a database yourself. OpenCart or any third party software does not have that permission!
http://docs.opencart.com/en-gb/installation/
Still, I don't understand what exactly is your question?
0
Did you used opencart they provide us database configuration through UI not need to create database in phpmyadmin as we taken in connection parameters
That will be automatically create in the backend