Metin2 Posted November 1, 2020 at 05:50 PM Share Posted November 1, 2020 at 05:50 PM Olá a todos! Eu estou com pequeno probleminha meu site era mysql vim com alguns problema de segurança com mesmo então optei para mariadb mais eu não estou conseguindo fazer com que o site lê as tabela player,guild ... ALTERAÇÃO QUE JA FIZ mysql_db TO mysqli_db mysql_query TO mysqli_query mysql_ACCOUNT TO mysqli_ACCOUNT mysql_PLAYER TO mysqli_PLAYER Link to comment
[Admin] tierrilopes Posted November 1, 2020 at 08:11 PM Share Posted November 1, 2020 at 08:11 PM Olá, "mysqli" não tem a ver com mysql/mariadb mas sim com a versão php instalada. O resto das query também tem de ser adaptadas. Existem alguns argumentos que mudam da API mysql para mysqli enquanto outros tem ordens diferentes ou foram eliminados Tens de procurar todos os mysql_ do teu site e adaptar manualmente. Deves usar a documentação do php para ajuda: https://www.php.net/manual/en/mysqli.query.php Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now