michaelwnyc

Results 17 comments of michaelwnyc

Using install.php will run database.sql which will initialize the database for you.

From top to bottom: localhost 'Your Database Login Username' 'Your Database Password' openvpn 'Admin username to be created' 'Admin password' 'Admin email address'

Do you have a password set for root?

Also, please make sure sql.safe_mode is set to false or 0 in php.ini

@AiQLee 忘了你是collaborator了lol

目前推测是因为mysql_connect被deprecated了,新版本有不兼容的地方。需要使用mysqli来连接。

可以考虑降级php运行