Dennis, Tuesday, March 26, 2002, 2:12:43 PM, you wrote: DP> My boss told me I have three days of time to develop a php-website that DP> is capable to handle SQL-Requests into a database.
DP> Problem is I don't have any experiences. DP> Now I have startet with compiling Apache with PHP support and installing DP> the MySQL package which comes with SUSE 7.3. DP> I logged into MySQL with ./usr/local/mysql/mysql DP> but I don't know how to start. I got a manual which starts when I have DP> already some tables. But I don't have a database yet. DP> How do I create. DP> Thank you in advance and I am very sorry about these kind of questions, DP> but I will get better. To start MySQL server you should run safe_mysqld & You can read more about starting MySQL server at: http://www.mysql.com/doc/A/u/Automatic_start.html If you have MySQL server running you can create databases. You can use CREATE DATABASE statement or mysqladmin utility. You can read about CREATE DATABASE at: http://www.mysql.com/doc/C/R/CREATE_DATABASE.html About mysqladmin at: http://www.mysql.com/doc/m/y/mysqladmin.html Info about MySQL privilege system will also be useful for you, look at: http://www.mysql.com/doc/P/r/Privileges_options.html http://www.mysql.com/doc/P/r/Privileges.html http://www.mysql.com/doc/G/R/GRANT.html http://www.mysql.com/doc/D/e/Default_privileges.html DP> dcp -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php