View Single Post
  #4  
Old 07-23-2009, 11:36 PM
Roguish
Fire Beetle
 
Join Date: Oct 2008
Location: Maine
Posts: 9
Default Ubuntu 8.10

Problem:
When it comes to page 8 -- "Edit /etc/mysql/my.cnf"
you get the message
Code:
Gtk-WARNING **: cannot open display:

Reason:

I am working on the local host rather than doing a net install.

Solution:
Code:
export DISPLAY=:0.0
xhost +LOCAL:
Note: I'm using Ubuntu 8.10
Reply With Quote