Keresés

Új hozzászólás Aktív témák

  • Sk8erPeter

    nagyúr

    válasz sonar #3876 üzenetére

    Konkrétan SQLite-nál ezt írják:
    "In version 1.0.x of SQLite, a database is just a directory with table files in it. In versions 2.x an 3.x, the database is a single file. Unlike other relation database systems, there is no daemon managing the database, the SQLite API interprets queries and runs them against the file(s) directly. I usually create a directory /usr/local/sqlite/var and create database directories or files there as follows. SQLite database users are equivalent to unix users. Database directory and file permissions dictate what permissions a user has on the database.
    mkdir -p /usr/local/sqlite/var
    chown testuser /usr/local/sqlite/var
    chmod 755 /usr/local/sqlite/var

    "

    És a következőkben már az adatbázishoz való csatlakozást írja le. Olvasd el.

    Amúgy hogyhogy SQLite-ot használsz, és nem MySQL-t? Csak kíváncsiságból kérdezem. :)

Új hozzászólás Aktív témák