Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server / PHP / Web Based Admin Tool - What are some phpmyadmin-like tools for SQL Server?

I'm trying to find a phpmyadmin-like db administration tool for SQL Server for a LAMP environment. I've only been able to find similar tools that exist for a IIS/ASP environment.

like image 494
John Himmelman Avatar asked Jun 23 '10 16:06

John Himmelman


People also ask

What is SQL phpMyAdmin?

phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services.

Is phpMyAdmin a SQL server?

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.

Is phpMyAdmin like MySQL?

What is the difference between PHPMyAdmin and MySQL? MySQL is the database management system, or a database server. phpMyAdmin is the web application written primarily in PHP. It's used for managing MySQL database.


2 Answers

Try http://www.adminer.org/

it supports mssql as well. Although its written in PHP.

like image 53
Aysha Sharmin Avatar answered Sep 29 '22 11:09

Aysha Sharmin


There is a project called phpMSAdmin, but I have no idea if it's finished enough to be useable. The current release is 0.18 from july 2006.

http://www.phpmsadmin.org/

http://sourceforge.net/projects/phpmsadmin/files/

http://freshmeat.net/projects/phpmsadmin/

Perhaps the project could be revived? Anyone?

like image 24
Ivar Bonsaksen Avatar answered Sep 29 '22 09:09

Ivar Bonsaksen