Databases not seen in MySQLCC

2004-06-17 Thread Marvin Cummings
Have a strange problem where only one of my databases shows up in the MySQLCC console, yet if I look in the MySQL Admin console all databases are seen. Anyone experience this before?

Disconnect odbc from localhost

2004-05-09 Thread Marvin Cummings
Can someone please advise me on how to prevent the [EMAIL PROTECTED] connection? This is preventing me from accessing any of my databases in phpMyAdmin. Any responses are appreciated. Thanks

Error creating table in MySQL 5.0

2004-05-09 Thread Marvin Cummings
Wondering if anyone can give me some help with this error I'm getting when trying to create this table: ERROR 1064 (42000): You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '$sql = CREATE TABLE

RE: MySQL 5.0.0-alpha-max-debug running on localhost as ODBC@localhost

2004-04-19 Thread Marvin Cummings
Egorov [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 10:22 AM To: [EMAIL PROTECTED] Subject: Re: MySQL 5.0.0-alpha-max-debug running on localhost as [EMAIL PROTECTED] Marvin Cummings [EMAIL PROTECTED] wrote: This appears when I attempt to open phpMyAdmin. It doesn't matter what account

MySQL 5.0.0-alpha-max-debug running on localhost as ODBC@localhost

2004-04-15 Thread Marvin Cummings
This appears when I attempt to open phpMyAdmin. It doesn't matter what account I set in the config.inc.php file, I continue to get this error. How do I change this so that another account logs in to the localhost? I unfortunately had to reboot my server and this became the result. I notice that I

RE: Need help creating table...

2004-04-07 Thread Marvin Cummings
That did it. I really do appreciate all of the help that I received from you and the list. Thanks again. :) -Original Message- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 7:52 PM To: Marvin Cummings Cc: [EMAIL PROTECTED] Subject: Re: Need help creating

FW: Need help creating table using phpMyAdmin

