Web Hosting Talk







View Full Version : MySQL Error


oliverm
07-21-2002, 07:03 PM
I am trying to set-up users for MySQL but whet I click on users I get this error:


Warning: Supplied argument is not a valid MySQL result resource in /home/sites/home/web/phpmyadmin/user_details.php on line 989

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/libraries/ob.lib.php on line 53

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 23

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 24

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 25

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 26

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 27

Warning: Cannot add header information - headers already sent by (output started at /home/sites/home/web/phpmyadmin/user_details.php:989) in /home/sites/home/web/phpmyadmin/header.inc.php on line 29

Any host - Any user
Error

MySQL said:


No user(s) found.


Your help will be appreciated.

oliverm
07-21-2002, 09:43 PM
Ooops!!
I forgot to mention that I'm using "phpMyAdmin 2.2.6"

jks
07-21-2002, 10:33 PM
Are you using an old version of MySQL? (that seems likely)

oliverm
07-22-2002, 10:42 AM
I am using "MySQL 3.23.37"
I downloaded it from pkgmaster.com

blacknight
07-22-2002, 03:34 PM
It sounds like your setup of PhpMyAdmin is faulty. Check the file permissions.
If you aren't comfortable with PHP there are a couple of pkg versions of PhpMyAdmin available (do a search)

Mdot
07-22-2002, 04:36 PM
sounds like your database MySQL is empty and there is no user 'root'
probably I'm wrong