10,940 Topics
| |
Hello I have just bought a book on php, MySQL and Apache server which came with an installation disk. I have installed all three on my laptop computer running MS XP Professional. All three seem to work ok independantly but when I try to run any code examples through IT … | |
I am extremely new to MySQL and web databse programming. I am runnning an Invision Board forum and have had numerous problems when installing mods (I know, install at my own risk, blah blah blah). My question is this: I am restoring the SQL database (I did make a backup; … | |
I am having difficulty uploading text files to mysql database through phpmyadmin. Here is the feedback from the hosting company: The problem is in the inappropriate input file format (the txt file) - there are spaces before and after the comas. To solve the problem - strip the spaces arround … | |
does anyone know where i can find a complete list of mysql commands. Im in the proccess of writing a live mysql database interaction for web use. and right now i need to store all mysql commands to an array and have the php script read the array and modify … | |
i need to know the format to search for a user name in the database, im using PHP to submit the data so far this is what ive got [php] @mysql_select_db("$DBName") or die("Unable to select database $DBName"); $sqlquery = "INSERT INTO $table VALUES('$id','$name','$email','$opinion')"; $results = mysql_query($sqlquery); mysql_close(); [/php] im using … | |
Finally, there's a book that will help you prepare for the MySQL certification exams. Learn more about it here: [url="http://www.amazon.com/exec/obidos/tg/detail/-/0672326329/qid=1087361084/sr=1-1/ref=sr_1_1/002-7750886-2407247?v=glance&s=books"]http://www.amazon.com/exec/obidos/tg/detail/-/0672326329/qid=1087361084/sr=1-1/ref=sr_1_1/002-7750886-2407247?v=glance&s=books[/url] | |
Hello. I have installed PHP4 and MySQL (.dmg) on Mac OSX v3 client. Everything is up and running. I have created tables in my DB, established user privileges, etc through the 'terminal' app. I have turned on web sharing through the 'preferences' panel and dragged my .php files to the … | |
Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it to show me the output from my PHP program). If I want to see … | |
Hi, I'm new to this forum. I am a consultant looking to extend an application's platform dependance. To this I need make specific DB design changes for my normalised database (ie. PK-fields that were autonumber/identity are being changed to integer). Does anyone know if MySQL, Oracle and SQL Server support … | |
Hi, i'm making a database on mysql for a uni assignment. In the write up of the report i've been told to put in a logical model which can be done by identifying the relationships from a conceptual model. I know what a conceptual model is and have identified the … | |
Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it to show me the output from my PHP program). If I want to see … | |
[size=2]By: Jeff Johnston MySQL is set to announce some exciting new features at its User Conference in Orlando April 14-16 ([url]http://www.mysql.com/[/url]). The wildly popular free database server is expanding its functionality in attempts to keep up with the competition, PostgreSQL, and Firebird. The two new features are MySQL Cluster and … | |
What Is MySQL? A friend told me it was free as long as i didn't sell it. is this true? if so where can I get it and what does it do exactly? thanks | |
does anyone know a good FREE company who does MySQL and PHP hosting? | |
Hi, I'm having a problem of starting mySQL.. well I'm actually forgot what did I do a long time ago that mess the mySQL up in my server. Well now when I'm trying to execute this command from the terminal such as: /etc/init.d/mysql start .. instead of starting the terminal … | |
[url]http://staging.infoworld.com/articles/hn/xml/02/10/21/021021hnnovellmysql.xml?Template=/storypages/printfriendly.html[/url] | |
Okay, so this forum uses PHP with MySQL... I have access to PHPMyAdmin on a remote server. I have been making periodic back-ups (dumps of the tables) but I'm always afraid that when I need them most, they'll fail on me. There isn't by any chance an easier way to … | |
[url]http://builder.com.com/article.jhtml?id=u00320020624gcn01.htm[/url] From article: [ When to use MySQL] Why would you use MySQL over PostgreSQL? First, we need to consider the needs of the applications in terms of database requirements. If I want to create a Web application and performance is an issue, MySQL will be my choice because it | |
This is a great tool to use when creating DBs in MySQL. Better than the one it comes with. If you're about to embark on an app using MySQL, I recommend it. [url]http://www.anse.de/mysqlfront/[/url] |
The End.