开发者

How to load another PHP's phpmyadmin to current PHP

开发者 https://www.devze.com 2023-01-14 08:44 出处:网络
In my application there are two PHP are available. 1) PHP 5.1.6 2) PHP 5.2.6 Currently I am using PHP 5.2.6 version in my application. Also I\'m using PHP 5.2.6 database ( phpmyadmin ).

In my application there are two PHP are available.

1) PHP 5.1.6

2) PHP 5.2.6

Currently I am using PHP 5.2.6 version in my application. Also I'm using PHP 5.2.6 database ( phpmyadmin ).

He开发者_高级运维re my question is I want to use another PHP's database ( phpmyadmin ) i.e. PHP 5.1.6 's phpmyadmin.

I dont know how to do this, Please give me ur suggestions, in which file should i make change for accessing correct database in my application.

Thanks

-Pravin


phpMyAdmin is not a database, but a front-end for a DBMS like MySQL. Your scripts in PHP 5.2.6 and 5.1.6 are likely using using the same database (MySQL).

0

精彩评论

暂无评论...
验证码 换一张
取 消