Results 1 to 4 of 4

Thread: mySQL question . . .

  1. #1
    historicslunk is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    52

    Thumbs up mySQL question . . .

    I want to link an access db to my client list in sugar - for producing invoices.

    I am running the latest rPath linux version with no patches or upgrades except . . . . .

    I have just installed phpMyAdmin - literally seconds ago.

    I have tried this so far
    I have downloaded the ODBC Driver and installed it,


    But when I attempt to connect using "root" and "MYPASSWORD" I get

    [MySQL][ODBC 3.51 Driver]Host '200.200.200.222' is not allowed to connect to this MySQL server

    Sugar works brilliantly, albeit a bit/very slow (old hardware)

    Sharif

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: mySQL question . . .

    You need to add another host to root user like "root@200.200.200.222".
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  3. #3
    historicslunk is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    52

    Thumbs up Re: mySQL question . . .

    Quote Originally Posted by ruchida
    You need to add another host to root user like "root@200.200.200.222".
    Sorry to show my ignorance, but "how"

    I have tried
    mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'
    -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;

    but . . . . .
    Sharif
    Last edited by historicslunk; 2006-09-30 at 01:42 PM.

  4. #4
    nathanbthomas is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    46

    Default Re: mySQL question . . .

    This this:


    grant all on sugarcrm.* to 'root'@'YOURIPADDRESS' identified by 'YOURPASSWORD' with grant option;
    Nathan Thomas
    Sugar Appliance Maintainer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •