Hi,
I have installed a webshop ( Zen Cart ) and recently, when I want to log in as Administrator :
1062 Duplicate entry '1574' for key 'PRIMARY'
in:
[insert into admin_activity_log (access_date, admin_id, page_accessed, page_parameters, ip_address) values (now(), '0', 'login.php ', '', '::1')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
That sounds to be a MySQL database access.
I start to get this message, after having a Crash
I imagine that, for MySQL, I might be already connected ? or something like that
- Is there a way to re-initialize a database ? ( without having re-install everything ? )
Thanks for your help
I have installed a webshop ( Zen Cart ) and recently, when I want to log in as Administrator :
1062 Duplicate entry '1574' for key 'PRIMARY'
in:
[insert into admin_activity_log (access_date, admin_id, page_accessed, page_parameters, ip_address) values (now(), '0', 'login.php ', '', '::1')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
That sounds to be a MySQL database access.
I start to get this message, after having a Crash
I imagine that, for MySQL, I might be already connected ? or something like that
- Is there a way to re-initialize a database ? ( without having re-install everything ? )
Thanks for your help