为避免超出数据库表数量限制,可以通过登录托管管理面板并使用phpMyAdmin等工具,执行SQL脚本查询每个数据库的表数量。脚本为:select table_schema as 'database', count(*) as 'tables' from information_schema.tables where table_type = 'BASE TABLE' group by table_schema;
完成下面两步后,将自动完成登录并继续当前操作。