problem med linux/Mysql
halløjsa jeg har et probs med min mysql på linux redhat 6,1jeg er temmelig ny på linux området
jeg har instaleret apache, php og mysql
apache og php spiller som det skal meen mysqlen har jeg nogle probs med
1 jeg har fundet ud af at jeg ikke har en adgangskode på min mysql hvordan får jeg lavet det ???
2 min mysql er tom ikke en eneste database hvordan får jeg lavet en og eventuelt delt ud til en bruger ???
3 jeg er ved at opsætte et phpwebhosting system som ligger i /usr/local/apache/htdocs
der er en install fil som jeg skal bruge lidt forklaring på
der er 400 point til den der får det til at pinge *SS*
her kommer en bid af install filen::
Quick install instructions:
---------------------------
Edit sql/user.sql and sql/values.sql and change the password (\'hardtoguess\' by default)
mysql -uroot -p < sql/user.sql (optional: requires root MySQL access)
mysql -uuser -p < sql/tables.sql
mysql -uuser -p < sql/values.sql
php sql/values.php
Edit public_html/main.inc and sql.inc, substituting the appropriate values for your system and site
Make public_html writable by the webserver (user \'nobody\' usually)
chmod -R 777 public_html
-or-
chown -R nobody:nobody public_html (requires root access)
Log into the site as \'admin\', using the password you provied in sql/values.sql
der er en bid mere om selve mysql instalationen som måske kan bruges ???
MySQL
-----
Install MySQL. An RPM install is recommened if possible.
Follow the instructions in /usr/doc/MySQL-3.2x.xx/manual.html for installation instructions. Be sure to set a root password.
Import the files in the sql/ directory into MySQL using \'mysql -uusername -p < file.sql\' in the following order:
Optional: user.sql (Note: change the password!) (This is only necessary if you wish to create a separate MySQL user for PHPWebHosting (recommended))
tables.sql
values.sql (Note: change the password!)
Then run this from the command line (while still in sql/):
php values.php
This will create the database, tables, and default values you need.