Installation of MySQL5.1 in Ubuntu10.10Linux process: sudoapt-getinstallsudoapt-getinstallmysql-server-5.1mysql-gui-tools-commonsudovi/etc/mysql/my. cnf find bind-address and comment out it, because it is not annotated, can only be accessed with 127.0.0.1 # bind-
Install MySQL 10.10 In Ubuntu 5.1 Linux:
Sudo apt-get install mysql-server-5.1 for mysql-gui-tools-common
Sudo vi/etc/mysql/my. cnf
Search for bind-address and comment it out. Because it is not annotated, it can only be accessed using 127.0.0.1.
# Bind-address = 127.0.0.1
Add default Character Set and default storage engine
# The default character set that will be used when a new schema or table is
# Created and no character set is defined
Default-character-set = utf8
# The default storage engine that will be used when create new tables when
Default-storage-engine = INNODB
Sudo/etc/init. d/mysql restart mysql Service