Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default 1105 File './root/sessions.MYD' not found (Errcode: 13)

    I know i know ive seen this topic before and i checked each and every post. when i ran repair, all i get is root.sessions repair error File './root/sessions.MYD' not found (Errcode: 13)

    I dont know what to do from here? Im afraid to delete the table as some suggested cause i dont know how to apply a backup

  2. #2
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    I want to empty the sessions table but it wont let me click the option, says "in use"
    Last edited by ersio; 12 Nov 2008 at 02:11 AM.

  3. #3
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    any advice please?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    drop the table and recreate it

    You'll fiind the proper syntax for creating the table in the /zc_install/sql/mysql_zencart.sql file ... search for "create table sessions"
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    thanks for the response, but i must be to illiterate as im not sure how to recreate, i see the create table sessions but now sure how to do it, maybe you could elaborate more thanks again!

  6. #6
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    sorry for another post but i couldnt find how to edit/delete post.

    i ran a sql query to get this:
    1 - Can't create/write to file './root/sessions.MYD' (Errcode: 13)

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    What version of Zen Cart are you using?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    the latest the 1.38

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    For v1.3.8, you would open phpMyAdmin, choose your database from the pulldown menu on the left, then click the "SQL" tab on the right, and paste this into the command window, and click Go:
    Code:
    DROP TABLE IF EXISTS sessions;
    CREATE TABLE sessions (
      sesskey varchar(32) NOT NULL default '',
      expiry int(11) unsigned NOT NULL default '0',
      value mediumblob NOT NULL,
      PRIMARY KEY  (sesskey)
    ) TYPE=MyISAM;
    You should be reporting this database problem to your hosting company or server administrator ... because database corruption such as you're talking about shouldn't be happening.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Oct 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: 1105 File './root/sessions.MYD' not found (Errcode: 13)

    i did to only recieve the error i posted above

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Mysql Error: Can't create/write to file '#sql_5a0_0.MYD' (Errcode: 17)
    By PhillipHarrison in forum General Questions
    Replies: 4
    Last Post: 21 Oct 2009, 04:32 AM
  2. MochaHost-Install Error: File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
    By cajunman0821 in forum Installing on a Windows Server
    Replies: 1
    Last Post: 30 Mar 2009, 05:26 PM
  3. default geo_zone.MYD file
    By rubicontrek in forum Installing on a Mac Server
    Replies: 2
    Last Post: 28 May 2007, 04:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg