0
使用CodeIgniter我想有東西similair:Codeigniter,create tables and users for MySQL創建表,並授予權限新用戶
但我需要添加新表新的用戶名和密碼。 像
$this->load->dbforge()
if ($this->dbforge->create_table('my_db'))
{
echo 'Database created!';
}
,並添加新用戶premission,並傳遞給表: 'MY_DB' 因爲只有讀(SELECT)! 如果有人能幫助我,這應該是偉大的!