# lite-mms **Repository Path**: xlu-github/lite-mms ## Basic Information - **Project Name**: lite-mms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2024-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lite-mms ======== ## packages required * libmysqlclient-dev * libxml2-dev * libxslt1-dev ## use mysql as database ```sql mysql> create user 'foo-user' identified by 'foo-password' mysql> create database foo_db character set 'utf8'; mysql> grant all on foo_db.* to 'foo-user'; mysql> flush privileges; ``` and set DBSTR to "mysql://foo-user:foo-password@"