English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm beginner learner of PHP. Is it essential to install phpmyadmin for developing a website? Cause My all mysql server and php soft were successfully installed and worked. But phpmyadmin did not work. I want learn for only developing webapplication.

2006-08-17 07:12:16 · 6 answers · asked by Mr. Robi 2 in Computers & Internet Programming & Design

6 answers

This depends on what features are made available by your hosting service.

If you can access the MySQL server directly (typically through port 3306) then you can use a visual client that you install on your computer, connect to the database, and do all your table creation and site maintenance in a visual environment. Many of these are free. I highly recommend SQLYog.

If you have shell access, and you don't mind memorizing commands and doing some typing, then you can log into your account via a shell client and interact with the server that way. This can be especially convenient if you feel comfortable setting up automated scripts for certain tasks, like backup for example. A good and free client that can also connect to a shell account via a secure, encrypted connection is Putty.

Finally, if you do go the PHPMyAdmin route, be extra careful to read ALL the documentation, because if it's not configured correctly, there will be some security loopholes, and you run the risk of having hackers playing with your database.

2006-08-17 08:20:01 · answer #1 · answered by Anonymous · 1 0

I found phpmyadmin irritating and went back to the mysql command line interface.

There is also a couple of tools called
MySQL Workbench and
MySQL Administrator
which are OK

You need to be able to make a direct connection to the mysql server a port 3306 (unless you changed it).

The only thing that could be stopping you from using phpmyadmin or any other tool is you don't have the mysql permissions set up properly (including setting up an admin level user).

2006-08-17 07:37:47 · answer #2 · answered by sheeple_rancher 5 · 0 0

I don't use PHPmyAdmin unless it is the only thing available (some hosting companies). MySQL has a graphical front end call MySQL Query Browser that is fair (there are some bugs in it), and you can always use the command line.

You can also create your own GUI using PHP, but that would take a lot of time.

2006-08-17 07:41:32 · answer #3 · answered by John J 6 · 0 0

No, you don't need to use phpmyadmin if you don't want to. It isn't neccessary, just gives you a graphical way to created databases objects. If you download the most recent version of mySQL - version 5 - you can get 3 great tools with it for free that are much better then phpmyadmin. The pages to these are listed below. You don't need the data migration one unless you are planning on importing data from other sources. The command line tool is OK but can be a little intimidating for beginers who don't know the syntax very well. Good luck

http://mysql.com/downloads/administrator/1.1.html
http://mysql.com/downloads/workbench/1.0.html
http://mysql.com/downloads/migration-toolkit/1.0.html

2006-08-17 07:44:38 · answer #4 · answered by jmfc 4 · 0 0

So..
You can get PHPmyadmin for free from this link http://j.mp/1no5D99
Give it a try.
Have a nice day

2014-07-21 05:02:25 · answer #5 · answered by Anonymous · 0 0

on your broken one you lacking the action it does not have any Hypertext Preprocessor reference so it refresh it self and supply you no longer something (it does not have any action) on the only that working you have answer #6 · answered by chauarria 3 · 0 0

fedest.com, questions and answers