2004-04-06 Thread Marvin Cummings
-Original Message- From: Marvin Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 3:11 AM To: 'Michael Stassen' Subject: RE: Need help creating table using phpMyAdmin I attempt to create this table from the command line and get the following error: Error 1064 (42000

Need help creating table...

2004-04-06 Thread Marvin Cummings
_ From: Marvin Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Need help creating table... I attempt to create this table from the command line and get the following error: Error 1064 (42000): You have

Need help creating table using phpMyAdmin

2004-04-05 Thread Marvin Cummings
Sorry for this easy question but I'm kind of a newbie and I'm wondering if someone could assist me with creating a new table for a postnuke module? I need to copy the following content into a table I create named nuke_zc_ads: ( `ad_id` smallint(5) unsigned NOT NULL auto_increment, `cat_id`

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
Phipps [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 11:38 PM To: Marvin Cummings Subject: RE: Unable to connect to mysql with phpmyadmin Are you using the username and password in the config file? or the username and password for sql? For phpmyadmin, you use the username and password

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
[mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 2:13 PM To: Marvin Cummings Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Unable to connect to mysql with phpmyadmin Marvin Cummings wrote: I've tried it both ways using the default root and no password and root with my assigned

Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
I'm wondering if someone could help me figure out why I'm getting this error when attempting to use phpMyAdmin to connect to mysql: phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make

RE: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
I see $cfg all over the place and no mention of HTTP. Where should I be looking for this? Thanks -Original Message- From: Eve Atley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 9:36 PM To: Marvin Cummings Subject: Re: Unable to connect to mysql with phpmyadmin

RE: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
missing something here and it's driving me crazy. Thanks for the help. -Original Message- From: Eve Atley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 9:54 PM To: Marvin Cummings Subject: Re: Unable to connect to mysql with phpmyadmin I see $cfg all over the place

Possible OT: Unable to make database error...

2004-03-21 Thread Marvin Cummings
I'm getting the following error while trying to install PostNuke ver.726 on a w2k3 server that's running IIS6, MySQL 5 and PHP4.3.4. I've used both MySQLCC and MySQLAdmin to create users with the necessary permissions to connect to the databases. I even tried the command line using GRANT ALL

FW: local installation on XP

2004-03-21 Thread Marvin Cummings
Do you see a green light in the WinMySQL Tool? Have you insalled MySQLODBC ver3.51? If so pull up a command prompt and type c:\mysql\bin mysqld --console Also type c:\mysql\bin mysqld --install Try this doc: http://www.mysql.com/doc/en/Windows_post-installation.html HTH -Original

RE: local installation on XP

2004-03-21 Thread Marvin Cummings
commands mysqld --install - this starts the mysql service hth -Original Message- From: A Mathias [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 5:17 PM To: Marvin Cummings Subject: RE: local installation on XP Got it 3.51 installed, but still getting 1045 Error from mySQLcc

RE: [WDG] Client doesn't support authentication protocol error inMySQL

2004-03-21 Thread Marvin Cummings
? Thanks -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 7:43 PM To: Marvin Cummings; [EMAIL PROTECTED] Subject: RE: [WDG] Client doesn't support authentication protocol error inMySQL At 19:29 -0500 3/21/04, Marvin Cummings wrote: Then again

RE: [WDG] Client doesn't support authentication protocol error inMySQL

2004-03-21 Thread Marvin Cummings
and the help Paul. -Original Message- From: Marvin Cummings [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 8:03 PM To: 'Paul DuBois' Cc: [EMAIL PROTECTED] Subject: RE: [WDG] Client doesn't support authentication protocol error inMySQL Cool and thanks for the update. In trying

Bad syntax when trying to create mysql username and password...

2004-03-21 Thread Marvin Cummings
Can someone take a look and let me know what's wrong with this command: GRANT ALL PRIVILEGES ON dbname.* TO dbuser@dbhost IDENTIFIED BY 'dbpass' WITH GRANT OPTION; So for me I say: GRANT ALL PRIVILEGES ON testdb.* TO [EMAIL PROTECTED] IDENTIFIED BY mypassword WITH GRANT OPTION; It

RE: Bad syntax when trying to create mysql username and password...

2004-03-21 Thread Marvin Cummings
Ahhh. I didn't pay any attention to the quotes. Thanks -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 6:22 PM To: Marvin Cummings; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Bad syntax when trying to create mysql

Client doesn't support authentication protocol error in MySQL

2004-03-21 Thread Marvin Cummings
Wondering if anyone running MySQL 5 has come across the following error: Error (1250) : Client does not support authentication protocol requested by server; consider upgrading MySQL client I get this error after attempting to install PN on a Windows 2003 web server. I've already created

RE: [WDG] Client doesn't support authentication protocol error inMySQL

2004-03-21 Thread Marvin Cummings
libraries that need updating on mysql 5.0? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marvin Cummings Sent: Sunday, March 21, 2004 7:18 PM To: [EMAIL PROTECTED] Subject: RE: [WDG] Client doesn't support authentication protocol error inMySQL Nope

RE: In need of MSSQL help

2003-11-01 Thread Marvin Cummings
] Sent: Saturday, November 01, 2003 1:05 AM To: 'Marvin Cummings'; 'MySQL' Subject: RE: In need of MSSQL help There are several good resources for MS SQL. www.sqlmag.com and www.sqlservercentral.com are the two that I like best. For the logins, what OS are you using? For external users, you

In need of MSSQL help

2003-10-31 Thread Marvin Cummings
Hopefully this isn't too far off-topic but I need some help with an Access database that I need to convert to MSSQL. I need to ensure that this db can accept reports and applications, and then have a secure login for both internal and external users. Would this be the list to post to or would

Data not displaying correctly...

2002-09-26 Thread Marvin Cummings
I need some help with a slight problem I'm having getting my data to display to the correct page. What I'm trying to do is allow users to post data to some pages on my site and make that data available for viewing. So far I have it so that I can connect to the db and post the data to the table. I

Slight problem storing data with Mysql...

2002-09-22 Thread Marvin Cummings
MySQL newbie seeking help and/or advice on storing data into a database. I have a poetry section I'm trying to add to my site that will allow users to submit some of their work for public viewing. An example is located here: http://www.nubiint.com/nuwoez/nuwoez.htm. By clicking on any one of

RE: installin mysql on win 2000

2002-09-18 Thread Marvin Cummings
I have it installed on my w2k w/sp3 server and I don't have any problems with it. -Original Message- From: Ryan Cavanaugh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: installin mysql on win 2000 I will begining to install mysql

RE: questions

2002-09-16 Thread Marvin Cummings
Sorry to piggy back on this topic, but would you happen to know of or have a link to a php discussion list? -Original Message- From: Kelly Firkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:12 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: questions

MySQL install on Linux 7.1

2002-07-10 Thread Marvin Cummings
Hey can someone provide me some help in installing and configuring mysql ver3.23.51 on my Linux server? I downloaded the file from mysql.com to my servers hard drive and now want to install it. I right-clicked the installation file and clicked install. It appears to have installed something,

MySql install on W2K server running Apache ver2.0.39

2002-07-02 Thread Marvin Cummings
Hello all... I'm new to the list and to MySql and would like to get some advice on approaching my first mysql install. I've just installed Apache ver2.0.39 onto my W2K server and I'm currently attempting to get PHP4 going. Can anyone provide me with some ideas on how to approach the mysql