Hmmm....you sorta need to know what you have in the way of database software. We will assume mysql is your database engine (MSSQL would seem odd, but could use). Best way is to download phpmyadmin from http://www.phpmyadmin.net and ftp it up to your server into your document root. Change the line in config.inc.php file to: Authorization = "http". Then to access it type, http://www.yourdomain.com/phpmyadmin/index.php and in the username type root with no password or the password that is for your database. You will then see your database.Originally Posted by pataylo
Bookmarks