| Databases InterBase (28) MS-SQL (5) mysql (33) Oracle (1) |
Can I install MySQL without root access?
(1 votes). Leave comments and/ or rate it.
Question: Can I install MySQL without root access?Answer: Yes. You just have to make some user to be able to create databases. Simply change the word root to your user name in the script scripts/mysql_install_db, and then run it.Comments:
|