| Thread | Last Post | Replies |
|
| Backup with mysqldump works, but not with phpmyadmin | 28 Feb 2007 00:36 GMT | 1 |
I am trying to do a backup of my database. After I tried with phpmyadmin and it didn't work, I did the hard way with mysqldump. Then the import works. On the import the database did not exist. How do I have to do the same with phpmyadmin, because it is much more
|
| password value | 27 Feb 2007 13:01 GMT | 2 |
I'm trying to install a php script that uses mysql. The problem is that the php config file asks for my database password and I don't have one because it's not required for the database. So now I'm getting an error that all variables in the config php must have a
|
| statistical queries | 26 Feb 2007 22:03 GMT | 1 |
I've a huge number of records in one table and must retrieve them. Every record has a datetime field and other values (mainly numerical fields). My goal is to retrieve min,max,average for every month. In fact I've to
|
| php / mysql statement not working for URL | 25 Feb 2007 17:09 GMT | 4 |
I use php / mysql for keeping and generating simple lists. I can't for the life of me echo out a URL. Here are my examples: echo "<td class = \"aptbody\" width = 15%>";
|
| PHP & MSSQL Express issues (Newbie) | 25 Feb 2007 16:55 GMT | 3 |
I am trying to collect info from a MSSQL DB and I am not even able to get passed the connection. I don't get any errors I just get a blank page when I go to the site. PHP is working, see attached phpinfo(). Any help is appreciated.
|
| mysql text type | 24 Feb 2007 02:12 GMT | 5 |
which one is the best for use for performance and storage - MEDIUMBLOB or MEDIUMTEXT? thanxs
|
| A better select? | 23 Feb 2007 22:25 GMT | 4 |
This is for MySQL 5.0 I took over some php/mysql code and I'm trying to optimize it if possible. I have one select statement on an indexed varchar field that gets built
|
| mysql_real_escape_string(); | 23 Feb 2007 19:53 GMT | 5 |
Is there really any time when I don't want to run every _POST and _GET through mysql_real_escape_string() before I use that data in accessing the database? In other words, is there a good reason why I shouldn't have a function
|
| Swapping values in mysql fields - possible (easy)? | 22 Feb 2007 10:10 GMT | 12 |
I have an mysql table. For particular set of rows I want to swap two of the values. So it would be something like update exampletable set
|
| Updating a field | 16 Feb 2007 18:12 GMT | 5 |
I'm sure this can be done but not sure of the MSQL code I want to run an update statement on a field where it adds X to want ever is already in the field? e.g.
|
| renumbering fields | 16 Feb 2007 14:10 GMT | 4 |
CREATE TABLE coupons ( id int(11) NOT NULL auto_increment, data longtext NOT NULL, display_coupon varchar(10) NOT NULL default '',
|
| php/mysql syntax help | 15 Feb 2007 01:36 GMT | 2 |
This is a newbie question. I am using a text for learning php/mysql. I am using PHP 5.2.x and mysql 5. The example is that of a mysql database of jokes. Before we get to joins there is a
|
| wampserver 5 not allowing service to mySQL_Admin | 13 Feb 2007 09:56 GMT | 1 |
wampserver 5 not allowing mySQL_Admin to show service control and startup variables I' having problem when loging on to MySQLAdministrator
|
| Does not update, but cannot find why | 13 Feb 2007 04:23 GMT | 3 |
I have two lines in my script on updating a set in a table. The lines are $query="UPDATE TelefonEmail SET Haus=$haus, Handy=$handy WHERE Nr=$nr"; $dummy=mysql_query($query); It does not update and I cannot find out why. I have done a
|
| wampserver5 cant make work | 12 Feb 2007 19:59 GMT | 2 |
I've installed wamp 5 1.6.6. for a testserver for learning php/mysql it appears to be running from the icon
|