# Practice Notes # Ubuntu WordPress configuration troubles UbuntuWordPress
BitsCN.com
I have discussed the configuration of local servers in my earlier articles # Practice Notes # configure PHPnow and WordPress locally and # Practice Notes # configure Apache + PHP + MySQL in Ubuntu, one is for Windows and the other is for Linux Ubuntu. For Cainiao who first came into contact with these website construction technologies, such as me. I have to admit that building a website is a rigorous task, because configuring a website requires an organic combination of various elements to play their respective roles. The system is composed of various elements and is indispensable. For example, an Apache + PHP + MySQL environment can constitute a server environment.
As I have successfully configured the local Apache + PHP + MySQL environment, I plan to add WordPress to the configuration. I originally thought that configuring WordPress would be much simpler than configuring Apache + PHP + MySQL. However, I encountered an unknown problem during configuration.
The configuration process is as follows:
| 1. because you need to copy the WordPress files to the root directory of the local website, and the root directory is/var/www, the read and write permissions here are root, so you need to enable the root permission. The author enters "sudo nautilus" on the terminal to obtain the root permission; |
|
| 2. enter the administrator password and press enter; |
|
| 3. this window is displayed; |
|
| 4. go to this directory ,; |
|
| 5. copy the WordPress files here; |
|
| 6. open the browser and access localhost. The result shows that the local Apache + PHP + MySQL environment is normal and installation starts according to the process; |
|
| 8. enter "database name", "user name", and "password", and then submit; |
|
| 9. appearsProblem, "Unable to select database" |
|
Try and explore:
1. Use a terminal to access the "database" text system. However, no matter how you try it, for example, if you enter the command "show databases", the system does not respond. I am very depressed;
2. this time I switched to the graphic interface of the database. I specially downloaded a software and tried to use the software to check and verify whether the database is normal. after downloading and installing the software, I found that all the interfaces were in English and I was sorry ~ You understand that the problem has not been solved;
3. try to install phpmyadmin. it's still useless !~
4. Google, there is no solution yet. Google said she was speechless. Baidu ignored it ~
So, who can help me?
Author: pwxtom
Address: http://www.cnblogs.com/LiteraturePan/archive/2012/03/03/2378241.html
[Repost this article by Link]
BitsCN.com