|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Is there some kind of program I can use to input data faster and easier into my mySQL database?
Thanks, Jes |
|
#2
|
|||
|
|||
|
Hi Jes,
there's no programm that can place data signifincantly faster in your MySQL database when usign single queries vie CGI (php). You know that you can load csv files in your database using the load data infile directive, don't you? http://www.tcx.se/Manual_chapter/manual_Reference.html#LOAD_DATA Lightning fast will also a be loading an SQL Dump in you database using "mysql -u user -h host my_database <data.sql". (Referr also to http://www.tcx.se/Manual_chapter/manual_Tools.html#mysqldump ). Ulf |
|
#3
|
|||
|
|||
|
Try phpMyAdmin. It's complete web-based front end for MySQL, and greatly expedites many of the tasks of dealing with your MySQL databases. It allow you to edit any aspect of your databases and records.
Get it at http://www.phpwizard.net/phpMyAdmin/ |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Easy way to use mySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|