![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi, I'm working on an eMac with OSX 10.3.9 and all updates. It already had Apache and Sendmail and I installed MySQL and phpMyAdmin. Apache sees MySQL and I can create a database via phpMyAdmin, but the install routine of the program I am trying to run says that the DB does not exist. When I started digging into possible reasons, my whole world becomes Unix-flavored and I'm a Windows guy. Any ideas where I should start to solve this? TIA. | |||
|
| Advertisements |
| | #2 | ||
| Jerry McEwen wrote: > Hi, I'm working on an eMac with OSX 10.3.9 and all updates. > > It already had Apache and Sendmail and I installed MySQL and > phpMyAdmin. Apache sees MySQL and I can create a database via > phpMyAdmin, but the install routine of the program I am trying to run > says that the DB does not exist. When I started digging into possible > reasons, my whole world becomes Unix-flavored and I'm a Windows guy. > > Any ideas where I should start to solve this? TIA. My first check would be to find out what MySQL user & password is being used by the installer for that program. Then try connecting to the database you created, using that same user & password. It's possible you need to use GRANT to set up that user with privileges on that database. Regards, Bill K. | |||
|
| | #3 | ||
| On Wed, 10 May 2006 19:34:52 -0700, Bill Karwin <bill@karwin.com> wrote: >Jerry McEwen wrote: >> Hi, I'm working on an eMac with OSX 10.3.9 and all updates. >> >> It already had Apache and Sendmail and I installed MySQL and >> phpMyAdmin. Apache sees MySQL and I can create a database via >> phpMyAdmin, but the install routine of the program I am trying to run >> says that the DB does not exist. When I started digging into possible >> reasons, my whole world becomes Unix-flavored and I'm a Windows guy. >> >> Any ideas where I should start to solve this? TIA. > >My first check would be to find out what MySQL user & password is being >used by the installer for that program. Then try connecting to the >database you created, using that same user & password. It's possible >you need to use GRANT to set up that user with privileges on that database. > >Regards, >Bill K. Thanks, Bill, would that be as mentioned at http://dev.mysql.com/doc/refman/5.0/en/grant.html or is it something I need to do in Terminal? Thanks! | |||
|
| | #4 | ||
| Jerry McEwen wrote: >>you need to use GRANT to set up that user with privileges on that database. > > Thanks, Bill, would that be as mentioned at > http://dev.mysql.com/doc/refman/5.0/en/grant.html or is it something I > need to do in Terminal? Thanks! Yes, you got it, it's the GRANT statement documented at the URL you reference. There are a several different environments in which you can use that statement. One of them is the 'mysql' command-line interface which you can run in Terminal. You can also do it in phpmyadmin (the free web interface), MySQL Administrator GUI tool, write a SQL script, etc. Regards, Bill K. | |||
|
| | #5 | ||
| On Wed, 10 May 2006 22:48:41 -0700, Bill Karwin <bill@karwin.com> wrote: >Yes, you got it, it's the GRANT statement documented at the URL you >reference. There are a several different environments in which you can >use that statement. One of them is the 'mysql' command-line interface >which you can run in Terminal. You can also do it in phpmyadmin (the >free web interface), MySQL Administrator GUI tool, write a SQL script, etc. > >Regards, >Bill K. Bill, thanks, you saved me by recommending the MySQL Administrator GUI tool. I was logged in as admin and knew the password, but when I tried to connect via the GUI tool, I realized that I had to type the login name a little differently than I had guessed. THANKS!!! | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: etc, help, mysql, osx, problem |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem installing mysql on OS X | Kun | Database | 1 | 07-01-2007 7:34 PM |
| Problem using OLE DB 3 with MySQL 5 | Stefano Del Furia | Database | 0 | 07-01-2007 6:30 PM |
| Problem with MySQL (somewhat PHP related, MAYBE) | Mike | Database | 3 | 06-10-2007 12:26 AM |
| mysql problem | edgy | Database | 6 | 06-10-2007 12:26 AM |
| Problem with MySQL and ODBC | André | Database | 2 | 05-31-2007 8:46 PM |
| Featured Websites | ||||
|