based on: http://dev.mysql.com/doc/refman/5.0/...e-engines.html
I thought this would show my engine:
mysql_query("SHOW ENGINES\G") or die(mysql_error());
but, all I got was a blank screen.
What keyword should I use?
| SitePoint Sponsor |



based on: http://dev.mysql.com/doc/refman/5.0/...e-engines.html
I thought this would show my engine:
mysql_query("SHOW ENGINES\G") or die(mysql_error());
but, all I got was a blank screen.
What keyword should I use?



phpmyadmin didn't need a query for that.
Bookmarks