Phpmyadmin

March 19, 2009

Is it possible to reset a field in a Mysql database using phpmyadmin?

mysql
hawkal2k5 asked:


I have a table in a database with about 2000 entries and 3 of the field in the database of all these entries need to be reset to their original value. How could I do this without manually going through all 2000 values and editing them?
I need to reset them to their default values which is just “blank” no value also its only for 3 field in the table not the whole table

Filed under Programming & Design by administrator

Permalink Print 2 Comments

January 27, 2009

Import Excel to MySQL Database

mikenku posted video:


Take a Microsoft Excel Spreadsheet and import it into a MySQL Database using CSV files and PHPMyAdmin.

Filed under Education by administrator

Permalink Print 6 Comments

January 24, 2009

What is the best/easiest way to backup a MYSQL database to sourcecontrol?

mysql
Superpappa asked:


Its a hosted account with PHP and phpMyAdmin. The source control is local subversion.
The idea is to easily see relevant differences, and I suspect that for example SQL code backup is not the best way to do that.
How is this better than PHPMyAdmin?
Was thinking of something like XML, or perhaps having just one item pr line.

Filed under Software by administrator

Permalink Print 2 Comments

September 23, 2008

How do I set up a database using phpMyAdmin and MySQL on my site, if my webhost does not support it?

mysql
Dre asked:


P.S. I’m also getting another site with a webhost that provides the tools I need. Unfortunately, none of them seem to provide the proper instructions. How would I set up the site so that it runs on the server provided to me by my webhost and not my localhost? Thanks in advance.

Filed under Programming & Design by administrator

Permalink Print

September 19, 2008

How can I decrypt a password form mysql database of my wordpress blog?

mysql
Ganesh I asked:


When I go to my phpmyadmin(mysql manager) I see a table called wp_users in which passwords of all users are stored but they are encrypted(Example: 3khj4k2lk32lkdddlkfk4kl43ljkfkdl but thats npt the real password). So dus anyone know how to decrypt it?

Filed under Security by administrator

Permalink Print 1 Comment

September 17, 2008

How do I get data from my Excel tables into a MySQL database?

mysql
Pop B asked:


I have hundreds of columns of data, each one 9 rows, and I would like to turn each column into a record set in a MySQL database. I have no idea how to do that without typing each one into PHPmyAdmin. Is there some way I could “copy and paste” it into the database?

Filed under Programming & Design by administrator

Permalink Print 3 Comments

September 16, 2008

PHP Lesson 10: MySQL User Login - Part 1

gorilla3d posted video:

code @ http://www.gorilla3d.com/v2/Tutorial_php_mysql_user_login

UPDATE:
——————————-
How do you create the database for this tutorial? Php 09: phpMyAdmin

http://www.youtube.com/watch?v=1xZJPuj2rJk

Sorry for the confusion

Filed under Howto by administrator

Permalink Print 17 Comments