PDA

View Full Version : Build in GUI for mySql


1andyw
04-25-2007, 05:51 PM
Hi,

My host doesn't include a mysql client. I had been accustomed to using phpmyadmin.

Does a stock install of mysql 4 include a GUI of any sort?

Andy

guelphdad
04-25-2007, 06:03 PM
no it does not.

1andyw
04-25-2007, 06:22 PM
I searched our threads but came up blank. How can I access the hosted mysqldb from my desktop via command line window?

Andy

guelphdad
04-25-2007, 08:21 PM
install the mysql client on your computer. then in the server on your host, you would have to allow outside connections for the user you are going to log in from.

look into the use of GRANT privileges if you have not done this before.

NancyJ
04-25-2007, 08:26 PM
you can just upload phpmyadmin into your webspace - its not the most secure of solutions but if you have no other options - you could look into heidi sql also

1andyw
04-26-2007, 09:51 AM
Thank you.

Andy

guelphdad
04-26-2007, 05:53 PM
you can just upload phpmyadmin into your webspace - its not the most secure of solutions but if you have no other options - you could look into heidi sql also
Nancy, do you know if hosts that don't already provide it would allow the use of phpmyadmin or are you guessing? My host provides it. I think those that don't have it would be leery because of security issues.

1andyw
05-16-2007, 06:43 PM
Hi,

I requested permission from my ISP host, to install phpmyadmin. It took them two weeks to finally give me the OK.

Before I can install the program, I need to estimate how much server space it will require so I don't incur too much additional expense.

How can I estimate the amount of server space that a new phpmyadmin will use after setup?

Thanks,

Andy

GJay
05-16-2007, 07:25 PM
Not very much, the English-only version is about 4MB. Obviously, this doesn't include the space taken up by any databases you might create in the future, but the app itself is pretty small.

1andyw
05-16-2007, 08:00 PM
Thank you.

Andy