I want to properly configure MySQL for Ubuntu Netbeans, but the only
directions are for Windows. Can you update the Rails Basics index page
to include Ubuntu directions?
This is the section I'm having trouble with:
* Click Admin Properties tab.
* For the Path/URL to admin tool field and corresponding Arguments
field, enter full path to the mysqladmin program - in this example, C:
\mysql-5.1.32-win32\bin\mysqladmin.exe and -u root status respectively
(assuming you are using Windows platform).
* For the Path to start command field and Arguments field, enter
full path to the mysqld database server program - in this example, C:
\mysql-5.1.32-win32\bin\mysqld.exe and nothing in the Arguments field.
(The picture below assumes you are using Windows platform.)
* For the Path to stop command field and corresponding Arguments
field, enter full path to the mysqladmin program - in this example, C:
\mysql-5.1.32-win32\bin\mysqladmin.exe and -u root stop respectively
(assuming you are using Windows platform).
thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ruby-on-rails-programming-with-passion" group.
To unsubscribe from this group, send email to
ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---