473,397 Members | 2,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

New and need some help, please - mysql

Hi,

I have a .php site which uses a mysql database. I would like some info
on how I can download (preferably free and simple) and use a GUI. As
in, I know they exist, but do I need to put it into the server (plesk
interface), or use it on my pc, and then how do I access the site's
database to modify entries.

And all this because I'm tired of my web-designer's unresponsiveness.

Any help appreciated.

Thanks,

Jay

Sep 15 '06 #1
4 2336
nu*************@gmail.com wrote:
Hi,

I have a .php site which uses a mysql database. I would like some info
on how I can download (preferably free and simple) and use a GUI. As
in, I know they exist, but do I need to put it into the server (plesk
interface), or use it on my pc, and then how do I access the site's
database to modify entries.

And all this because I'm tired of my web-designer's unresponsiveness.

Any help appreciated.

Thanks,

Jay
Your database GUI of choice will usually be phpMyAdmin
http://www.phpmyadmin.net/home_page/index.php

If I understand correctly that you want a copy of the site on your local
machine as well, the easiest thing is to install XAMPP:

http://www.apachefriends.org/en/xampp.html
Sep 15 '06 #2
Matt C wrote:
nu*************@gmail.com wrote:
Hi,

I have a .php site which uses a mysql database. I would like some info
on how I can download (preferably free and simple) and use a GUI. As
in, I know they exist, but do I need to put it into the server (plesk
interface), or use it on my pc, and then how do I access the site's
database to modify entries.

And all this because I'm tired of my web-designer's unresponsiveness.

Any help appreciated.

Thanks,

Jay
Your database GUI of choice will usually be phpMyAdmin
http://www.phpmyadmin.net/home_page/index.php

If I understand correctly that you want a copy of the site on your local
machine as well, the easiest thing is to install XAMPP:

http://www.apachefriends.org/en/xampp.html
Hi Matt,

Thanks for your reply.

I really don't know (sorry). I have a database which can be accessed
through plesk (but I haven't ever opened it). I want to be able to
change some of the data on the site. Do I need to put the GUI onto the
server to do this? I know the guy who designed the site had a data
base reader, but further to that, Dunno!

Any suggestions?

Thanks

Sep 15 '06 #3
nu*************@gmail.com wrote:
Matt C wrote:
>nu*************@gmail.com wrote:
>>Hi,

I have a .php site which uses a mysql database. I would like some info
on how I can download (preferably free and simple) and use a GUI. As
in, I know they exist, but do I need to put it into the server (plesk
interface), or use it on my pc, and then how do I access the site's
database to modify entries.

And all this because I'm tired of my web-designer's unresponsiveness.

Any help appreciated.

Thanks,

Jay
Your database GUI of choice will usually be phpMyAdmin
http://www.phpmyadmin.net/home_page/index.php

If I understand correctly that you want a copy of the site on your local
machine as well, the easiest thing is to install XAMPP:

http://www.apachefriends.org/en/xampp.html

Hi Matt,

Thanks for your reply.

I really don't know (sorry). I have a database which can be accessed
through plesk (but I haven't ever opened it). I want to be able to
change some of the data on the site. Do I need to put the GUI onto the
server to do this? I know the guy who designed the site had a data
base reader, but further to that, Dunno!

Any suggestions?

Thanks
If you have the credentials to use/change data, you can just do it on a
command line, e.g. thus:

(I don't know what plesk is)

get PuTTY or some other client for remote access; connect to the server
and find the mysql program (usually named "mysql"). Suppose it's
/var/mysql ... type
/var/mysql -u [username that can edit the database] -p

should prompt for your password, type
USE [whatever the dB is called]

and you can now edit things with normal SQL statements on the command line.

Do this if you just want to change a couple of things. If you're going
to be the new administrator of the database, you will almost certainly
want to install phpmyadmin on the server. Download it, edit
config.php.inc so that it works on the server, then FTP it in there.
Sep 15 '06 #4

nu*************@gmail.com wrote:
Hi,

I have a .php site which uses a mysql database. I would like some info
on how I can download (preferably free and simple) and use a GUI. As
in, I know they exist, but do I need to put it into the server (plesk
interface), or use it on my pc, and then how do I access the site's
database to modify entries.
Are you looking for phpmyadmin? It is easy to install just upload using
FTP and you will be able to access the websites database.
And all this because I'm tired of my web-designer's unresponsiveness.

Any help appreciated.

Thanks,

Jay
Sep 16 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: No | last post by:
I have tried to understand MySQL and am afraid it is way over my head, Would someone be willing to help me out please? I have a php script that I am trying to install, in the instructions it...
5
by: duikboot | last post by:
Hi all, I'm trying to export a view tables from a Oracle database to a Mysql database. I create insert statements (they look alright), but it all goes wrong when I try to execute them in Mysql,...
0
by: root | last post by:
hi there, I've tried to install mysql-3.23.55.tar.gz but failed. Firstly, I've created directory /home/users/mysql and add group for mysql. Those are the command that I've used previously: ...
0
by: Ryan Schefke | last post by:
------=_NextPart_000_0077_01C34C8B.2B90C960 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ..I just sent this out to the win32 distribution list but no one has...
2
by: pratchaya | last post by:
This is my sample error in my MySQL Log New value of fp=(nil) failed sanity check, terminating stack trace! Please read http://www.mysql.com/doc/en/Using_stack_trace.html and follow instructions...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
1
by: DarkGiank | last post by:
Hi, im new to csharp and im trying to create a class that can change the application database without no rewriting all connection code... but cause some reason it is not working... it tells me that...
70
mideastgirl
by: mideastgirl | last post by:
I have recently been working on a website for an honors association, and have a lot of difficulty but have found help from those on this site. I would like to see if I can get some more help on a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.