QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

pspMyAdmin - database administration tool

This is a discussion on pspMyAdmin - database administration tool within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; With PSPMyAdmin it will be possible to take your database or spreadsheet on the go, read from them and edit ...

Reply
 
LinkBack Thread Tools
Old 07-09-2007, 09:29 PM   #1


Developer
 
JustChris's Avatar
 
Join Date: Oct 2005
Posts: 206
Trader Feedback: 0
Default pspMyAdmin - database administration tool

With PSPMyAdmin it will be possible to take your database or spreadsheet on the go, read from them and edit them. Currently I'm only interested in MySQL support but being able to read CSV files will be *much* easier to do.

Screen



Download

PSPMyAdmin

Instructions
- Unzip and move folder into PSP/GAME folder. Notice the test.sql file in it.
- Launch the program.
- It will tell you to press square, so go ahead and do it.
- The program will read test.sql and produce a new file called out.txt
- You will see the table and column names from the file that it read
- Exit the program by pressing start.
- Go back into the PSP/GAME/pspmyadmin folder. The new out.txt file should be there.
- Open the file, and you'll see that the queries were re-ordered as showing how many of each there are. There's also an easter egg
(the program writes *nix style newlines, so the text might appear bunched together in Notepad. Use something besides Notepad to open it)

For webmasters that want to test their own SQL files
This is for website owners running MySQL and PHPMyAdmin.

You should know the basics of exporting a database, so just select the SQL option and do not check any of the special inserts (complete, extended, delayed or ignore). PSPMyAdmin will only read normal insert queries. Copy and paste the text of your SQL dump and save it in a new file called test.sql. Just use this instead of the test.sql that came with the program.

PSPMyAdmin is made with a slightly modified OldSchool Lib to handle the graphics and input. The changes I made to OSLib were replacing some C library includes with their C++ counterparts. The code that parses MySQL syntax is written by myself.
__________________
GameSnooper - Random drawing of gaming news

The 32 Bit Shell - My development blog (also includes gaming oddities)

Last edited by JustChris; 09-25-2007 at 10:29 PM..
JustChris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-09-2007, 09:59 PM   #2
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

this is a nice app is it the one ur useing for the compo 2007 if u change the name and stuff
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-10-2007, 01:47 AM   #3

is not posting very often
 
Glynnder's Avatar
 
Join Date: Feb 2006
Location: omnipresent
Posts: 5,161
Trader Feedback: 0
Default

great name

Good looking program too, i might download in the future
__________________
Quote:
Originally Posted by Abe
Either way, if you don't know, don't guess. Stick to answering questions about stuff you're qualified to answer, like Pokemon questions or something along those lines.
http://forums.qj.net/501501-post26.html
Glynnder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2007, 10:30 PM   #4


Developer
 
JustChris's Avatar
 
Join Date: Oct 2005
Posts: 206
Trader Feedback: 0
Default

I'm back as well, and now doing some more work on the program. There's a test program if you want to check it out!
__________________
GameSnooper - Random drawing of gaming news

The 32 Bit Shell - My development blog (also includes gaming oddities)
JustChris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-29-2007, 08:31 AM   #5
 
CodesRCool's Avatar
 
Join Date: Oct 2006
Location: The Netherlands
Posts: 248
Trader Feedback: 0
Default

yay, I like it!
CodesRCool is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-29-2007, 08:41 AM   #6
 
 
Join Date: Jul 2007
Location: with my companion
Posts: 2,151
Trader Feedback: 0
Default

spreadsheets on the go! that's sexy.lol.

anyways nice idea
__________________
PSN: Greyone16
Greyone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-29-2007, 02:34 PM   #7
 
Join Date: Jun 2007
Posts: 21
Trader Feedback: 0
Default

You cant do anything in the program itself. You only press once squire and thats it?
DDragonz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-01-2007, 09:08 PM   #8


Developer
 
JustChris's Avatar
 
Join Date: Oct 2005
Posts: 206
Trader Feedback: 0
Default

Yeah, that's it for now. All it does now is re-arrange the query syntax and save it in a new file, so it's only proof of concept for parsing SQL files. Changing the data will be a little harder, since I need to come up with a good interface to type text on the PSP.
__________________
GameSnooper - Random drawing of gaming news

The 32 Bit Shell - My development blog (also includes gaming oddities)
JustChris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2007, 10:47 PM   #9
 
Josh1billion's Avatar
 
Join Date: May 2005
Location: Wisconsin
Posts: 295
Trader Feedback: 0
Default

Interesting concept you have there. I use phpMyAdmin on a daily basis.
__________________
Original PSPHacker.com member :: Game programmer/designer/director
Josh1billion is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2007, 02:44 PM   #10


Developer
 
JustChris's Avatar
 
Join Date: Oct 2005
Posts: 206
Trader Feedback: 0
Default

Sorry, I have been too busy working on school programming projects, and my own PSP game to continue with this much. Finding the best data structures for representing a MySQL database was a bit tough.

I would probably use oldrider's PSP Framework so that I can focus less on programming and getting results faster, since it uses OSLib.
__________________
GameSnooper - Random drawing of gaming news

The 32 Bit Shell - My development blog (also includes gaming oddities)
JustChris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
administration , database , pspmyadmin , tool

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:38 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us