Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the alternatives to using phpMyAdmin? [closed]

I've used phpMyAdmin for a while now - it gets the job done but it is very clunky and outdated, and has many features that I don't need. I'm looking for either a web based or (preferably) an OS X native alternative that is easy to use and isn't heavy on features.

Is there any programs out there that fit the bill?

like image 328
different Avatar asked Aug 30 '08 21:08

different


People also ask

Can I use MySQL without phpMyAdmin?

you can access using command prompt, command is depend on which server for ex window, linux, etc Linux : mysql -u {mysql-user} -p {mysql-password} -h {mysql-server} Enter password: you can view databases using this command SHOW databases; you can used database using this command use databasedname; and other command is ...

Is phpMyAdmin still used?

The tool is compatible with different operating systems. Due to its portability, flexibility, simplicity, and functionality, phpMyAdmin has become a widely used software. It enables to create, manage, rename, and drop databases, tables, fields, indexes, user accounts, and permissions.

Is Adminer better than phpMyAdmin?

Unlike phpMyAdmin, which only supports the management of MySQL and MariaDB databases, Adminer also supports managing other databases such as PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, and Firebird. It is also available in 43 languages.


1 Answers

I think you will be very impressed with SQL Buddy. That is very similar to phpMyAdmin but with a vastly improved user interface! SQL Buddy is another web interface just like phpMyAdmin. Setup is simply providing a username and password... thats it!

like image 85
Joseph Pecoraro Avatar answered Sep 20 '22 05:09

Joseph Pecoraro