7
votes
2answers
2k views

How do I install MySQL without a password prompt?

I'm trying to install MySQL on Ubuntu Natty without the password prompt. However, I keep getting prompted for a password at some stage after the main installation. Also, when I do enter what I ...
0
votes
0answers
543 views

Upgrade to mySQL 5.5 on Ubuntu 11.04 [duplicate]

Possible Duplicate: How do I upgrade MySQL to 5.5, am I best off waiting for it to be available through apt-get? I've seen that mySQL 5.5 has a lot of innoDB performance enhancements. Is ...
2
votes
2answers
7k views

mysqld gives errcode:13 because it can't create test files

New installation of 11.04. Then I followed all instructions here: http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-11.04-lamp Now when I run mysqld I get this error: ...
2
votes
1answer
2k views

How do I enable the mod_rewrite Apache module for Ubuntu 11.04?

In other linux like CentOS, it works but i am not getting it running in Ubuntu 11.04. /var/www/html/folder/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module ...
2
votes
1answer
601 views

MyODBC with MySql in Ubuntu 11.04

I want to read mysql table data to an excel file. So I decide to install MyODBC in my Ubuntu 11.04 with these command lines: sudo apt-get install iodbc sudo apt-get install libmyodbc I start the ...
1
vote
0answers
348 views

MySQL upgrade options for 11.04? [closed]

As of yesterday I have brought up a new website running on Ubuntu 11.04 (on Linode). The customer was unhappy with the previous vendor and I have brought across their Django site, moving from Python ...
1
vote
4answers
3k views

Problem installing mysql, error in post-installation script

Having problems loading/installing mysql Here is the output while installing: mysql-server-5.1 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/6,258 kB of archives. ...
3
votes
1answer
1k views

Is MySQL server installed by default?

I have a fresh installation of Ubuntu 11.04. Since I want to work with a MySQL server on this machine I see, that if I enter mys in the terminal and hit TAB it completes to mysql. But if I do mysql -u ...
2
votes
1answer
2k views

How can I export MySQL database manually - without phpmyadmin [closed]

My phpmyadmin doesn't work, i see only white blank page when i open it(it's has some issue), however, I'd like to export my project databased manually to another computer. i saw all my databases ...
15
votes
6answers
13k views

how to stop apache2, mysql from starting automatically as computer starts?

my os is 11.04. i have apache2 & mysql installed. how to stop apache2, mysql from starting automatically as computer starts?
0
votes
1answer
343 views

Which version of percona db package should I install?

I am new to both percona & Ubuntu. According to this page percona is only available for etch hardy lenny lucid maverick squeeze But i am using 11.04 (Natty). Can someone recommend me which ...