RedTacos
RedTacos

Reputation: 11

Access Database Without phpMyAdmin

I have the hostname, username, and password for a MySQL Database. But I do not have access to the location of phpMyAdmin. How can I download the database w/o use of PHPmyadmin?

Upvotes: 1

Views: 6917

Answers (1)

Andrew
Andrew

Reputation: 7778

I use MysqlWorkbench-- I love how user friendly it is and it gives me the opportunity not only to connect to DB, but during new development create EER diagrams. I use its tools to create new EER's and then, auto-deploy them and update EER's and Database Schema via the tool directly to the server. You can also download database, backup, and generate EER from the Database Schema.

Upvotes: 1

Related Questions