Wordpress Discussion
Wordpress Discussion
Out of context: Reply #82
- Started
- Last post
- 174 Responses
- section_0140
^^^ Who is your host? Depending on the size of the database, using PHPmyadmin to import a .sql file could be a pain in the ass. Mostly, because phpmyadmin implements some absurd file limits like 4MB or something. And, possibly, a 60 second time out limit.
Personally, for mysql, I use the MySql Workbench (which is free) to do database work. Again, this may depend on your host whether it can be used (it runs over ssh for remote work). But, it's 100x better than phpmyadmin. It may even have a tool built in for this sorta thing. It does for converting sqlserver databases (I've used it).
- Client is on hostgator. The DB is small so I haven't had any errors importing the DB. Just can't connect to it locally. Wondering if it's the plugins?hotroddy
- Is the name of the database wrong in your code? user/pass? It's gotta be one of those.section_014
- everything is correct. so strange.hotroddy