1
Roleplaying (Communitive Storywriting) / Re: The Invisible Foe
« on: April 27, 2008, 06:09:05 pm »
for anyone who would like to read the story as an openoffice document or pdf, download the zip file from this page.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
me@desktop:~$ cd /home/me/software/planeshift/planeshift_svn/src/server/database/mysql/
me@desktop:~/software/planeshift/planeshift_svn/src/server/database/mysql$ gedit movement.sql
me@desktop:~/software/planeshift/planeshift_svn/src/server/database/mysql$ mysql -u planeshift -pplaneshift planeshift $@
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 21
Server version: 5.0.45-Debian_1ubuntu3.3-log Debian etch distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use planeshift;
Database changed
mysql> source movements.sql
ERROR:
Failed to open file 'movements.sql', error: 2
mysql> quit
Bye