Hi.
I have installed Apache 2, php, mysql, phpMyAdmin from Repositories
Everything installed okay without any errors.
I started them from runlevel
I have added HTTP Server to firewall rule
I have configured mysql @
Maybe I havent installed extensions, maybe its something of permisons /var/lib - mysql
Or firewall
Please explain me detailed because Im new in SUSE, I have done all the programs that I have with lots of hours spent on forums and sites, but in this case, I really dont know how to solve.
In the end, I thank you all for your replies. I really apreciate.
That means that your PHP installation does not have the ‘mysqli’
extensions present. Generally there are two types of MySQL libraries in
PHP: mysql and mysqli. The former have been around longer but the latter
add some newer functionality I believe (not sure, never cared). It
appears PHPMyAdmin is configured to use mysqli in your version so you need
to add those to where Apache and PHP can find them. Go into Yast and
search for things with ‘mysql’ or ‘php’ in the name and one of the options
is likely going to be ‘php-mysqli’ which is the mysqli module for PHP:
sudo /sbin/yast -i
Good luck.
NicK2oo6 wrote:
> Hi.
> I have installed Apache 2, php, mysql, phpMyAdmin from Repositories
> Everything installed okay without any errors.
> I started them from runlevel
> I have added HTTP Server to firewall rule
> I have configured mysql @
>
> Code:
> --------------------
> mysql_install_db --user=mysql
> /usr/bin/mysql_secure_installation
> --------------------
>
>
> ‘Linux Apache MySQL PHP Server (lamp) - openSUSE’
> (http://tinyurl.com/a65dyt)
>
> All done.
>
> But… I get an error when I acces localhost/phpMyAdmin
>
> Code:
> --------------------
> phpMyAdmin - Error
>
> Cannot load mysqli extension. Please check your PHP configuration. - Documentation
> --------------------
>
>
> Maybe I havent installed extensions, maybe its something of permisons
> /var/lib - mysql
>
> Or firewall
>
> Please explain me detailed because I`m new in SUSE, I have done all the
programs that I have with lots of hours spent on forums and sites, but
in this case, I really don`t know how to solve.
>
> In the end, I thank you all for your replies. I really apreciate.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
1 erikro @ Im new in the operating system, Im not just that dumb, If I haven`t searched for the message error, I will asked “where aI will download that thing” - ps: I have searched and nothing
2 ab@novell.com @ I had installed php5-mysql | I don`t have any mysqli module available @ Yast to download…
LaterEdit: I have downloaded some modules for php5 and mysql and now phpmyadmin, seems to be working, thanks for your replies ! Have a great day.