Le 2013-05-13 19:24, ayush choubey a écrit :
There were a couple of things that i wanted to know
- I was going through the this feature request
https://sourceforge.net/p/phpmyadmin/feature-requests/1387/
and i too wasn't able to figure out how to change database name. Has that feature been implemented
Click on the database, then Operations. You'll find a dialog to rename the database.
- while exporting the database there is no create database sql statement
for example :
there is a db called test with certain number of tables. I selected the database, clicked on export, clicked custom and exported it.
However only the tables were exported. There were no create statement
Shouldn't the entire database be exported with create database statement? Is this a bug or was this not implemented intentionally
I guess nobody ever felt the need for this. The CREATE DATABASE statement is generated when you export at the server level.