kate4567 Posted June 8, 2004 Share Posted June 8, 2004 Is anyone familiar with Joanna Osinska's Admin Login contribution? It looks pretty simple. These are the instructions: 1. Cut and paste sql from admin.sql file into phpmyadmin or in similar fashion. 2. Copy application_top.php and header.php into \catalog\admin\includes folder 3. Copy adminLogin.php, adminProcesslogin.php and adminLogout.php into \catalog\admin\ And that's it. You can change the admin login and pass through MySQL. The default is: Login: Admin Pass: Admin My question is this: where exactly in phpmyadmin do I paste sql from admin.sql? I am new to phpmyadmin, and I need precise instructions of WHERE and HOW. I think I can handle steps 2 & 3 because that's just putting files into folders, right? Thanks so much! Link to comment Share on other sites More sharing options...
greysun Posted June 9, 2004 Share Posted June 9, 2004 This is how I get to the area to paste SQL, hopefully your version is similar. 1. log into phpmyadmin 2. select your database from the column on the left 3. at the top you may see a series of tabs. One of them may say SQL. if you see this tab you enter your SQL text here. There should also be a browse button so you can browse your local hardrive for the sql file. Hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.