Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Codeigniter-Datenbankfehler:1064 Verwenden von MySQL und möglicherweise ein Sitzungskonfigurationsfehler

Ich weiß, dass dies eine alte Frage ist, aber die richtige Antwort ist immer noch, dass Sie die Datei config.php sorgfältig lesen mussten und Sie verstehen würden, dass Sie einige Punkte der Konfiguration verpasst haben, um Sitzungen richtig zu speichern.

/* 'sess_save_path'
|
|   The location to save sessions to, driver dependent.
|
|   For the 'files' driver, it's a path to a writable directory.
|   WARNING: Only absolute paths are supported!
|
|   For the 'database' driver, it's a table name.
|   Please read up the manual for the format with other session drivers.
|
|   IMPORTANT: You are REQUIRED to set a valid save path!
*/

Ihr Sitzungspfad war nicht richtig!