where is the database located in my websites files
I don't understand your question. The database should reside in the "database", not in any of your website files.Originally Posted by pataylo
ok what im asking for is the file that stores everyones login and email
It's not stored in a file...it's in the database..
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