Page 1 of 1

I Can't see sql queries

PostPosted: 17. June 2012 19:44
by klimba
Hi

I have xampp 1.7.7 When i'am in phpmyadmin I can't see sql queries for example when iam creating database i use databases I give the name and choose language and click "create" and database is createg but phpmyadmin don't show me the sql query.
Where I can change the settings

thanks

Re: I Can't see sql queries

PostPosted: 18. June 2012 05:46
by Altrea
Hi klimba,

klimba wrote:Where I can change the settings

I don't think that is possible. The new phpmyadmin versions are using AJAX Requests for very basic SQL statements like creating a new database.
There is a flag $cfg['ShowSQL'] but this flag doesn't have any influence on the CREATE DATABASE Statement (tested).

best wishes,
Altrea