Any webadmin tool t...
 
Notifications
Clear all

Any webadmin tool to manage mssql databases and users like phpMyAdmin?

9 Posts
3 Users
1 Reactions
5,994 Views
Posts: 19
Topic starter
(@abarboza19)
Active Member
Joined: 6 years ago

metroman90210,

What you have to do is add the extensions in the ext folder of PHP installation, in my case PHP 7.0 and in my case required by adminer (php_pdo_sqlsrv_7_nts_x64.dll and php_sqlsrv_7_nts_x64.dll)Non-Thread Safe version (NTS) in my case as I'm using PHP as CGI binary otherwise you need the Thread Safe version (TS) but the must common way using the PHP requests as CGI binaries, then go with the (NTS), also according a 64 bits OS that must have to use nowadays, 32 bits OS are deprecated. Browse in internet and add to the EXT folder and activate the extensions by the config file or directly in the PHP Manager on IIS.

Also there is a new way to add mssql connnection support for PHP Apps here:

https://github.com/microsoft/msphpsql

and

https://www.microsoft.com/en-us/sql-server/developer-get-started/php/windows

Pura Vida!

From Costa Rica!

Reply
Posts: 3
(@metroman90210)
New Member
Joined: 5 years ago

Thanks for your response. Unfortunately, adminer is on a shared webhost that I don't control so adding the extensions as you mention will not be possible. The webhost I am using (free) has the ability for me to enter queries but in many cases that is not going to work for me.  I will have to look for other options.

Reply
Posts: 19
Topic starter
(@abarboza19)
Active Member
Joined: 6 years ago

metroman90210

Take note that this is posible just if you have a VPS or Dedicated Server. So, the question was not for SolidCP related?  https://www.adminer.org is the only free option with just one PHP file based that i have found or try the http://mylittleadmin.com

Reply
Posts: 3
(@metroman90210)
New Member
Joined: 5 years ago

I think the problem is my free webhost that is not allowing access to the sql database from a third party application. I will try mylittleadmin, but I expect to get the same result. Thanks again for your response.

Reply
Page 2 / 2
Share: