snowman15 Posted July 5, 2008 Share Posted July 5, 2008 I made this website and decided to switch servers. When I try to connect to the database, it says it doesn't have the mysqli class. It has php 5.2+ and mysql 5.0+ Should there be a way to activate the mysqli class in the php.ini? how should i go about getting that class? Link to comment https://forums.phpfreaks.com/topic/113306-solved-server-doesnt-have-mysqli-class-what-do-i-do/ Share on other sites More sharing options...
ron8000 Posted July 5, 2008 Share Posted July 5, 2008 I think that mysqli would come in support of an installed extension but you may find a class built to handel it, I know i've found a class to handel PDF creation on a server w/o any PDF extensions installed. good Luck tho! Link to comment https://forums.phpfreaks.com/topic/113306-solved-server-doesnt-have-mysqli-class-what-do-i-do/#findComment-582143 Share on other sites More sharing options...
bluejay002 Posted July 5, 2008 Share Posted July 5, 2008 most of the case (none that i know of goes against this), mysqli is enabled. Maybe you can try cheking php.ini and look for mysqli. Link to comment https://forums.phpfreaks.com/topic/113306-solved-server-doesnt-have-mysqli-class-what-do-i-do/#findComment-582148 Share on other sites More sharing options...
snowman15 Posted July 5, 2008 Author Share Posted July 5, 2008 anybody have an idea? Link to comment https://forums.phpfreaks.com/topic/113306-solved-server-doesnt-have-mysqli-class-what-do-i-do/#findComment-582413 Share on other sites More sharing options...
DarkWater Posted July 5, 2008 Share Posted July 5, 2008 1) Contact your host....we aren't the ones selling you servers... 2) Use regular MySQL? Link to comment https://forums.phpfreaks.com/topic/113306-solved-server-doesnt-have-mysqli-class-what-do-i-do/#findComment-582420 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.