Thanks Gustin...found it!

[EMAIL PROTECTED]:~$ sudo /opt/lampp/bin/mysqladmin -u root -p create drupal
Enter password:
/opt/lampp/bin/mysqladmin: CREATE DATABASE failed; error: 'Can't create database 'drupal'; database exists'
[EMAIL PROTECTED]:~$ sudo /opt/lampp/bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 57 to server version: 5.0.21

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> GRANT ALL PRIVILEGES ON drupal.*
    ->         TO [EMAIL PROTECTED] IDENTIFIED BY 'apt=olex';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privelages;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'privelages' at line 1
mysql> flush privileges;
Query OK, 0 rows affected (0.03 sec)

mysql> \q
Bye
[EMAIL PROTECTED]:~$ sudo /opt/lampp/bin/mysql -u nobody -p drupal < database/databse.mysql
-bash: database/databse.mysql: No such file or directory
[EMAIL PROTECTED]:~$ sudo /opt/lampp/bin/mysql -u nobody -p drupal < drupal/drupal.mysql
-bash: drupal/drupal.mysql: No such file or directory
[EMAIL PROTECTED]:~$ sudo /opt/lampp/bin/mysql -u nobody -p drupal < database/drupal.mysql
-bash: database/drupal.mysql: No such file or directory
[EMAIL PROTECTED]:~$

I'm stuck from here :-/
How can I


On 6/16/06, Gustin Johnson <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mitchell Brown wrote:
> Oh - I guess that would do it eh :-/
> Rereading the documents, I see that I have to do some mysql command line
> stuff ( http://drupal.org/node/261)
> I don't know howto execute these commands on my cline - in fact, I don't
> think I have cline access to mysql...
>
> ... sorry for being so bothersome - but could someone try and "walk me
> through" this step by step ?? I'm using Xampp so my server stuff isn't
> actually *installed* perse.

The online docs walk you through it step by step.  The confusion is
likely due to XAMPP.  You should be able to find (find /path/to/xampp
- -name mysql\*) the CLI binaries.  Just use the full path instead of just
the command name.

>
> On 6/16/06, *Jon* <[EMAIL PROTECTED] <mailto: [EMAIL PROTECTED]>> wrote:
>
>     Sure looks to me like you skipped an install step and didn't use
>     the draupal MySQL file to create your tables.
>
>     ---
>     -=: www.jonwatson.ca <http://www.jonwatson.ca>
>     -=: www.linuxworldnet.com <http://www.linuxworldnet.com >
>     -=: +1.403.875.6048
>
>     On Fri Jun 16 12:27:53 PDT 2006, Mitchell Brown <[EMAIL PROTECTED]
>     <mailto: [EMAIL PROTECTED]>>
>     wrote:
>
>     > There its back up (thank you to Xampp for easy backups which
>     > allow me to
>     > restore the entire web server with one little shell script).
>     > Go check out the errors
>     >
>     > http://64.56.148.218/drupal/
>     >
>     >  _______________________________________________
>     > clug-talk mailing list
>     > [email protected] <mailto:[email protected]>
>     > http://clug.ca/mailman/listinfo/clug-talk_clug.ca
>     <http://clug.ca/mailman/listinfo/clug-talk_clug.ca>
>     > Mailing List Guidelines ( http://clug.ca/ml_guidelines.php)
>     > **Please remove these lines when replying
>
>
>     _______________________________________________
>     clug-talk mailing list
>     [email protected] <mailto:[email protected]>
>     http://clug.ca/mailman/listinfo/clug-talk_clug.ca
>     Mailing List Guidelines ( http://clug.ca/ml_guidelines.php)
>     **Please remove these lines when replying
>
>
>
>
> --
> pub 1024D/9091C422 02/05/2006 Mitchell Brown < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>
>     Primary key fingerprint:  812B 94BC EA0D 345A CC1C 2ED9 F7F6 5CCF
> 9091 C422
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> clug-talk mailing list
> [email protected]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> Mailing List Guidelines (http://clug.ca/ml_guidelines.php )
> **Please remove these lines when replying
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEkxPZwRXgH3rKGfMRAs/nAJ9ei8lCZb9OeUXrPhjNw84Ai1jK2gCfVaDU
4Vw8+g0U3OMDyBKdipLKb+Y=
=xHk4
-----END PGP SIGNATURE-----

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines ( http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying



--
pub 1024D/9091C422 02/05/2006 Mitchell Brown <[EMAIL PROTECTED] >
    Primary key fingerprint:  812B 94BC EA0D 345A CC1C 2ED9 F7F6 5CCF 9091 C422
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to