Database partially created
-
I’m using xampp on windows 7 and am attempting to install a new WordPress site locally. I’ve created a database and edited the wp-config.php file, but when I try to complete the installation process, it hangs on/wp-admin/install.php?step=2. The thing is, some of the tables get created but not all of them. I’ve retried this numerous times and the number of tables that gets created varies from 4 to 7. Obviously it isn’t a permissions issue, since some tables are created. I found this post http://ww.wp.xz.cn/support/topic/installation-hangs-2 so I tried changing this line in my php.ini file:
; Maximum time (in seconds) for connect timeout. -1 means no limit ; http://php.net/mysql.connect-timeout mysql.connect_timeout=-1But it didn’t solve the problem. I’ve googled this problem multiple times and nothing has exactly matched my problem. Has anyone seen this? I’m really stumped.
Full disclosure: I posted this on WordPress,stackexchange.com and my question was closed within an hour. Even if this isn’t specific to WordPress, I’d think that other people have seen it and can help identify possible causes. I’m pretty suspect of the low memory answer; I have 16 GB and am not running anything particularly advanced. I’m pretty good at troubleshooting but am new to the *amp stack so pointers are most appreciated.
The topic ‘Database partially created’ is closed to new replies.