Summary: Alright, I'm really bummin' here. I found a site that seemed like it was going to be the answer to my MySQL configuration prayers http://www.quicomm...
Summary: Why do i get this error when i try to start mysql and type this mysql -u admin -p Then I enter password and hit enter and then this happens. ERROR 200...
Summary: First; try to output the mysql-error aswell and use a link-identiefier: $link_id = mysql_connect($DBhost,$DBuser,$DBpass) if (!link_id){die("Unable to...
Summary: I'm using PHP and mysql. I'm having a problem figuring out how to handle mysql errors and warnings. For example, if I have trouble connecting to the d...
Summary: When I visit my message board (http://www.smacktalks.org/forums) I am given this error.... mySQL query error: SELECT f.*, c.id as cat_id, c.position a...
Summary: I am trying to resolve this error which is driving me NUTS. Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /...
Summary: Hi again, One more thing to mention. I have set the password as below. ************ USE mysql; UPDATE user SET Password=PASSWORD("flibble"); FLUSH P...
Summary: Hi again, After reading few old mails on this site I came to know that both mysqld.exe and mysql.exe should be running. Now I checked my Task manager ...
Summary: I am currently trying to install PHP Nuke on a www.networksolutions.com UNIX Website, with PHP and SQL supported. I unpacked the PHPNUKE .zip file and...
Summary: np :p the "or die" lines are very good on development stage... when error encountered, it'll terminate the script and output some message... I got use...
Summary: Hi I am wondering if anyone can resolve this issue, as it is of great urgence. I have a webservice that is being hosted on godaddy, windows box, mysql...
Summary: i changed my password for sql and now im getting this error. #1251 - Client does not support authentication protocol requested by server; consider upg...
Summary: When I test this code for php and mysql; <?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not ...
Summary: Trying to test out IIS 5 with PHP, MySQL, and phpMyAdmin. While I have gotten all of this communicating and working I have one problem. phpMyAdmin rep...
Summary: I'm setting up a local webserver. So I installed Apache and PHP. These work fine. But now I want to install mySQL so I can use databases. So I install...
Summary: someone can tell me what my error on this? CREATE TABLE `submit` ( `id` INT( 6 ) DEFAULT '0' NOT NULL AUTO_INCREMENT , `name` CHAR( 75 ) NOT NULL , `u...
Summary: Hey guys, i know this is really not a development question but i need to get apache running so i can use php and mysql, i downloaded the ready to use ...
Summary: ok, im trying to create a databse using mysql and im having some problems. i really have no idea how to fix them but here it is. i cant do anything wi...
Summary: on loading oscommerce page, i get this on screen 'FATAL ERROR: register_globals is disabled in php.ini, please enable it!' and then loading phpmyadmin...
Summary: when i try to log on to mysql i.e mysql -u admin -p . after entering PW i am always getting this ; ERROR 2003: Can't connect to MySQL server on 'matr...
Summary: Guys please help me with this php and mysql prob I just installed a phpdev5 bundle and when I tried to use phpmyadmin at first I was able to create a ...
Summary: Im trying to make a logon script in PHP. When I run the webpage i get an error that says: [error] mysql_numrows(): supplied argument is not a valid My...
Summary: I'll say there're lots of potential incompatibilities and headaches =D Best thing you can do: trial and errors. Also, not many hosters has PHP5 and My...
Summary: hey all, i need to know how to transfer a MySQL database from one domain to another ... i understand that i can use phpmyadmin to do this using the ex...