Thread: mysqlserver configuration issue on ubunto
hello,
installed ubunto9.10 on laptop , installed apache2,php,mysql,perl.
tested phpmyadmin on webbrowser , worked fine.
after installed application developed on fedora7.
when tried access http://localhost/index.php works find , when click
page involved getting data database got following error.
################################################## ###############################
error 1045: access denied user 'glucose'@'localhost' (using password: yes)
if following
################################################## ###################################
mysqld_safe --skip-grant-tables &
, connect php involve fetch data database works fine.
when click on link supposed myphpadmin through symbolic link admin gives me following error
################################################## ##########
welcome phpmyadmin 2.10.3
error
mysql said: documentation
#2003 - can't connect mysql server on '127.0.0.1' (111)
################################################## ##################
kind of configuration.since new whole bunch of technology.i don't know how rid of these 2 probelms.
appreciate if me sort out.
thanks,
bilal
does user "glucose" have permission access database functions? open terminal , type:
to see if user can access mysql.code:mysql -u glucose -p
may have access mysql root user set when installed mysql , this:
in order user "glucose" have full access.code:grant privileges on *.* glucose@'localhost' identified '<password>' grant option;
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] mysqlserver configuration issue on ubunto
Ubuntu
Comments
Post a Comment