I have been working to get an offline development site setup. So far I have the following working on a Windows XP Professional SP3 laptop...
1. XAMPP (Apache, PHP and MySQL)
2. XDebug
3. NetBeans (still trying get everything connected)
4. Local copy of zen-cart
5. Database backup file database.sql
Now, I am having issues trying to setup the zen-cart database. I cannot seem to import the sql file. I am using phpmyadmin and it returns a MySQL error...
#1044 - Access denied for user 'root'@'localhost' to database 'information_schema'
This database appears on my localhost as well as my hosting account. It appears that I am trying to create a new db with the same name. I am sort of lost here...any advice on what to do?![]()


Reply With Quote
I am going to work on seeing if I can get NetBeans and XDebug working tomorrow.

