Hi,

these funcs are considered deprecated and suggested to use proper SQL syntax 
instead.

mysql_create_db
mysql_db_query
mysql_drop_db
mysql_list_fields
mysql_list_tables

Following the same logic these should also considered deprecated?
mysql_list_dbs       SHOW databases;
mysql_select_db    USE mydb

Probably some more?

Friedhelm

Reply via email to